Html Css Color HEX #131B09 Pine Tree

📋 copy color: '#131B09'

red 19 ◦ green 27 ◦ blue 9

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

Shades of Pine Tree #131B09

Tints of Pine Tree #131B09

RGB

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

 GREEN value IS 27 (10.94% from 255) = 49.09%

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

R = 34.55%
G = 49.09%
B = 16.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.67

 K value IS 0.89

RGB Variations

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

Color information

#131B09 (or 0x131B09) is known color: Pine Tree. HEX triplet: 13, 1B and 09. RGB value is (19,27,9). Sum of RGB (Red+Green+Blue) = 19+27+9=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 27 (10.94% from 255 or 49.09% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 27 - color contains mainly: green. Hex color #131B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B09 is #ECE4F6. Grayscale: #161616. Windows color (decimal): -15525111 or 596755. OLE color: 596755.

HSL color Cylindrical-coordinate representation of color #131B09: hue angle of 86.67º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #131B09 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 27 9 -
CMYK 0.30 0 0.67 0.89
HSL 86.67º 0.5% 0.07% -
HSV(B) 86.67º 0.67% 0.11% -
XYZ 0.71 0.94 0.4 -
YUV 22.56 120.35 125.46 -
System Red Green Blue C M Y K H S L
Decimal 19 27 9 0.30 0 0.67 0.89 86.67 0.5 0.07
Hex 13 1B 9 1E 0 43 59 57 32 7
Octal 23 33 11 36 0 103 131 127 62 7
Binary 10011 11011 1001 11110 0 1000011 1011001 1010111 110010 111

Color Harmonies of #131B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B09

Black with #131B09

Text Example


Text Example

White with #131B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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