#240E25

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

Shades of Mardi Gras #240E25

Tints of Mardi Gras #240E25

Color information

#240E25 (or 0x240E25) is unknown color: approx Mardi Gras. HEX triplet: 24, 0E and 25. RGB value is (36,14,37). Sum of RGB (Red+Green+Blue) = 36+14+37=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 37 - color contains mainly: blue. Hex color #240E25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E25 is #DBF1DA. Grayscale: #171717. Windows color (decimal): -14414299 or 2428452. OLE color: 2428452.

HSL color Cylindrical-coordinate representation of color #240E25: hue angle of 297.39º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #240E25 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB361437-
CMYK0.030.6200.85
HSL297.39º45.1%10%-
HSV(B)297.39º62.16%14.51%-
XYZ1.220.821.84-
YUV23.2135.79137.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.38%
GREEN value IS 14 (5.86% from 255) = 16.09%
BLUE value IS 37 (14.84% from 255) = 42.53%
R=41.38%
G=16.09%
B=42.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3614370.030.6200.85297.3945.110
Hex24E2533E0551292da
Octal44164537601254515512
Binary100100111010010111111110010101011001010011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240E25; }

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

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

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

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

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

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

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

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