#213431

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

Shades of Aztec #213431

Tints of Aztec #213431

Color information

#213431 (or 0x213431) is unknown color: approx Aztec. HEX triplet: 21, 34 and 31. RGB value is (33,52,49). Sum of RGB (Red+Green+Blue) = 33+52+49=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 52 - color contains mainly: green. Hex color #213431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213431 is #DECBCE. Grayscale: #2D2D2D. Windows color (decimal): -14601167 or 3224609. OLE color: 3224609.

HSL color Cylindrical-coordinate representation of color #213431: hue angle of 170.53º 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 #213431 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB335249-
CMYK0.3700.060.80
HSL170.53º22.35%16.67%-
HSV(B)170.53º36.54%20.39%-
XYZ2.4133.36-
YUV45.98129.71118.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.63%
GREEN value IS 52 (20.70% from 255) = 38.81%
BLUE value IS 49 (19.53% from 255) = 36.57%
R=24.63%
G=38.81%
B=36.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3352490.3700.060.80170.5322.3516.67
Hex213431250650ab1611
Octal41646145061202532621
Binary10000111010011000110010101101010000101010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213431; }

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

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

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

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

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

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

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

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