#252425

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

Shades of Mardi Gras #252425

Tints of Mardi Gras #252425

Color information

#252425 (or 0x252425) is unknown color: approx Mardi Gras. HEX triplet: 25, 24 and 25. RGB value is (37,36,37). Sum of RGB (Red+Green+Blue) = 37+36+37=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #252425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252425 is #DADBDA. Grayscale: #242424. Windows color (decimal): -14343131 or 2434085. OLE color: 2434085.

HSL color Cylindrical-coordinate representation of color #252425: hue angle of 300º degrees, saturation: 0.01, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #252425 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB373637-
CMYK00.0300.85
HSL300º1.37%14.31%-
HSV(B)300º2.7%14.51%-
XYZ1.731.792-
YUV36.41128.33128.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.64%
GREEN value IS 36 (14.45% from 255) = 32.73%
BLUE value IS 37 (14.84% from 255) = 33.64%
R=33.64%
G=32.73%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37363700.0300.853001.3714.31
Hex2524250305512c1e
Octal454445030125454116
Binary1001011001001001010110101010110010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252425; }

 p { color: rgb(37,36,37); }

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

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

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

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

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

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

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