#213432

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

Shades of Aztec #213432

Tints of Aztec #213432

Color information

#213432 (or 0x213432) is unknown color: approx Aztec. HEX triplet: 21, 34 and 32. RGB value is (33,52,50). Sum of RGB (Red+Green+Blue) = 33+52+50=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 52 - color contains mainly: green. Hex color #213432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213432 is #DECBCD. Grayscale: #2E2E2E. Windows color (decimal): -14601166 or 3290145. OLE color: 3290145.

HSL color Cylindrical-coordinate representation of color #213432: hue angle of 173.68º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #213432 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB335250-
CMYK0.3700.040.80
HSL173.68º22.35%16.67%-
HSV(B)173.68º36.54%20.39%-
XYZ2.433.013.47-
YUV46.09130.21118.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.44%
GREEN value IS 52 (20.70% from 255) = 38.52%
BLUE value IS 50 (19.92% from 255) = 37.04%
R=24.44%
G=38.52%
B=37.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3352500.3700.040.80173.6822.3516.67
Hex213432250450ae1611
Octal41646245041202562621
Binary10000111010011001010010101001010000101011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213432; }

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

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

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

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

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

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

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

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