#252025

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

Shades of Mardi Gras #252025

Tints of Mardi Gras #252025

Color information

#252025 (or 0x252025) is unknown color: approx Mardi Gras. HEX triplet: 25, 20 and 25. RGB value is (37,32,37). Sum of RGB (Red+Green+Blue) = 37+32+37=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #252025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252025 is #DADFDA. Grayscale: #222222. Windows color (decimal): -14344155 or 2433061. OLE color: 2433061.

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

Color convert

RGB373237-
CMYK00.1400.85
HSL300º7.25%13.53%-
HSV(B)300º13.51%14.51%-
XYZ1.611.561.97-
YUV34.06129.66130.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.91%
GREEN value IS 32 (12.89% from 255) = 30.19%
BLUE value IS 37 (14.84% from 255) = 34.91%
R=34.91%
G=30.19%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37323700.1400.853007.2513.53
Hex2520250E05512c7e
Octal4540450160125454716
Binary10010110000010010101110010101011001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252025; }

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

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

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

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

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

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

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

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