Html Css Color HEX #131904 Pine Tree

📋 copy color: '#131904'

red 19 ◦ green 25 ◦ blue 4

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

Shades of Pine Tree #131904

Tints of Pine Tree #131904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 8.33%

R = 39.58%
G = 52.08%
B = 8.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.84

 K value IS 0.90

RGB Variations

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

Color information

#131904 (or 0x131904) is known color: Pine Tree. HEX triplet: 13, 19 and 04. RGB value is (19,25,4). Sum of RGB (Red+Green+Blue) = 19+25+4=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 25 (10.16% from 255 or 52.08% from 48); Blue value is 4 (1.95% from 255 or 8.33% from 48); Max value from RGB is 25 - color contains mainly: green. Hex color #131904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131904 is #ECE6FB. Grayscale: #141414. Windows color (decimal): -15525628 or 268563. OLE color: 268563.

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

Color convert

RGB 19 25 4 -
CMYK 0.24 0 0.84 0.90
HSL 77.14º 0.72% 0.06% -
HSV(B) 77.14º 0.84% 0.1% -
XYZ 0.64 0.84 0.24 -
YUV 20.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 19 25 4 0.24 0 0.84 0.90 77.14 0.72 0.06
Hex 13 19 4 18 0 54 5A 4D 48 6
Octal 23 31 4 30 0 124 132 115 110 6
Binary 10011 11001 100 11000 0 1010100 1011010 1001101 1001000 110

Color Harmonies of #131904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131904

Black with #131904

Text Example


Text Example

White with #131904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131904; }

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

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

background-color css

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

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

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

border-color css

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

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

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