Html Css Color HEX #0C3413 Deep Fir

📋 copy color: '#0C3413'

red 12 ◦ green 52 ◦ blue 19

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

Shades of Deep Fir #0C3413

Tints of Deep Fir #0C3413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 22.89%

R = 14.46%
G = 62.65%
B = 22.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#0C3413 (or 0x0C3413) is known color: Deep Fir. HEX triplet: 0C, 34 and 13. RGB value is (12,52,19). Sum of RGB (Red+Green+Blue) = 12+52+19=83 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.46% from 83); Green value is 52 (20.70% from 255 or 62.65% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 52 - color contains mainly: green. Hex color #0C3413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3413 is #F3CBEC. Grayscale: #242424. Windows color (decimal): -15977453 or 1258508. OLE color: 1258508.

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

Color convert

RGB 12 52 19 -
CMYK 0.77 0 0.63 0.80
HSL 130.5º 0.63% 0.13% -
HSV(B) 130.5º 0.77% 0.2% -
XYZ 1.5 2.58 1.04 -
YUV 36.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 12 52 19 0.77 0 0.63 0.80 130.5 0.63 0.13
Hex C 34 13 4D 0 3F 50 82 3E D
Octal 14 64 23 115 0 77 120 202 76 15
Binary 1100 110100 10011 1001101 0 111111 1010000 10000010 111110 1101

Color Harmonies of #0C3413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3413

Black with #0C3413

Text Example


Text Example

White with #0C3413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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