#250024

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

Shades of Mardi Gras #250024

Tints of Mardi Gras #250024

Color information

#250024 (or 0x250024) is unknown color: approx Mardi Gras. HEX triplet: 25, 00 and 24. RGB value is (37,0,36). Sum of RGB (Red+Green+Blue) = 37+0+36=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 36 (14.45% from 255 or 49.32% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #250024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250024 is #DAFFDB. Grayscale: #0F0F0F. Windows color (decimal): -14352348 or 2359333. OLE color: 2359333.

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

Color convert

RGB37036-
CMYK010.030.85
HSL301.62º100%7.25%-
HSV(B)301.62º100%14.51%-
XYZ1.080.521.71-
YUV15.17139.76143.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 50.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 49.32%
R=50.68%
G=0%
B=49.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37036010.030.85301.621007.25
Hex2502406435512e647
Octal45044014431254561447
Binary1001010100100011001001110101011001011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250024; }

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

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

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

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

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

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

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

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