#213833

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

Shades of Aztec #213833

Tints of Aztec #213833

Color information

#213833 (or 0x213833) is unknown color: approx Aztec. HEX triplet: 21, 38 and 33. RGB value is (33,56,51). Sum of RGB (Red+Green+Blue) = 33+56+51=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 56 - color contains mainly: green. Hex color #213833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213833 is #DEC7CC. Grayscale: #303030. Windows color (decimal): -14600141 or 3356705. OLE color: 3356705.

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

Color convert

RGB335651-
CMYK0.4100.090.78
HSL166.96º25.84%17.45%-
HSV(B)166.96º41.07%21.96%-
XYZ2.643.393.65-
YUV48.55129.38116.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.57%
GREEN value IS 56 (22.27% from 255) = 40%
BLUE value IS 51 (20.31% from 255) = 36.43%
R=23.57%
G=40%
B=36.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3356510.4100.090.78166.9625.8417.45
Hex21383329094Ea71a11
Octal417063510111162473221
Binary100001111000110011101001010011001110101001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213833; }

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

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

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

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

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

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

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

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