#251424

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

Shades of Mardi Gras #251424

Tints of Mardi Gras #251424

Color information

#251424 (or 0x251424) is unknown color: approx Mardi Gras. HEX triplet: 25, 14 and 24. RGB value is (37,20,36). Sum of RGB (Red+Green+Blue) = 37+20+36=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 36 (14.45% from 255 or 38.71% from 93); Max value from RGB is 37 - color contains mainly: red. Hex color #251424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251424 is #DAEBDB. Grayscale: #1A1A1A. Windows color (decimal): -14347228 or 2364453. OLE color: 2364453.

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

Color convert

RGB372036-
CMYK00.460.030.85
HSL303.53º29.82%11.18%-
HSV(B)303.53º45.95%14.51%-
XYZ1.331.021.8-
YUV26.91133.13135.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.78%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 36 (14.45% from 255) = 38.71%
R=39.78%
G=21.51%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37203600.460.030.85303.5329.8211.18
Hex25142402E3551301eb
Octal45244405631254603613
Binary100101101001001000101110111010101100110000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251424; }

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

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

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

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

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

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

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

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