Html Css Color HEX #161913 Pine Tree

📋 copy color: '#161913'

red 22 ◦ green 25 ◦ blue 19

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

Shades of Pine Tree #161913

Tints of Pine Tree #161913

RGB

 RED value IS 22 (8.98% from 255) = 33.33%

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

 BLUE value IS 19 (7.81% from 255) = 28.79%

R = 33.33%
G = 37.88%
B = 28.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.90

RGB Variations

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

Color information

#161913 (or 0x161913) is known color: Pine Tree. HEX triplet: 16, 19 and 13. RGB value is (22,25,19). Sum of RGB (Red+Green+Blue) = 22+25+19=66 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.33% from 66); Green value is 25 (10.16% from 255 or 37.88% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 25 - color contains mainly: green. Hex color #161913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161913 is #E9E6EC. Grayscale: #171717. Windows color (decimal): -15329005 or 1251606. OLE color: 1251606.

HSL color Cylindrical-coordinate representation of color #161913: hue angle of 90º degrees, saturation: 0.14, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #161913 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.90.

Color convert

RGB 22 25 19 -
CMYK 0.12 0 0.24 0.90
HSL 90º 0.14% 0.09% -
HSV(B) 90º 0.24% 0.1% -
XYZ 0.8 0.91 0.75 -
YUV 23.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 22 25 19 0.12 0 0.24 0.90 90 0.14 0.09
Hex 16 19 13 C 0 18 5A 5A E 9
Octal 26 31 23 14 0 30 132 132 16 11
Binary 10110 11001 10011 1100 0 11000 1011010 1011010 1110 1001

Color Harmonies of #161913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161913

Black with #161913

Text Example


Text Example

White with #161913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161913; }

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

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

background-color css

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

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

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

border-color css

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

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

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