#203330

Color #203330 Aztec (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aztec #203330

Tints of Aztec #203330

Color information

#203330 (or 0x203330) is unknown color: approx 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

RGB325148-
CMYK0.3700.060.8
HSL170.53º22.89%16.27%-
HSV(B)170.53º37.25%20%-
XYZ2.312.893.23-
YUV44.98129.71118.74-

RGB Variations

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

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 (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3251480.3700.060.8170.5322.8916.27
Hex203330250650ab1710
Octal40636045061202532720
Binary10000011001111000010010101101010000101010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>