Html Css Color HEX #203431 Aztec

📋 copy color: '#203431'

red 32 ◦ green 52 ◦ blue 49

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

Shades of Aztec #203431

Tints of Aztec #203431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.1%

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

R = 24.06%
G = 39.1%
B = 36.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#203431 (or 0x203431) is known color: Aztec. HEX triplet: 20, 34 and 31. RGB value is (32,52,49). Sum of RGB (Red+Green+Blue) = 32+52+49=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 52 - color contains mainly: green. Hex color #203431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203431 is #DFCBCE. Grayscale: #2D2D2D. Windows color (decimal): -14666703 or 3224608. OLE color: 3224608.

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

Color convert

RGB 32 52 49 -
CMYK 0.38 0 0.06 0.80
HSL 171º 0.24% 0.16% -
HSV(B) 171º 0.38% 0.2% -
XYZ 2.38 2.98 3.36 -
YUV 45.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 32 52 49 0.38 0 0.06 0.80 171 0.24 0.16
Hex 20 34 31 26 0 6 50 AB 18 10
Octal 40 64 61 46 0 6 120 253 30 20
Binary 100000 110100 110001 100110 0 110 1010000 10101011 11000 10000

Color Harmonies of #203431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203431

Black with #203431

Text Example


Text Example

White with #203431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203431; }

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

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

background-color css

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

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

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

border-color css

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

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

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