Html Css Color HEX #11130D Pine Tree

📋 copy color: '#11130D'

red 17 ◦ green 19 ◦ blue 13

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

Shades of Pine Tree #11130D

Tints of Pine Tree #11130D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 38.78%

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

R = 34.69%
G = 38.78%
B = 26.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.93

RGB Variations

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

Color information

#11130D (or 0x11130D) is known color: Pine Tree. HEX triplet: 11, 13 and 0D. RGB value is (17,19,13). Sum of RGB (Red+Green+Blue) = 17+19+13=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 19 - color contains mainly: green. Hex color #11130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11130D is #EEECF2. Grayscale: #111111. Windows color (decimal): -15658227 or 856849. OLE color: 856849.

HSL color Cylindrical-coordinate representation of color #11130D: hue angle of 80º degrees, saturation: 0.19, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #11130D is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 19 13 -
CMYK 0.11 0 0.32 0.93
HSL 80º 0.19% 0.06% -
HSV(B) 80º 0.32% 0.07% -
XYZ 0.54 0.61 0.47 -
YUV 17.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 17 19 13 0.11 0 0.32 0.93 80 0.19 0.06
Hex 11 13 D B 0 20 5D 50 13 6
Octal 21 23 15 13 0 40 135 120 23 6
Binary 10001 10011 1101 1011 0 100000 1011101 1010000 10011 110

Color Harmonies of #11130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11130D

Black with #11130D

Text Example


Text Example

White with #11130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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