Html Css Color HEX #0C331B Deep Fir

📋 copy color: '#0C331B'

red 12 ◦ green 51 ◦ blue 27

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

Shades of Deep Fir #0C331B

Tints of Deep Fir #0C331B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 30%

R = 13.33%
G = 56.67%
B = 30%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.47

 K value IS 0.8

RGB Variations

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

Color information

#0C331B (or 0x0C331B) is known color: Deep Fir. HEX triplet: 0C, 33 and 1B. RGB value is (12,51,27). Sum of RGB (Red+Green+Blue) = 12+51+27=90 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.33% from 90); Green value is 51 (20.31% from 255 or 56.67% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 51 - color contains mainly: green. Hex color #0C331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C331B is #F3CCE4. Grayscale: #242424. Windows color (decimal): -15977701 or 1782540. OLE color: 1782540.

HSL color Cylindrical-coordinate representation of color #0C331B: hue angle of 143.08º 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 #0C331B is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB 12 51 27 -
CMYK 0.76 0 0.47 0.8
HSL 143.08º 0.62% 0.12% -
HSV(B) 143.08º 0.76% 0.2% -
XYZ 1.53 2.52 1.44 -
YUV 36.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 12 51 27 0.76 0 0.47 0.8 143.08 0.62 0.12
Hex C 33 1B 4C 0 2F 50 8F 3E C
Octal 14 63 33 114 0 57 120 217 76 14
Binary 1100 110011 11011 1001100 0 101111 1010000 10001111 111110 1100

Color Harmonies of #0C331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C331B

Black with #0C331B

Text Example


Text Example

White with #0C331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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