#240E26

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

Shades of Mardi Gras #240E26

Tints of Mardi Gras #240E26

Color information

#240E26 (or 0x240E26) is unknown color: approx Mardi Gras. HEX triplet: 24, 0E and 26. RGB value is (36,14,38). Sum of RGB (Red+Green+Blue) = 36+14+38=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 14 (5.86% from 255 or 15.91% from 88); Blue value is 38 (15.23% from 255 or 43.18% from 88); Max value from RGB is 38 - color contains mainly: blue. Hex color #240E26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E26 is #DBF1D9. Grayscale: #171717. Windows color (decimal): -14414298 or 2493988. OLE color: 2493988.

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

Color convert

RGB361438-
CMYK0.050.6300.85
HSL295º46.15%10.2%-
HSV(B)295º63.16%14.9%-
XYZ1.230.831.93-
YUV23.31136.29137.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.91%
GREEN value IS 14 (5.86% from 255) = 15.91%
BLUE value IS 38 (15.23% from 255) = 43.18%
R=40.91%
G=15.91%
B=43.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3614380.050.6300.8529546.1510.2
Hex24E2653F0551272ea
Octal44164657701254475612
Binary1001001110100110101111111010101011001001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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