#240725

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

Shades of Mardi Gras #240725

Tints of Mardi Gras #240725

Color information

#240725 (or 0x240725) is unknown color: approx Mardi Gras. HEX triplet: 24, 07 and 25. RGB value is (36,7,37). Sum of RGB (Red+Green+Blue) = 36+7+37=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 37 - color contains mainly: blue. Hex color #240725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240725 is #DBF8DA. Grayscale: #131313. Windows color (decimal): -14416091 or 2426660. OLE color: 2426660.

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

Color convert

RGB36737-
CMYK0.030.8100.85
HSL298º68.18%8.63%-
HSV(B)298º81.08%14.51%-
XYZ1.140.661.82-
YUV19.09138.11140.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45%
GREEN value IS 7 (3.12% from 255) = 8.75%
BLUE value IS 37 (14.84% from 255) = 46.25%
R=45%
G=8.75%
B=46.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal367370.030.8100.8529868.188.63
Hex2472535105512a449
Octal447453121012545210411
Binary1001001111001011110100010101010110010101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240725; }

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

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

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

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

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

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

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

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