#241525

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

Shades of Mardi Gras #241525

Tints of Mardi Gras #241525

Color information

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

HSL color Cylindrical-coordinate representation of color #241525: hue angle of 296.25º 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 #241525 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB362137-
CMYK0.030.4300.85
HSL296.25º27.59%11.37%-
HSV(B)296.25º43.24%14.51%-
XYZ1.331.041.88-
YUV27.31133.47134.2-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3621370.030.4300.85296.2527.5911.37
Hex24152532B0551281cb
Octal44254535301254503413
Binary100100101011001011110101101010101100101000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241525; }

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

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

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

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

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

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

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

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