Html Css Color HEX #213432 Aztec

📋 copy color: '#213432'

red 33 ◦ green 52 ◦ blue 50

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

Shades of Aztec #213432

Tints of Aztec #213432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 38.52%

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

R = 24.44%
G = 38.52%
B = 37.04%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#213432 (or 0x213432) is known color: Aztec. HEX triplet: 21, 34 and 32. RGB value is (33,52,50). Sum of RGB (Red+Green+Blue) = 33+52+50=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 52 - color contains mainly: green. Hex color #213432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213432 is #DECBCD. Grayscale: #2E2E2E. Windows color (decimal): -14601166 or 3290145. OLE color: 3290145.

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

Color convert

RGB 33 52 50 -
CMYK 0.37 0 0.04 0.80
HSL 173.68º 0.22% 0.17% -
HSV(B) 173.68º 0.37% 0.2% -
XYZ 2.43 3.01 3.47 -
YUV 46.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 33 52 50 0.37 0 0.04 0.80 173.68 0.22 0.17
Hex 21 34 32 25 0 4 50 AE 16 11
Octal 41 64 62 45 0 4 120 256 26 21
Binary 100001 110100 110010 100101 0 100 1010000 10101110 10110 10001

Color Harmonies of #213432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213432

Black with #213432

Text Example


Text Example

White with #213432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213432; }

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

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

background-color css

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

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

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

border-color css

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

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

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