Html Css Color HEX #0C110A Pine Tree

📋 copy color: '#0C110A'

red 12 ◦ green 17 ◦ blue 10

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

Shades of Pine Tree #0C110A

Tints of Pine Tree #0C110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 43.59%

 BLUE value IS 10 (4.3% from 255) = 25.64%

R = 30.77%
G = 43.59%
B = 25.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.93

RGB Variations

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

Color information

#0C110A (or 0x0C110A) is known color: Pine Tree. HEX triplet: 0C, 11 and 0A. RGB value is (12,17,10). Sum of RGB (Red+Green+Blue) = 12+17+10=39 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30.77% from 39); Green value is 17 (7.03% from 255 or 43.59% from 39); Blue value is 10 (4.30% from 255 or 25.64% from 39); Max value from RGB is 17 - color contains mainly: green. Hex color #0C110A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C110A is #F3EEF5. Grayscale: #0E0E0E. Windows color (decimal): -15986422 or 659724. OLE color: 659724.

HSL color Cylindrical-coordinate representation of color #0C110A: hue angle of 102.86º degrees, saturation: 0.26, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #0C110A is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.93.

Color convert

RGB 12 17 10 -
CMYK 0.29 0 0.41 0.93
HSL 102.86º 0.26% 0.05% -
HSV(B) 102.86º 0.41% 0.07% -
XYZ 0.41 0.5 0.36 -
YUV 14.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 12 17 10 0.29 0 0.41 0.93 102.86 0.26 0.05
Hex C 11 A 1D 0 29 5D 67 1A 5
Octal 14 21 12 35 0 51 135 147 32 5
Binary 1100 10001 1010 11101 0 101001 1011101 1100111 11010 101

Color Harmonies of #0C110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C110A

Black with #0C110A

Text Example


Text Example

White with #0C110A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,17,10); }

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

background-color css

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

 a { background-color: rgb(12,17,10); }

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

border-color css

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

 span { border-color: rgb(12,17,10); }

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