#213531

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

Shades of Aztec #213531

Tints of Aztec #213531

Color information

#213531 (or 0x213531) is unknown color: approx Aztec. HEX triplet: 21, 35 and 31. RGB value is (33,53,49). Sum of RGB (Red+Green+Blue) = 33+53+49=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 53 - color contains mainly: green. Hex color #213531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213531 is #DECACE. Grayscale: #2E2E2E. Windows color (decimal): -14600911 or 3224865. OLE color: 3224865.

HSL color Cylindrical-coordinate representation of color #213531: hue angle of 168º 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 #213531 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB335349-
CMYK0.3800.080.79
HSL168º23.26%16.86%-
HSV(B)168º37.74%20.78%-
XYZ2.453.093.37-
YUV46.56129.37118.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.44%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 49 (19.53% from 255) = 36.30%
R=24.44%
G=39.26%
B=36.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3353490.3800.080.7916823.2616.86
Hex21353126084Fa81711
Octal416561460101172502721
Binary100001110101110001100110010001001111101010001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213531; }

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

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

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

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

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

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

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

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