Html Css Color HEX #0C341C Deep Fir

📋 copy color: '#0C341C'

red 12 ◦ green 52 ◦ blue 28

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

Shades of Deep Fir #0C341C

Tints of Deep Fir #0C341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 56.52%

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

R = 13.04%
G = 56.52%
B = 30.43%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.46

 K value IS 0.80

RGB Variations

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

Color information

#0C341C (or 0x0C341C) is known color: Deep Fir. HEX triplet: 0C, 34 and 1C. RGB value is (12,52,28). Sum of RGB (Red+Green+Blue) = 12+52+28=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 52 (20.70% from 255 or 56.52% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 52 - color contains mainly: green. Hex color #0C341C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C341C is #F3CBE3. Grayscale: #252525. Windows color (decimal): -15977444 or 1848332. OLE color: 1848332.

HSL color Cylindrical-coordinate representation of color #0C341C: hue angle of 144º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C341C is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB 12 52 28 -
CMYK 0.77 0 0.46 0.80
HSL 144º 0.63% 0.13% -
HSV(B) 144º 0.77% 0.2% -
XYZ 1.59 2.62 1.52 -
YUV 37.3 122.75 109.95 -
System Red Green Blue C M Y K H S L
Decimal 12 52 28 0.77 0 0.46 0.80 144 0.63 0.13
Hex C 34 1C 4D 0 2E 50 90 3E D
Octal 14 64 34 115 0 56 120 220 76 15
Binary 1100 110100 11100 1001101 0 101110 1010000 10010000 111110 1101

Color Harmonies of #0C341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C341C

Black with #0C341C

Text Example


Text Example

White with #0C341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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