Html Css Color HEX #0C321C Deep Fir

📋 copy color: '#0C321C'

red 12 ◦ green 50 ◦ blue 28

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

Shades of Deep Fir #0C321C

Tints of Deep Fir #0C321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 55.56%

 BLUE value IS 28 (11.33% from 255) = 31.11%

R = 13.33%
G = 55.56%
B = 31.11%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.44

 K value IS 0.80

RGB Variations

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

Color information

#0C321C (or 0x0C321C) is known color: Deep Fir. HEX triplet: 0C, 32 and 1C. RGB value is (12,50,28). Sum of RGB (Red+Green+Blue) = 12+50+28=90 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.33% from 90); Green value is 50 (19.92% from 255 or 55.56% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 50 - color contains mainly: green. Hex color #0C321C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C321C is #F3CDE3. Grayscale: #242424. Windows color (decimal): -15977956 or 1847820. OLE color: 1847820.

HSL color Cylindrical-coordinate representation of color #0C321C: hue angle of 145.26º degrees, saturation: 0.61, 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 #0C321C is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB 12 50 28 -
CMYK 0.76 0 0.44 0.80
HSL 145.26º 0.61% 0.12% -
HSV(B) 145.26º 0.76% 0.2% -
XYZ 1.5 2.44 1.49 -
YUV 36.13 123.41 110.79 -
System Red Green Blue C M Y K H S L
Decimal 12 50 28 0.76 0 0.44 0.80 145.26 0.61 0.12
Hex C 32 1C 4C 0 2C 50 91 3D C
Octal 14 62 34 114 0 54 120 221 75 14
Binary 1100 110010 11100 1001100 0 101100 1010000 10010001 111101 1100

Color Harmonies of #0C321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C321C

Black with #0C321C

Text Example


Text Example

White with #0C321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,50,28); }

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

background-color css

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

 a { background-color: rgb(12,50,28); }

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

border-color css

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

 span { border-color: rgb(12,50,28); }

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