Html Css Color HEX #11190C Pine Tree

📋 copy color: '#11190C'

red 17 ◦ green 25 ◦ blue 12

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

Shades of Pine Tree #11190C

Tints of Pine Tree #11190C

RGB

 RED value IS 17 (7.03% from 255) = 31.48%

 GREEN value IS 25 (10.16% from 255) = 46.3%

 BLUE value IS 12 (5.08% from 255) = 22.22%

R = 31.48%
G = 46.3%
B = 22.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.90

RGB Variations

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

Color information

#11190C (or 0x11190C) is known color: Pine Tree. HEX triplet: 11, 19 and 0C. RGB value is (17,25,12). Sum of RGB (Red+Green+Blue) = 17+25+12=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 25 (10.16% from 255 or 46.30% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 25 - color contains mainly: green. Hex color #11190C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11190C is #EEE6F3. Grayscale: #151515. Windows color (decimal): -15656692 or 792849. OLE color: 792849.

HSL color Cylindrical-coordinate representation of color #11190C: hue angle of 96.92º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #11190C is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.90.

Color convert

RGB 17 25 12 -
CMYK 0.32 0 0.52 0.90
HSL 96.92º 0.35% 0.07% -
HSV(B) 96.92º 0.52% 0.1% -
XYZ 0.65 0.84 0.48 -
YUV 21.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 17 25 12 0.32 0 0.52 0.90 96.92 0.35 0.07
Hex 11 19 C 20 0 34 5A 61 23 7
Octal 21 31 14 40 0 64 132 141 43 7
Binary 10001 11001 1100 100000 0 110100 1011010 1100001 100011 111

Color Harmonies of #11190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11190C

Black with #11190C

Text Example


Text Example

White with #11190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11190C; }

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

 H1.HeaderClassName
 {
   color: #11190C;
 }
 .AnyTagClassName
 {
   color: #11190C;
 }
</style>

background-color css

<style>
 a { background-color: #11190C; }

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

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

border-color css

<style>
 span { border-color: #11190C; }

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

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