#253431

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

Shades of Aztec #253431

Tints of Aztec #253431

Color information

#253431 (or 0x253431) is unknown color: approx Aztec. HEX triplet: 25, 34 and 31. RGB value is (37,52,49). Sum of RGB (Red+Green+Blue) = 37+52+49=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 52 - color contains mainly: green. Hex color #253431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253431 is #DACBCE. Grayscale: #2F2F2F. Windows color (decimal): -14339023 or 3224613. OLE color: 3224613.

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

Color convert

RGB375249-
CMYK0.2900.060.80
HSL168º16.85%17.45%-
HSV(B)168º28.85%20.39%-
XYZ2.553.073.36-
YUV47.17129.03120.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.81%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=26.81%
G=37.68%
B=35.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3752490.2900.060.8016816.8517.45
Hex2534311D0650a81111
Octal45646135061202502121
Binary1001011101001100011110101101010000101010001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253431; }

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

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

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

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

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

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

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

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