#250524

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

Shades of Mardi Gras #250524

Tints of Mardi Gras #250524

Color information

#250524 (or 0x250524) is unknown color: approx Mardi Gras. HEX triplet: 25, 05 and 24. RGB value is (37,5,36). Sum of RGB (Red+Green+Blue) = 37+5+36=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 36 (14.45% from 255 or 46.15% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #250524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250524 is #DAFADB. Grayscale: #121212. Windows color (decimal): -14351068 or 2360613. OLE color: 2360613.

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

Color convert

RGB37536-
CMYK00.860.030.85
HSL301.88º76.19%8.24%-
HSV(B)301.88º86.49%14.51%-
XYZ1.140.631.73-
YUV18.1138.1141.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 47.44%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 36 (14.45% from 255) = 46.15%
R=47.44%
G=6.41%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3753600.860.030.85301.8876.198.24
Hex2552405635512e4c8
Octal455440126312545611410
Binary1001011011001000101011011101010110010111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250524; }

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

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

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

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

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

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

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

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