Html Css Color HEX #131910 Pine Tree

📋 copy color: '#131910'

red 19 ◦ green 25 ◦ blue 16

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

Shades of Pine Tree #131910

Tints of Pine Tree #131910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 26.67%

R = 31.67%
G = 41.67%
B = 26.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.90

RGB Variations

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

Color information

#131910 (or 0x131910) is known color: Pine Tree. HEX triplet: 13, 19 and 10. RGB value is (19,25,16). Sum of RGB (Red+Green+Blue) = 19+25+16=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 25 - color contains mainly: green. Hex color #131910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131910 is #ECE6EF. Grayscale: #161616. Windows color (decimal): -15525616 or 1054995. OLE color: 1054995.

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

Color convert

RGB 19 25 16 -
CMYK 0.24 0 0.36 0.90
HSL 100º 0.22% 0.08% -
HSV(B) 100º 0.36% 0.1% -
XYZ 0.71 0.87 0.62 -
YUV 22.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 19 25 16 0.24 0 0.36 0.90 100 0.22 0.08
Hex 13 19 10 18 0 24 5A 64 16 8
Octal 23 31 20 30 0 44 132 144 26 10
Binary 10011 11001 10000 11000 0 100100 1011010 1100100 10110 1000

Color Harmonies of #131910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131910

Black with #131910

Text Example


Text Example

White with #131910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131910; }

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

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

background-color css

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

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

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

border-color css

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

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

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