#0C401B

Color #0C401B Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #0C401B

Tints of Deep Fir #0C401B

Color information

#0C401B (or 0x0C401B) is unknown color: approx Deep Fir. HEX triplet: 0C, 40 and 1B. RGB value is (12,64,27). Sum of RGB (Red+Green+Blue) = 12+64+27=103 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.65% from 103); Green value is 64 (25.39% from 255 or 62.14% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 64 - color contains mainly: green. Hex color #0C401B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C401B is #F3BFE4. Grayscale: #2C2C2C. Windows color (decimal): -15974373 or 1785868. OLE color: 1785868.

HSL color Cylindrical-coordinate representation of color #0C401B: hue angle of 137.31º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C401B is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB126427-
CMYK0.8100.580.75
HSL137.31º68.42%14.9%-
HSV(B)137.31º81.25%25.1%-
XYZ2.183.821.66-
YUV44.23118.27105.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 11.65%
GREEN value IS 64 (25.39% from 255) = 62.14%
BLUE value IS 27 (10.94% from 255) = 26.21%
R=11.65%
G=62.14%
B=26.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1264270.8100.580.75137.3168.4214.9
HexC401B5103A4B8944f
Octal141003312107211321110417
Binary11001000000110111010001011101010010111000100110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C401B; }

 p { color: rgb(12,64,27); }

 H1.HeaderClassName
 {
   color: #0C401B;
 }
 .AnyTagClassName
 {
   color: #0C401B;
 }
</style>
background-color css

<style>
 a { background-color: #0C401B; }

 a { background-color: rgb(12,64,27); }

 div.DivClassName
 {
   background-color: #0C401B;
 }
 .BgClassName
 {
   background-color: #0C401B;
 }
</style>
border-color css

<style>
 span { border-color: #0C401B; }

 span { border-color: rgb(12,64,27); }

 td.TdClassName
 {
   border-color: #0C401B;
 }
 .TagClassName
 {
   border-color: #0C401B;
 }
</style>