Html Css Color HEX #213633 Aztec

📋 copy color: '#213633'

red 33 ◦ green 54 ◦ blue 51

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

Shades of Aztec #213633

Tints of Aztec #213633

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.13%

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

R = 23.91%
G = 39.13%
B = 36.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#213633 (or 0x213633) is known color: Aztec. HEX triplet: 21, 36 and 33. RGB value is (33,54,51). Sum of RGB (Red+Green+Blue) = 33+54+51=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 54 - color contains mainly: green. Hex color #213633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213633 is #DEC9CC. Grayscale: #2F2F2F. Windows color (decimal): -14600653 or 3356193. OLE color: 3356193.

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

Color convert

RGB 33 54 51 -
CMYK 0.39 0 0.06 0.79
HSL 171.43º 0.24% 0.17% -
HSV(B) 171.43º 0.39% 0.21% -
XYZ 2.54 3.2 3.62 -
YUV 47.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 33 54 51 0.39 0 0.06 0.79 171.43 0.24 0.17
Hex 21 36 33 27 0 6 4F AB 18 11
Octal 41 66 63 47 0 6 117 253 30 21
Binary 100001 110110 110011 100111 0 110 1001111 10101011 11000 10001

Color Harmonies of #213633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213633

Black with #213633

Text Example


Text Example

White with #213633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213633; }

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

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

background-color css

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

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

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

border-color css

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

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

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