Html Css Color HEX #131808 Pine Tree

📋 copy color: '#131808'

red 19 ◦ green 24 ◦ blue 8

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

Shades of Pine Tree #131808

Tints of Pine Tree #131808

RGB

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

 GREEN value IS 24 (9.77% from 255) = 47.06%

 BLUE value IS 8 (3.52% from 255) = 15.69%

R = 37.25%
G = 47.06%
B = 15.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.91

RGB Variations

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

Color information

#131808 (or 0x131808) is known color: Pine Tree. HEX triplet: 13, 18 and 08. RGB value is (19,24,8). Sum of RGB (Red+Green+Blue) = 19+24+8=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 24 (9.77% from 255 or 47.06% from 51); Blue value is 8 (3.52% from 255 or 15.69% from 51); Max value from RGB is 24 - color contains mainly: green. Hex color #131808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131808 is #ECE7F7. Grayscale: #141414. Windows color (decimal): -15525880 or 530451. OLE color: 530451.

HSL color Cylindrical-coordinate representation of color #131808: hue angle of 78.75º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #131808 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 24 8 -
CMYK 0.21 0 0.67 0.91
HSL 78.75º 0.5% 0.06% -
HSV(B) 78.75º 0.67% 0.09% -
XYZ 0.64 0.81 0.35 -
YUV 20.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 19 24 8 0.21 0 0.67 0.91 78.75 0.5 0.06
Hex 13 18 8 15 0 43 5B 4F 32 6
Octal 23 30 10 25 0 103 133 117 62 6
Binary 10011 11000 1000 10101 0 1000011 1011011 1001111 110010 110

Color Harmonies of #131808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131808

Black with #131808

Text Example


Text Example

White with #131808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131808; }

 p { color: rgb(19,24,8); }

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

background-color css

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

 a { background-color: rgb(19,24,8); }

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

border-color css

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

 span { border-color: rgb(19,24,8); }

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