Html Css Color HEX #213230 Aztec

📋 copy color: '#213230'

red 33 ◦ green 50 ◦ blue 48

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

Shades of Aztec #213230

Tints of Aztec #213230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.17%

 BLUE value IS 48 (19.14% from 255) = 36.64%

R = 25.19%
G = 38.17%
B = 36.64%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#213230 (or 0x213230) is known color: Aztec. HEX triplet: 21, 32 and 30. RGB value is (33,50,48). Sum of RGB (Red+Green+Blue) = 33+50+48=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 50 - color contains mainly: green. Hex color #213230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213230 is #DECDCF. Grayscale: #2C2C2C. Windows color (decimal): -14601680 or 3158561. OLE color: 3158561.

HSL color Cylindrical-coordinate representation of color #213230: hue angle of 172.94º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #213230 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 50 48 -
CMYK 0.34 0 0.04 0.80
HSL 172.94º 0.2% 0.16% -
HSV(B) 172.94º 0.34% 0.2% -
XYZ 2.3 2.82 3.22 -
YUV 44.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 33 50 48 0.34 0 0.04 0.80 172.94 0.2 0.16
Hex 21 32 30 22 0 4 50 AD 14 10
Octal 41 62 60 42 0 4 120 255 24 20
Binary 100001 110010 110000 100010 0 100 1010000 10101101 10100 10000

Color Harmonies of #213230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213230

Black with #213230

Text Example


Text Example

White with #213230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213230; }

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

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

background-color css

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

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

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

border-color css

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

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

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