Html Css Color HEX #13210B Pine Tree

📋 copy color: '#13210B'

red 19 ◦ green 33 ◦ blue 11

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

Shades of Pine Tree #13210B

Tints of Pine Tree #13210B

RGB

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

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

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

R = 30.16%
G = 52.38%
B = 17.46%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.87

RGB Variations

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

Color information

#13210B (or 0x13210B) is known color: Pine Tree. HEX triplet: 13, 21 and 0B. RGB value is (19,33,11). Sum of RGB (Red+Green+Blue) = 19+33+11=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #13210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13210B is #ECDEF4. Grayscale: #1A1A1A. Windows color (decimal): -15523573 or 729363. OLE color: 729363.

HSL color Cylindrical-coordinate representation of color #13210B: hue angle of 98.18º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13210B is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 33 11 -
CMYK 0.42 0 0.67 0.87
HSL 98.18º 0.5% 0.09% -
HSV(B) 98.18º 0.67% 0.13% -
XYZ 0.87 1.25 0.51 -
YUV 26.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 19 33 11 0.42 0 0.67 0.87 98.18 0.5 0.09
Hex 13 21 B 2A 0 43 57 62 32 9
Octal 23 41 13 52 0 103 127 142 62 11
Binary 10011 100001 1011 101010 0 1000011 1010111 1100010 110010 1001

Color Harmonies of #13210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13210B

Black with #13210B

Text Example


Text Example

White with #13210B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13210B; }

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

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

background-color css

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

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

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

border-color css

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

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

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