#24011E

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

Shades of Mardi Gras #24011E

Tints of Mardi Gras #24011E

Color information

#24011E (or 0x24011E) is unknown color: approx Mardi Gras. HEX triplet: 24, 01 and 1E. RGB value is (36,1,30). Sum of RGB (Red+Green+Blue) = 36+1+30=67 (8% of max value = 765). Red value is 36 (14.45% from 255 or 53.73% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 36 - color contains mainly: red. Hex color #24011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24011E is #DBFEE1. Grayscale: #0E0E0E. Windows color (decimal): -14417634 or 1966372. OLE color: 1966372.

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

Color convert

RGB36130-
CMYK00.970.170.86
HSL310.29º94.59%7.25%-
HSV(B)310.29º97.22%14.12%-
XYZ0.970.491.27-
YUV14.77136.6143.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 53.73%
GREEN value IS 1 (0.78% from 255) = 1.49%
BLUE value IS 30 (12.11% from 255) = 44.78%
R=53.73%
G=1.49%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3613000.970.170.86310.2994.597.25
Hex2411E06111561365f7
Octal441360141211264661377
Binary100100111110011000011000110101101001101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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