Html Css Color HEX #203330 Aztec

📋 copy color: '#203330'

red 32 ◦ green 51 ◦ blue 48

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

Shades of Aztec #203330

Tints of Aztec #203330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.93%

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

R = 24.43%
G = 38.93%
B = 36.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#203330 (or 0x203330) is known color: Aztec. HEX triplet: 20, 33 and 30. RGB value is (32,51,48). Sum of RGB (Red+Green+Blue) = 32+51+48=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 51 - color contains mainly: green. Hex color #203330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203330 is #DFCCCF. Grayscale: #2C2C2C. Windows color (decimal): -14666960 or 3158816. OLE color: 3158816.

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

Color convert

RGB 32 51 48 -
CMYK 0.37 0 0.06 0.8
HSL 170.53º 0.23% 0.16% -
HSV(B) 170.53º 0.37% 0.2% -
XYZ 2.31 2.89 3.23 -
YUV 44.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 32 51 48 0.37 0 0.06 0.8 170.53 0.23 0.16
Hex 20 33 30 25 0 6 50 AB 17 10
Octal 40 63 60 45 0 6 120 253 27 20
Binary 100000 110011 110000 100101 0 110 1010000 10101011 10111 10000

Color Harmonies of #203330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203330

Black with #203330

Text Example


Text Example

White with #203330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203330; }

 p { color: rgb(32,51,48); }

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

background-color css

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

 a { background-color: rgb(32,51,48); }

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

border-color css

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

 span { border-color: rgb(32,51,48); }

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