Html Css Color HEX #213531 Aztec

📋 copy color: '#213531'

red 33 ◦ green 53 ◦ blue 49

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

Shades of Aztec #213531

Tints of Aztec #213531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 36.3%

R = 24.44%
G = 39.26%
B = 36.3%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#213531 (or 0x213531) is known color: Aztec. HEX triplet: 21, 35 and 31. RGB value is (33,53,49). Sum of RGB (Red+Green+Blue) = 33+53+49=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 53 - color contains mainly: green. Hex color #213531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213531 is #DECACE. Grayscale: #2E2E2E. Windows color (decimal): -14600911 or 3224865. OLE color: 3224865.

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

Color convert

RGB 33 53 49 -
CMYK 0.38 0 0.08 0.79
HSL 168º 0.23% 0.17% -
HSV(B) 168º 0.38% 0.21% -
XYZ 2.45 3.09 3.37 -
YUV 46.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 33 53 49 0.38 0 0.08 0.79 168 0.23 0.17
Hex 21 35 31 26 0 8 4F A8 17 11
Octal 41 65 61 46 0 10 117 250 27 21
Binary 100001 110101 110001 100110 0 1000 1001111 10101000 10111 10001

Color Harmonies of #213531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213531

Black with #213531

Text Example


Text Example

White with #213531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213531; }

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

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

background-color css

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

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

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

border-color css

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

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

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