Html Css Color HEX #213833 Aztec

📋 copy color: '#213833'

red 33 ◦ green 56 ◦ blue 51

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

Shades of Aztec #213833

Tints of Aztec #213833

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40%

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

R = 23.57%
G = 40%
B = 36.43%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#213833 (or 0x213833) is known color: Aztec. HEX triplet: 21, 38 and 33. RGB value is (33,56,51). Sum of RGB (Red+Green+Blue) = 33+56+51=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 56 - color contains mainly: green. Hex color #213833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213833 is #DEC7CC. Grayscale: #303030. Windows color (decimal): -14600141 or 3356705. OLE color: 3356705.

HSL color Cylindrical-coordinate representation of color #213833: hue angle of 166.96º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #213833 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 56 51 -
CMYK 0.41 0 0.09 0.78
HSL 166.96º 0.26% 0.17% -
HSV(B) 166.96º 0.41% 0.22% -
XYZ 2.64 3.39 3.65 -
YUV 48.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 33 56 51 0.41 0 0.09 0.78 166.96 0.26 0.17
Hex 21 38 33 29 0 9 4E A7 1A 11
Octal 41 70 63 51 0 11 116 247 32 21
Binary 100001 111000 110011 101001 0 1001 1001110 10100111 11010 10001

Color Harmonies of #213833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213833

Black with #213833

Text Example


Text Example

White with #213833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213833; }

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

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

background-color css

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

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

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

border-color css

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

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

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