#251124

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

Shades of Mardi Gras #251124

Tints of Mardi Gras #251124

Color information

#251124 (or 0x251124) is unknown color: approx Mardi Gras. HEX triplet: 25, 11 and 24. RGB value is (37,17,36). Sum of RGB (Red+Green+Blue) = 37+17+36=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 37 - color contains mainly: red. Hex color #251124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251124 is #DAEEDB. Grayscale: #191919. Windows color (decimal): -14347996 or 2363685. OLE color: 2363685.

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

Color convert

RGB371736-
CMYK00.540.030.85
HSL303º37.04%10.59%-
HSV(B)303º54.05%14.51%-
XYZ1.280.921.78-
YUV25.15134.13136.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.11%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 36 (14.45% from 255) = 40%
R=41.11%
G=18.89%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37173600.540.030.8530337.0410.59
Hex25112403635512f25b
Octal45214406631254574513
Binary1001011000110010001101101110101011001011111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251124; }

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

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

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

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

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

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

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

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