#213732

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

Shades of Aztec #213732

Tints of Aztec #213732

Color information

#213732 (or 0x213732) is unknown color: approx Aztec. HEX triplet: 21, 37 and 32. RGB value is (33,55,50). Sum of RGB (Red+Green+Blue) = 33+55+50=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 55 - color contains mainly: green. Hex color #213732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213732 is #DEC8CD. Grayscale: #2F2F2F. Windows color (decimal): -14600398 or 3290913. OLE color: 3290913.

HSL color Cylindrical-coordinate representation of color #213732: hue angle of 166.36º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #213732 is Cyan = 0.4, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB335550-
CMYK0.400.090.78
HSL166.36º25%17.25%-
HSV(B)166.36º40%21.57%-
XYZ2.573.293.52-
YUV47.85129.21117.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 55 (21.88% from 255) = 39.86%
BLUE value IS 50 (19.92% from 255) = 36.23%
R=23.91%
G=39.86%
B=36.23%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3355500.400.090.78166.362517.25
Hex21373228094Ea61911
Octal416762500111162463121
Binary100001110111110010101000010011001110101001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213732; }

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

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

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

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

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

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

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

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