Html Css Color HEX #131A09 Pine Tree

📋 copy color: '#131A09'

red 19 ◦ green 26 ◦ blue 9

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

Shades of Pine Tree #131A09

Tints of Pine Tree #131A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 48.15%

 BLUE value IS 9 (3.91% from 255) = 16.67%

R = 35.19%
G = 48.15%
B = 16.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.65

 K value IS 0.90

RGB Variations

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

Color information

#131A09 (or 0x131A09) is known color: Pine Tree. HEX triplet: 13, 1A and 09. RGB value is (19,26,9). Sum of RGB (Red+Green+Blue) = 19+26+9=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 26 (10.55% from 255 or 48.15% from 54); Blue value is 9 (3.91% from 255 or 16.67% from 54); Max value from RGB is 26 - color contains mainly: green. Hex color #131A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131A09 is #ECE5F6. Grayscale: #161616. Windows color (decimal): -15525367 or 596499. OLE color: 596499.

HSL color Cylindrical-coordinate representation of color #131A09: hue angle of 84.71º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #131A09 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.90.

Color convert

RGB 19 26 9 -
CMYK 0.27 0 0.65 0.90
HSL 84.71º 0.49% 0.07% -
HSV(B) 84.71º 0.65% 0.1% -
XYZ 0.69 0.9 0.4 -
YUV 21.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 19 26 9 0.27 0 0.65 0.90 84.71 0.49 0.07
Hex 13 1A 9 1B 0 41 5A 55 31 7
Octal 23 32 11 33 0 101 132 125 61 7
Binary 10011 11010 1001 11011 0 1000001 1011010 1010101 110001 111

Color Harmonies of #131A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A09

Black with #131A09

Text Example


Text Example

White with #131A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131A09; }

 p { color: rgb(19,26,9); }

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

background-color css

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

 a { background-color: rgb(19,26,9); }

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

border-color css

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

 span { border-color: rgb(19,26,9); }

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