#213532

Color #213532 Aztec (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aztec #213532

Tints of Aztec #213532

Color information

#213532 (or 0x213532) is unknown color: approx Aztec. HEX triplet: 21, 35 and 32. RGB value is (33,53,50). Sum of RGB (Red+Green+Blue) = 33+53+50=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 53 - color contains mainly: green. Hex color #213532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213532 is #DECACD. Grayscale: #2E2E2E. Windows color (decimal): -14600910 or 3290401. OLE color: 3290401.

HSL color Cylindrical-coordinate representation of color #213532: hue angle of 171º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #213532 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB335350-
CMYK0.3800.060.79
HSL171º23.26%16.86%-
HSV(B)171º37.74%20.78%-
XYZ2.483.13.49-
YUV46.68129.87118.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 53 (21.09% from 255) = 38.97%
BLUE value IS 50 (19.92% from 255) = 36.76%
R=24.26%
G=38.97%
B=36.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3353500.3800.060.7917123.2616.86
Hex21353226064Fab1711
Octal41656246061172532721
Binary10000111010111001010011001101001111101010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213532; }

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

 H1.HeaderClassName
 {
   color: #213532;
 }
 .AnyTagClassName
 {
   color: #213532;
 }
</style>
background-color css

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

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

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

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

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

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