Html Css Color HEX #0C331D Deep Fir

📋 copy color: '#0C331D'

red 12 ◦ green 51 ◦ blue 29

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

Shades of Deep Fir #0C331D

Tints of Deep Fir #0C331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 55.43%

 BLUE value IS 29 (11.72% from 255) = 31.52%

R = 13.04%
G = 55.43%
B = 31.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.43

 K value IS 0.8

RGB Variations

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

Color information

#0C331D (or 0x0C331D) is known color: Deep Fir. HEX triplet: 0C, 33 and 1D. RGB value is (12,51,29). Sum of RGB (Red+Green+Blue) = 12+51+29=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 51 (20.31% from 255 or 55.43% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 51 - color contains mainly: green. Hex color #0C331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C331D is #F3CCE2. Grayscale: #242424. Windows color (decimal): -15977699 or 1913612. OLE color: 1913612.

HSL color Cylindrical-coordinate representation of color #0C331D: hue angle of 146.15º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C331D is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB 12 51 29 -
CMYK 0.76 0 0.43 0.8
HSL 146.15º 0.62% 0.12% -
HSV(B) 146.15º 0.76% 0.2% -
XYZ 1.56 2.53 1.57 -
YUV 36.83 123.58 110.29 -
System Red Green Blue C M Y K H S L
Decimal 12 51 29 0.76 0 0.43 0.8 146.15 0.62 0.12
Hex C 33 1D 4C 0 2B 50 92 3E C
Octal 14 63 35 114 0 53 120 222 76 14
Binary 1100 110011 11101 1001100 0 101011 1010000 10010010 111110 1100

Color Harmonies of #0C331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C331D

Black with #0C331D

Text Example


Text Example

White with #0C331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,51,29); }

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

background-color css

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

 a { background-color: rgb(12,51,29); }

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

border-color css

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

 span { border-color: rgb(12,51,29); }

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