Color Hex Logo

#0c231b Color Hex

#0C231B
(12,35,27)
0 Favorites   0 Comments

Color spaces of #0c231b

RGB 123527
HSL0.440.490.09
HSV159°66°14°
CMYK 0.660.000.23   0.86
XYZ0.95051.35941.2492
Yxy1.35940.26710.3820
Hunter Lab11.6593-5.85201.8091
CIE-Lab11.6847-11.60792.6243

#0c231b color RGB value is (12,35,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 00100011 00011011
Octal 14 43 33
Decimal 12 35 27
Hex C 23 1B

RGB Percentages of Color #0c231b

%16.22
%47.30
%36.49

CMYK Percentages of Color #0c231b

%66
%0
%23
%86

Triadic Colors of #0c231b

#0c231b #1b0c23 #231b0c

Analogous Colors of #0c231b

#0c231b #0c2023 #0c2310

Monochromatic Colors of #0c231b

#0c231b

Complementary Color

#0c231b #230c14

#0c231b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c231b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c231b Color CSS Codes

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

#0c231b Text Font Color

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

This sample text font color is #0c231b
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.


#0c231b Background Color

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

This div background color is #0c231b


#0c231b Border Color

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

This div border color is #0c231b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,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 #0c231b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c231b


Comments

No comments written yet.

Please login to write comment.