#24001E

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

Shades of Mardi Gras #24001E

Tints of Mardi Gras #24001E

Color information

#24001E (or 0x24001E) is unknown color: approx Mardi Gras. HEX triplet: 24, 00 and 1E. RGB value is (36,0,30). Sum of RGB (Red+Green+Blue) = 36+0+30=66 (8% of max value = 765). Red value is 36 (14.45% from 255 or 54.55% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 36 - color contains mainly: red. Hex color #24001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24001E is #DBFFE1. Grayscale: #0E0E0E. Windows color (decimal): -14417890 or 1966116. OLE color: 1966116.

HSL color Cylindrical-coordinate representation of color #24001E: hue angle of 310º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24001E is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB36030-
CMYK010.170.86
HSL310º100%7.06%-
HSV(B)310º100%14.12%-
XYZ0.960.471.27-
YUV14.18136.93143.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 54.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 45.45%
R=54.55%
G=0%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36030010.170.863101007.06
Hex2401E0641156136647
Octal440360144211264661447
Binary100100011110011001001000110101101001101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24001E; }

 p { color: rgb(36,0,30); }

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

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

 a { background-color: rgb(36,0,30); }

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

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

 span { border-color: rgb(36,0,30); }

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