Html Css Color HEX #131B0B Pine Tree

📋 copy color: '#131B0B'

red 19 ◦ green 27 ◦ blue 11

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

Shades of Pine Tree #131B0B

Tints of Pine Tree #131B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 19.3%

R = 33.33%
G = 47.37%
B = 19.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.59

 K value IS 0.89

RGB Variations

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

Color information

#131B0B (or 0x131B0B) is known color: Pine Tree. HEX triplet: 13, 1B and 0B. RGB value is (19,27,11). Sum of RGB (Red+Green+Blue) = 19+27+11=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 27 (10.94% from 255 or 47.37% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 27 - color contains mainly: green. Hex color #131B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B0B is #ECE4F4. Grayscale: #161616. Windows color (decimal): -15525109 or 727827. OLE color: 727827.

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

Color convert

RGB 19 27 11 -
CMYK 0.30 0 0.59 0.89
HSL 90º 0.42% 0.07% -
HSV(B) 90º 0.59% 0.11% -
XYZ 0.72 0.95 0.46 -
YUV 22.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 19 27 11 0.30 0 0.59 0.89 90 0.42 0.07
Hex 13 1B B 1E 0 3B 59 5A 2A 7
Octal 23 33 13 36 0 73 131 132 52 7
Binary 10011 11011 1011 11110 0 111011 1011001 1011010 101010 111

Color Harmonies of #131B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B0B

Black with #131B0B

Text Example


Text Example

White with #131B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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