Html Css Color HEX #11140B Pine Tree

📋 copy color: '#11140B'

red 17 ◦ green 20 ◦ blue 11

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

Shades of Pine Tree #11140B

Tints of Pine Tree #11140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 41.67%

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

R = 35.42%
G = 41.67%
B = 22.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.92

RGB Variations

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

Color information

#11140B (or 0x11140B) is known color: Pine Tree. HEX triplet: 11, 14 and 0B. RGB value is (17,20,11). Sum of RGB (Red+Green+Blue) = 17+20+11=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 20 - color contains mainly: green. Hex color #11140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11140B is #EEEBF4. Grayscale: #121212. Windows color (decimal): -15657973 or 726033. OLE color: 726033.

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

Color convert

RGB 17 20 11 -
CMYK 0.15 0 0.45 0.92
HSL 80º 0.29% 0.06% -
HSV(B) 80º 0.45% 0.08% -
XYZ 0.54 0.64 0.41 -
YUV 18.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 17 20 11 0.15 0 0.45 0.92 80 0.29 0.06
Hex 11 14 B F 0 2D 5C 50 1D 6
Octal 21 24 13 17 0 55 134 120 35 6
Binary 10001 10100 1011 1111 0 101101 1011100 1010000 11101 110

Color Harmonies of #11140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11140B

Black with #11140B

Text Example


Text Example

White with #11140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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