#251324

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

Shades of Mardi Gras #251324

Tints of Mardi Gras #251324

Color information

#251324 (or 0x251324) is unknown color: approx Mardi Gras. HEX triplet: 25, 13 and 24. RGB value is (37,19,36). Sum of RGB (Red+Green+Blue) = 37+19+36=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 36 (14.45% from 255 or 39.13% from 92); Max value from RGB is 37 - color contains mainly: red. Hex color #251324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251324 is #DAECDB. Grayscale: #1A1A1A. Windows color (decimal): -14347484 or 2364197. OLE color: 2364197.

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

Color convert

RGB371936-
CMYK00.490.030.85
HSL303.33º32.14%10.98%-
HSV(B)303.33º48.65%14.51%-
XYZ1.310.991.79-
YUV26.32133.46135.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.22%
GREEN value IS 19 (7.81% from 255) = 20.65%
BLUE value IS 36 (14.45% from 255) = 39.13%
R=40.22%
G=20.65%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37193600.490.030.85303.3332.1410.98
Hex25132403135512f20b
Octal45234406131254574013
Binary1001011001110010001100011110101011001011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251324; }

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

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

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

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

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

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

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

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