#251524

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

Shades of Mardi Gras #251524

Tints of Mardi Gras #251524

Color information

#251524 (or 0x251524) is unknown color: approx Mardi Gras. HEX triplet: 25, 15 and 24. RGB value is (37,21,36). Sum of RGB (Red+Green+Blue) = 37+21+36=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 37 - color contains mainly: red. Hex color #251524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251524 is #DAEADB. Grayscale: #1B1B1B. Windows color (decimal): -14346972 or 2364709. OLE color: 2364709.

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

Color convert

RGB372136-
CMYK00.430.030.85
HSL303.75º27.59%11.37%-
HSV(B)303.75º43.24%14.51%-
XYZ1.351.061.8-
YUV27.49132.8134.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.36%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 36 (14.45% from 255) = 38.30%
R=39.36%
G=22.34%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37213600.430.030.85303.7527.5911.37
Hex25152402B3551301cb
Octal45254405331254603413
Binary100101101011001000101011111010101100110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251524; }

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

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

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

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

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

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

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

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