#0C391F

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

Shades of Deep Fir #0C391F

Tints of Deep Fir #0C391F

Color information

#0C391F (or 0x0C391F) is unknown color: approx Deep Fir. HEX triplet: 0C, 39 and 1F. RGB value is (12,57,31). Sum of RGB (Red+Green+Blue) = 12+57+31=100 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12% from 100); Green value is 57 (22.66% from 255 or 57% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 57 - color contains mainly: green. Hex color #0C391F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C391F is #F3C6E0. Grayscale: #282828. Windows color (decimal): -15976161 or 2046220. OLE color: 2046220.

HSL color Cylindrical-coordinate representation of color #0C391F: hue angle of 145.33º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C391F is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB125731-
CMYK0.7900.460.78
HSL145.33º65.22%13.53%-
HSV(B)145.33º78.95%22.35%-
XYZ1.863.11.8-
YUV40.58122.59107.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12%
GREEN value IS 57 (22.66% from 255) = 57%
BLUE value IS 31 (12.5% from 255) = 31%
R=12%
G=57%
B=31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1257310.7900.460.78145.3365.2213.53
HexC391F4F02E4E9141e
Octal14713711705611622110116
Binary1100111001111111001111010111010011101001000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,57,31); }

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

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

 a { background-color: rgb(12,57,31); }

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

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

 span { border-color: rgb(12,57,31); }

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