#213633

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

Shades of Aztec #213633

Tints of Aztec #213633

Color information

#213633 (or 0x213633) is unknown color: approx Aztec. HEX triplet: 21, 36 and 33. RGB value is (33,54,51). Sum of RGB (Red+Green+Blue) = 33+54+51=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 54 - color contains mainly: green. Hex color #213633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213633 is #DEC9CC. Grayscale: #2F2F2F. Windows color (decimal): -14600653 or 3356193. OLE color: 3356193.

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

Color convert

RGB335451-
CMYK0.3900.060.79
HSL171.43º24.14%17.06%-
HSV(B)171.43º38.89%21.18%-
XYZ2.543.23.62-
YUV47.38130.04117.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 54 (21.48% from 255) = 39.13%
BLUE value IS 51 (20.31% from 255) = 36.96%
R=23.91%
G=39.13%
B=36.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3354510.3900.060.79171.4324.1417.06
Hex21363327064Fab1811
Octal41666347061172533021
Binary10000111011011001110011101101001111101010111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213633; }

 p { color: rgb(33,54,51); }

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

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

 a { background-color: rgb(33,54,51); }

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

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

 span { border-color: rgb(33,54,51); }

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