Html Css Color HEX #131611 Pine Tree

📋 copy color: '#131611'

red 19 ◦ green 22 ◦ blue 17

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

Shades of Pine Tree #131611

Tints of Pine Tree #131611

RGB

 RED value IS 19 (7.81% from 255) = 32.76%

 GREEN value IS 22 (8.98% from 255) = 37.93%

 BLUE value IS 17 (7.03% from 255) = 29.31%

R = 32.76%
G = 37.93%
B = 29.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.91

RGB Variations

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

Color information

#131611 (or 0x131611) is known color: Pine Tree. HEX triplet: 13, 16 and 11. RGB value is (19,22,17). Sum of RGB (Red+Green+Blue) = 19+22+17=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 22 (8.98% from 255 or 37.93% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 22 - color contains mainly: green. Hex color #131611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131611 is #ECE9EE. Grayscale: #141414. Windows color (decimal): -15526383 or 1119763. OLE color: 1119763.

HSL color Cylindrical-coordinate representation of color #131611: hue angle of 96º degrees, saturation: 0.13, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #131611 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 22 17 -
CMYK 0.14 0 0.23 0.91
HSL 96º 0.13% 0.08% -
HSV(B) 96º 0.23% 0.09% -
XYZ 0.66 0.75 0.64 -
YUV 20.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 19 22 17 0.14 0 0.23 0.91 96 0.13 0.08
Hex 13 16 11 E 0 17 5B 60 D 8
Octal 23 26 21 16 0 27 133 140 15 10
Binary 10011 10110 10001 1110 0 10111 1011011 1100000 1101 1000

Color Harmonies of #131611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131611

Black with #131611

Text Example


Text Example

White with #131611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131611; }

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

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

background-color css

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

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

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

border-color css

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

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

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