#250224

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

Shades of Mardi Gras #250224

Tints of Mardi Gras #250224

Color information

#250224 (or 0x250224) is unknown color: approx Mardi Gras. HEX triplet: 25, 02 and 24. RGB value is (37,2,36). Sum of RGB (Red+Green+Blue) = 37+2+36=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 36 (14.45% from 255 or 48% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #250224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250224 is #DAFDDB. Grayscale: #101010. Windows color (decimal): -14351836 or 2359845. OLE color: 2359845.

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

Color convert

RGB37236-
CMYK00.950.030.85
HSL301.71º89.74%7.65%-
HSV(B)301.71º94.59%14.51%-
XYZ1.10.561.72-
YUV16.34139.1142.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 49.33%
GREEN value IS 2 (1.17% from 255) = 2.67%
BLUE value IS 36 (14.45% from 255) = 48%
R=49.33%
G=2.67%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3723600.950.030.85301.7189.747.65
Hex2522405F35512e5a8
Octal452440137312545613210
Binary100101101001000101111111101010110010111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250224; }

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

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

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

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

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

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

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

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