Html Css Color HEX #213532 Aztec

📋 copy color: '#213532'

red 33 ◦ green 53 ◦ blue 50

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

Shades of Aztec #213532

Tints of Aztec #213532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 36.76%

R = 24.26%
G = 38.97%
B = 36.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#213532 (or 0x213532) is known color: Aztec. HEX triplet: 21, 35 and 32. RGB value is (33,53,50). Sum of RGB (Red+Green+Blue) = 33+53+50=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 53 - color contains mainly: green. Hex color #213532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213532 is #DECACD. Grayscale: #2E2E2E. Windows color (decimal): -14600910 or 3290401. OLE color: 3290401.

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

Color convert

RGB 33 53 50 -
CMYK 0.38 0 0.06 0.79
HSL 171º 0.23% 0.17% -
HSV(B) 171º 0.38% 0.21% -
XYZ 2.48 3.1 3.49 -
YUV 46.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 33 53 50 0.38 0 0.06 0.79 171 0.23 0.17
Hex 21 35 32 26 0 6 4F AB 17 11
Octal 41 65 62 46 0 6 117 253 27 21
Binary 100001 110101 110010 100110 0 110 1001111 10101011 10111 10001

Color Harmonies of #213532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213532

Black with #213532

Text Example


Text Example

White with #213532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213532; }

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

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

background-color css

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

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

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

border-color css

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

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

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