Html Css Color HEX #203531 Aztec

📋 copy color: '#203531'

red 32 ◦ green 53 ◦ blue 49

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

Shades of Aztec #203531

Tints of Aztec #203531

RGB

 RED value IS 32 (12.89% from 255) = 23.88%

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

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

R = 23.88%
G = 39.55%
B = 36.57%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#203531 (or 0x203531) is known color: Aztec. HEX triplet: 20, 35 and 31. RGB value is (32,53,49). Sum of RGB (Red+Green+Blue) = 32+53+49=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 53 - color contains mainly: green. Hex color #203531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203531 is #DFCACE. Grayscale: #2E2E2E. Windows color (decimal): -14666447 or 3224864. OLE color: 3224864.

HSL color Cylindrical-coordinate representation of color #203531: hue angle of 168.57º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #203531 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB 32 53 49 -
CMYK 0.40 0 0.08 0.79
HSL 168.57º 0.25% 0.17% -
HSV(B) 168.57º 0.4% 0.21% -
XYZ 2.42 3.08 3.37 -
YUV 46.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 32 53 49 0.40 0 0.08 0.79 168.57 0.25 0.17
Hex 20 35 31 28 0 8 4F A9 19 11
Octal 40 65 61 50 0 10 117 251 31 21
Binary 100000 110101 110001 101000 0 1000 1001111 10101001 11001 10001

Color Harmonies of #203531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203531

Black with #203531

Text Example


Text Example

White with #203531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203531; }

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

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

background-color css

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

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

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

border-color css

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

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

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