Html Css Color HEX #0C341D Deep Fir

📋 copy color: '#0C341D'

red 12 ◦ green 52 ◦ blue 29

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

Shades of Deep Fir #0C341D

Tints of Deep Fir #0C341D

RGB

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

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

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

R = 12.9%
G = 55.91%
B = 31.18%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.44

 K value IS 0.80

RGB Variations

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

Color information

#0C341D (or 0x0C341D) is known color: Deep Fir. HEX triplet: 0C, 34 and 1D. RGB value is (12,52,29). Sum of RGB (Red+Green+Blue) = 12+52+29=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 52 (20.70% from 255 or 55.91% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 52 - color contains mainly: green. Hex color #0C341D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C341D is #F3CBE2. Grayscale: #252525. Windows color (decimal): -15977443 or 1913868. OLE color: 1913868.

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

Color convert

RGB 12 52 29 -
CMYK 0.77 0 0.44 0.80
HSL 145.5º 0.63% 0.13% -
HSV(B) 145.5º 0.77% 0.2% -
XYZ 1.6 2.62 1.58 -
YUV 37.42 123.25 109.87 -
System Red Green Blue C M Y K H S L
Decimal 12 52 29 0.77 0 0.44 0.80 145.5 0.63 0.13
Hex C 34 1D 4D 0 2C 50 92 3E D
Octal 14 64 35 115 0 54 120 222 76 15
Binary 1100 110100 11101 1001101 0 101100 1010000 10010010 111110 1101

Color Harmonies of #0C341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C341D

Black with #0C341D

Text Example


Text Example

White with #0C341D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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