#253533

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

Shades of Aztec #253533

Tints of Aztec #253533

Color information

#253533 (or 0x253533) is unknown color: approx Aztec. HEX triplet: 25, 35 and 33. RGB value is (37,53,51). Sum of RGB (Red+Green+Blue) = 37+53+51=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 53 - color contains mainly: green. Hex color #253533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253533 is #DACACC. Grayscale: #2F2F2F. Windows color (decimal): -14338765 or 3355941. OLE color: 3355941.

HSL color Cylindrical-coordinate representation of color #253533: hue angle of 172.5º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #253533 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB375351-
CMYK0.3000.040.79
HSL172.5º17.78%17.65%-
HSV(B)172.5º30.19%20.78%-
XYZ2.633.183.61-
YUV47.99129.7120.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.24%
GREEN value IS 53 (21.09% from 255) = 37.59%
BLUE value IS 51 (20.31% from 255) = 36.17%
R=26.24%
G=37.59%
B=36.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3753510.3000.040.79172.517.7817.65
Hex2535331E044Fac1212
Octal45656336041172542222
Binary1001011101011100111111001001001111101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253533; }

 p { color: rgb(37,53,51); }

 H1.HeaderClassName
 {
   color: #253533;
 }
 .AnyTagClassName
 {
   color: #253533;
 }
</style>
background-color css

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

 a { background-color: rgb(37,53,51); }

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

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

 span { border-color: rgb(37,53,51); }

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