Html Css Color HEX #132109 Pine Tree

📋 copy color: '#132109'

red 19 ◦ green 33 ◦ blue 9

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

Shades of Pine Tree #132109

Tints of Pine Tree #132109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 54.1%

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

R = 31.15%
G = 54.1%
B = 14.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.73

 K value IS 0.87

RGB Variations

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

Color information

#132109 (or 0x132109) is known color: Pine Tree. HEX triplet: 13, 21 and 09. RGB value is (19,33,9). Sum of RGB (Red+Green+Blue) = 19+33+9=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 33 (13.28% from 255 or 54.10% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 33 - color contains mainly: green. Hex color #132109 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132109 is #ECDEF6. Grayscale: #1A1A1A. Windows color (decimal): -15523575 or 598291. OLE color: 598291.

HSL color Cylindrical-coordinate representation of color #132109: hue angle of 95º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #132109 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 33 9 -
CMYK 0.42 0 0.73 0.87
HSL 95º 0.57% 0.08% -
HSV(B) 95º 0.73% 0.13% -
XYZ 0.86 1.25 0.45 -
YUV 26.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 19 33 9 0.42 0 0.73 0.87 95 0.57 0.08
Hex 13 21 9 2A 0 49 57 5F 39 8
Octal 23 41 11 52 0 111 127 137 71 10
Binary 10011 100001 1001 101010 0 1001001 1010111 1011111 111001 1000

Color Harmonies of #132109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132109

Black with #132109

Text Example


Text Example

White with #132109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132109; }

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

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

background-color css

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

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

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

border-color css

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

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

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