Color Hex Logo

#0d231b Color Hex

#0D231B
(13,35,27)
0 Favorites   0 Comments

Color spaces of #0d231b

RGB 133527
HSL0.440.460.09
HSV158°63°14°
CMYK 0.630.000.23   0.86
XYZ0.96481.36681.2499
Yxy1.36680.26940.3816
Hunter Lab11.6910-5.72861.8450
CIE-Lab11.7349-11.28652.7023

#0d231b color RGB value is (13,35,27).

#0d231b hex color red value is 13, green value is 35 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #0d231b hue: 0.44 , saturation: 0.46 and the lightness value of 0d231b is 0.09.

The process color (four color CMYK) of #0d231b color hex is 0.63, 0.00, 0.23, 0.86. Web safe color of #0d231b is #003333. Color #0d231b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00100011 00011011
Octal 15 43 33
Decimal 13 35 27
Hex D 23 1B

RGB Percentages of Color #0d231b

%17.33
%46.67
%36.00

CMYK Percentages of Color #0d231b

%63
%0
%23
%86

Triadic Colors of #0d231b

#0d231b #1b0d23 #231b0d

Analogous Colors of #0d231b

#0d231b #0d2023 #0d2310

Monochromatic Colors of #0d231b

#0d231b

Complementary Color

#0d231b #230d15

#0d231b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d231b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d231b Color CSS Codes

.mybgcolor {background-color:#0d231b; } 
.myforecolor {color:#0d231b; }
.mybordercolor {border:3px solid #0d231b; }

#0d231b Text Font Color

<p style="color:#0d231b">Text here</p>

This sample text font color is #0d231b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0d231b Background Color

<div style="background-color:#0d231b">
Div content here</div>

This div background color is #0d231b


#0d231b Border Color

<div style="border:3px solid #0d231b">
Div here</div>

This div border color is #0d231b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,35,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0d231b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0d231b;
  -webkit-box-shadow: 1px 1px 3px 2px #0d231b;
  box-shadow:         1px 1px 3px 2px #0d231b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,35,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0d231b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0d231b;
  -webkit-box-shadow: 1px 1px 3px 2px #0d231b;
  box-shadow:         1px 1px 3px 2px #0d231b;">
Div content here</div>

This div box has shadow with color #0d231b


Comments

No comments written yet.

Please login to write comment.