#240525

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

Shades of Mardi Gras #240525

Tints of Mardi Gras #240525

Color information

#240525 (or 0x240525) is unknown color: approx Mardi Gras. HEX triplet: 24, 05 and 25. RGB value is (36,5,37). Sum of RGB (Red+Green+Blue) = 36+5+37=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 37 - color contains mainly: blue. Hex color #240525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240525 is #DBFADA. Grayscale: #111111. Windows color (decimal): -14416603 or 2426148. OLE color: 2426148.

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

Color convert

RGB36537-
CMYK0.030.8600.85
HSL298.12º76.19%8.24%-
HSV(B)298.12º86.49%14.51%-
XYZ1.120.621.81-
YUV17.92138.77140.9-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 46.15%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 37 (14.84% from 255) = 47.44%
R=46.15%
G=6.41%
B=47.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal365370.030.8600.85298.1276.198.24
Hex2452535605512a4c8
Octal445453126012545211410
Binary1001001011001011110101100101010110010101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240525; }

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

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

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

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

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

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

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

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