Html Css Color HEX #11190D Pine Tree

📋 copy color: '#11190D'

red 17 ◦ green 25 ◦ blue 13

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

Shades of Pine Tree #11190D

Tints of Pine Tree #11190D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 23.64%

R = 30.91%
G = 45.45%
B = 23.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.90

RGB Variations

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

Color information

#11190D (or 0x11190D) is known color: Pine Tree. HEX triplet: 11, 19 and 0D. RGB value is (17,25,13). Sum of RGB (Red+Green+Blue) = 17+25+13=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 25 (10.16% from 255 or 45.45% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 25 - color contains mainly: green. Hex color #11190D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11190D is #EEE6F2. Grayscale: #151515. Windows color (decimal): -15656691 or 858385. OLE color: 858385.

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

Color convert

RGB 17 25 13 -
CMYK 0.32 0 0.48 0.90
HSL 100º 0.32% 0.07% -
HSV(B) 100º 0.48% 0.1% -
XYZ 0.65 0.84 0.51 -
YUV 21.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 17 25 13 0.32 0 0.48 0.90 100 0.32 0.07
Hex 11 19 D 20 0 30 5A 64 20 7
Octal 21 31 15 40 0 60 132 144 40 7
Binary 10001 11001 1101 100000 0 110000 1011010 1100100 100000 111

Color Harmonies of #11190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11190D

Black with #11190D

Text Example


Text Example

White with #11190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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