#253735

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

Shades of Aztec #253735

Tints of Aztec #253735

Color information

#253735 (or 0x253735) is unknown color: approx Aztec. HEX triplet: 25, 37 and 35. RGB value is (37,55,53). Sum of RGB (Red+Green+Blue) = 37+55+53=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 55 - color contains mainly: green. Hex color #253735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253735 is #DAC8CA. Grayscale: #313131. Windows color (decimal): -14338251 or 3487525. OLE color: 3487525.

HSL color Cylindrical-coordinate representation of color #253735: hue angle of 173.33º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #253735 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB375553-
CMYK0.3300.040.78
HSL173.33º19.57%18.04%-
HSV(B)173.33º32.73%21.57%-
XYZ2.773.383.88-
YUV49.39130.04119.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.52%
GREEN value IS 55 (21.88% from 255) = 37.93%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=25.52%
G=37.93%
B=36.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3755530.3300.040.78173.3319.5718.04
Hex25373521044Ead1412
Octal45676541041162552422
Binary10010111011111010110000101001001110101011011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253735; }

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

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

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

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

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

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

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

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