Html Css Color HEX #0C351A Deep Fir

📋 copy color: '#0C351A'

red 12 ◦ green 53 ◦ blue 26

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

Shades of Deep Fir #0C351A

Tints of Deep Fir #0C351A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 58.24%

 BLUE value IS 26 (10.55% from 255) = 28.57%

R = 13.19%
G = 58.24%
B = 28.57%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.51

 K value IS 0.79

RGB Variations

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

Color information

#0C351A (or 0x0C351A) is known color: Deep Fir. HEX triplet: 0C, 35 and 1A. RGB value is (12,53,26). Sum of RGB (Red+Green+Blue) = 12+53+26=91 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.19% from 91); Green value is 53 (21.09% from 255 or 58.24% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 53 - color contains mainly: green. Hex color #0C351A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C351A is #F3CAE5. Grayscale: #252525. Windows color (decimal): -15977190 or 1717516. OLE color: 1717516.

HSL color Cylindrical-coordinate representation of color #0C351A: hue angle of 140.49º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C351A is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB 12 53 26 -
CMYK 0.77 0 0.51 0.79
HSL 140.49º 0.63% 0.13% -
HSV(B) 140.49º 0.77% 0.21% -
XYZ 1.61 2.7 1.41 -
YUV 37.66 121.42 109.7 -
System Red Green Blue C M Y K H S L
Decimal 12 53 26 0.77 0 0.51 0.79 140.49 0.63 0.13
Hex C 35 1A 4D 0 33 4F 8C 3F D
Octal 14 65 32 115 0 63 117 214 77 15
Binary 1100 110101 11010 1001101 0 110011 1001111 10001100 111111 1101

Color Harmonies of #0C351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C351A

Black with #0C351A

Text Example


Text Example

White with #0C351A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,53,26); }

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

background-color css

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

 a { background-color: rgb(12,53,26); }

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

border-color css

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

 span { border-color: rgb(12,53,26); }

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