Html Css Color HEX #213533 Aztec

📋 copy color: '#213533'

red 33 ◦ green 53 ◦ blue 51

#213533
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aztec #213533

Tints of Aztec #213533

RGB

 RED value IS 33 (13.28% from 255) = 24.09%

 GREEN value IS 53 (21.09% from 255) = 38.69%

 BLUE value IS 51 (20.31% from 255) = 37.23%

R = 24.09%
G = 38.69%
B = 37.23%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#213533 (or 0x213533) is known color: Aztec. HEX triplet: 21, 35 and 33. RGB value is (33,53,51). Sum of RGB (Red+Green+Blue) = 33+53+51=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 53 - color contains mainly: green. Hex color #213533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213533 is #DECACC. Grayscale: #2E2E2E. Windows color (decimal): -14600909 or 3355937. OLE color: 3355937.

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

Color convert

RGB 33 53 51 -
CMYK 0.38 0 0.04 0.79
HSL 174º 0.23% 0.17% -
HSV(B) 174º 0.38% 0.21% -
XYZ 2.5 3.11 3.6 -
YUV 46.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 33 53 51 0.38 0 0.04 0.79 174 0.23 0.17
Hex 21 35 33 26 0 4 4F AE 17 11
Octal 41 65 63 46 0 4 117 256 27 21
Binary 100001 110101 110011 100110 0 100 1001111 10101110 10111 10001

Color Harmonies of #213533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213533

Black with #213533

Text Example


Text Example

White with #213533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213533; }

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

 H1.HeaderClassName
 {
   color: #213533;
 }
 .AnyTagClassName
 {
   color: #213533;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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