Html Css Color HEX #0C371F Deep Fir

📋 copy color: '#0C371F'

red 12 ◦ green 55 ◦ blue 31

#0C371F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #0C371F

Tints of Deep Fir #0C371F

RGB

 RED value IS 12 (5.08% from 255) = 12.24%

 GREEN value IS 55 (21.88% from 255) = 56.12%

 BLUE value IS 31 (12.5% from 255) = 31.63%

R = 12.24%
G = 56.12%
B = 31.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#0C371F (or 0x0C371F) is known color: Deep Fir. HEX triplet: 0C, 37 and 1F. RGB value is (12,55,31). Sum of RGB (Red+Green+Blue) = 12+55+31=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 55 (21.88% from 255 or 56.12% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 55 - color contains mainly: green. Hex color #0C371F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C371F is #F3C8E0. Grayscale: #272727. Windows color (decimal): -15976673 or 2045708. OLE color: 2045708.

HSL color Cylindrical-coordinate representation of color #0C371F: hue angle of 146.51º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0C371F is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 12 55 31 -
CMYK 0.78 0 0.44 0.78
HSL 146.51º 0.64% 0.13% -
HSV(B) 146.51º 0.78% 0.22% -
XYZ 1.77 2.91 1.76 -
YUV 39.41 123.25 108.45 -
System Red Green Blue C M Y K H S L
Decimal 12 55 31 0.78 0 0.44 0.78 146.51 0.64 0.13
Hex C 37 1F 4E 0 2C 4E 93 40 D
Octal 14 67 37 116 0 54 116 223 100 15
Binary 1100 110111 11111 1001110 0 101100 1001110 10010011 1000000 1101

Color Harmonies of #0C371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C371F

Black with #0C371F

Text Example


Text Example

White with #0C371F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C371F;
 }
 .AnyTagClassName
 {
   color: #0C371F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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