#240D26

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

Shades of Mardi Gras #240D26

Tints of Mardi Gras #240D26

Color information

#240D26 (or 0x240D26) is unknown color: approx Mardi Gras. HEX triplet: 24, 0D and 26. RGB value is (36,13,38). Sum of RGB (Red+Green+Blue) = 36+13+38=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 13 (5.47% from 255 or 14.94% from 87); Blue value is 38 (15.23% from 255 or 43.68% from 87); Max value from RGB is 38 - color contains mainly: blue. Hex color #240D26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240D26 is #DBF2D9. Grayscale: #161616. Windows color (decimal): -14414554 or 2493732. OLE color: 2493732.

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

Color convert

RGB361338-
CMYK0.050.6600.85
HSL295.2º49.02%10%-
HSV(B)295.2º65.79%14.9%-
XYZ1.220.81.92-
YUV22.73136.62137.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.38%
GREEN value IS 13 (5.47% from 255) = 14.94%
BLUE value IS 38 (15.23% from 255) = 43.68%
R=41.38%
G=14.94%
B=43.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3613380.050.6600.85295.249.0210
Hex24D2654205512731a
Octal441546510201254476112
Binary10010011011001101011000010010101011001001111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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