Html Css Color HEX #21320B Pine Tree

📋 copy color: '#21320B'

red 33 ◦ green 50 ◦ blue 11

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

Shades of Pine Tree #21320B

Tints of Pine Tree #21320B

RGB

 RED value IS 33 (13.28% from 255) = 35.11%

 GREEN value IS 50 (19.92% from 255) = 53.19%

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

R = 35.11%
G = 53.19%
B = 11.7%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.78

 K value IS 0.80

RGB Variations

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

Color information

#21320B (or 0x21320B) is known color: Pine Tree. HEX triplet: 21, 32 and 0B. RGB value is (33,50,11). Sum of RGB (Red+Green+Blue) = 33+50+11=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #21320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21320B is #DECDF4. Grayscale: #282828. Windows color (decimal): -14601717 or 733729. OLE color: 733729.

HSL color Cylindrical-coordinate representation of color #21320B: hue angle of 86.15º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21320B is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 50 11 -
CMYK 0.34 0 0.78 0.80
HSL 86.15º 0.64% 0.12% -
HSV(B) 86.15º 0.78% 0.2% -
XYZ 1.83 2.63 0.73 -
YUV 40.47 111.37 122.67 -
System Red Green Blue C M Y K H S L
Decimal 33 50 11 0.34 0 0.78 0.80 86.15 0.64 0.12
Hex 21 32 B 22 0 4E 50 56 40 C
Octal 41 62 13 42 0 116 120 126 100 14
Binary 100001 110010 1011 100010 0 1001110 1010000 1010110 1000000 1100

Color Harmonies of #21320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21320B

Black with #21320B

Text Example


Text Example

White with #21320B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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