#24041E

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

Shades of Mardi Gras #24041E

Tints of Mardi Gras #24041E

Color information

#24041E (or 0x24041E) is unknown color: approx Mardi Gras. HEX triplet: 24, 04 and 1E. RGB value is (36,4,30). Sum of RGB (Red+Green+Blue) = 36+4+30=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 4 (1.95% from 255 or 5.71% from 70); Blue value is 30 (12.11% from 255 or 42.86% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #24041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24041E is #DBFBE1. Grayscale: #101010. Windows color (decimal): -14416866 or 1967140. OLE color: 1967140.

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

Color convert

RGB36430-
CMYK00.890.170.86
HSL311.25º80%7.84%-
HSV(B)311.25º88.89%14.12%-
XYZ1.010.561.28-
YUV16.53135.6141.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 51.43%
GREEN value IS 4 (1.95% from 255) = 5.71%
BLUE value IS 30 (12.11% from 255) = 42.86%
R=51.43%
G=5.71%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3643000.890.170.86311.25807.84
Hex2441E0591156137508
Octal4443601312112646712010
Binary100100100111100101100110001101011010011011110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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