Html Css Color HEX #11150B Pine Tree

📋 copy color: '#11150B'

red 17 ◦ green 21 ◦ blue 11

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

Shades of Pine Tree #11150B

Tints of Pine Tree #11150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 42.86%

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

R = 34.69%
G = 42.86%
B = 22.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.92

RGB Variations

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

Color information

#11150B (or 0x11150B) is known color: Pine Tree. HEX triplet: 11, 15 and 0B. RGB value is (17,21,11). Sum of RGB (Red+Green+Blue) = 17+21+11=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 21 - color contains mainly: green. Hex color #11150B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11150B is #EEEAF4. Grayscale: #121212. Windows color (decimal): -15657717 or 726289. OLE color: 726289.

HSL color Cylindrical-coordinate representation of color #11150B: hue angle of 84º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #11150B is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 21 11 -
CMYK 0.19 0 0.48 0.92
HSL 84º 0.31% 0.06% -
HSV(B) 84º 0.48% 0.08% -
XYZ 0.56 0.68 0.42 -
YUV 18.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 17 21 11 0.19 0 0.48 0.92 84 0.31 0.06
Hex 11 15 B 13 0 30 5C 54 1F 6
Octal 21 25 13 23 0 60 134 124 37 6
Binary 10001 10101 1011 10011 0 110000 1011100 1010100 11111 110

Color Harmonies of #11150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11150B

Black with #11150B

Text Example


Text Example

White with #11150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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