Html Css Color HEX #11190B Pine Tree

📋 copy color: '#11190B'

red 17 ◦ green 25 ◦ blue 11

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

Shades of Pine Tree #11190B

Tints of Pine Tree #11190B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 20.75%

R = 32.08%
G = 47.17%
B = 20.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.90

RGB Variations

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

Color information

#11190B (or 0x11190B) is known color: Pine Tree. HEX triplet: 11, 19 and 0B. RGB value is (17,25,11). Sum of RGB (Red+Green+Blue) = 17+25+11=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 25 (10.16% from 255 or 47.17% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 25 - color contains mainly: green. Hex color #11190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11190B is #EEE6F4. Grayscale: #151515. Windows color (decimal): -15656693 or 727313. OLE color: 727313.

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

Color convert

RGB 17 25 11 -
CMYK 0.32 0 0.56 0.90
HSL 94.29º 0.39% 0.07% -
HSV(B) 94.29º 0.56% 0.1% -
XYZ 0.64 0.84 0.44 -
YUV 21.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 17 25 11 0.32 0 0.56 0.90 94.29 0.39 0.07
Hex 11 19 B 20 0 38 5A 5E 27 7
Octal 21 31 13 40 0 70 132 136 47 7
Binary 10001 11001 1011 100000 0 111000 1011010 1011110 100111 111

Color Harmonies of #11190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11190B

Black with #11190B

Text Example


Text Example

White with #11190B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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