#0C3119

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

Shades of Deep Fir #0C3119

Tints of Deep Fir #0C3119

Color information

#0C3119 (or 0x0C3119) is unknown color: approx Deep Fir. HEX triplet: 0C, 31 and 19. RGB value is (12,49,25). Sum of RGB (Red+Green+Blue) = 12+49+25=86 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.95% from 86); Green value is 49 (19.53% from 255 or 56.98% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 49 - color contains mainly: green. Hex color #0C3119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3119 is #F3CEE6. Grayscale: #232323. Windows color (decimal): -15978215 or 1650956. OLE color: 1650956.

HSL color Cylindrical-coordinate representation of color #0C3119: hue angle of 141.08º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C3119 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB124925-
CMYK0.7600.490.81
HSL141.08º60.66%11.96%-
HSV(B)141.08º75.51%19.22%-
XYZ1.432.341.3-
YUV35.2122.24111.45-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.95%
GREEN value IS 49 (19.53% from 255) = 56.98%
BLUE value IS 25 (10.16% from 255) = 29.07%
R=13.95%
G=56.98%
B=29.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1249250.7600.490.81141.0860.6611.96
HexC31194C031518d3dc
Octal1461311140611212157514
Binary110011000111001100110001100011010001100011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,49,25); }

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

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

 a { background-color: rgb(12,49,25); }

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

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

 span { border-color: rgb(12,49,25); }

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