#240021

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

Shades of Mardi Gras #240021

Tints of Mardi Gras #240021

Color information

#240021 (or 0x240021) is unknown color: approx Mardi Gras. HEX triplet: 24, 00 and 21. RGB value is (36,0,33). Sum of RGB (Red+Green+Blue) = 36+0+33=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 33 (13.28% from 255 or 47.83% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #240021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240021 is #DBFFDE. Grayscale: #0E0E0E. Windows color (decimal): -14417887 or 2162724. OLE color: 2162724.

HSL color Cylindrical-coordinate representation of color #240021: hue angle of 305º 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 #240021 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.86.

Color convert

RGB36033-
CMYK010.080.86
HSL305º100%7.06%-
HSV(B)305º100%14.12%-
XYZ10.481.48-
YUV14.53138.43143.32-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 52.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 47.83%
R=52.17%
G=0%
B=47.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36033010.080.863051007.06
Hex24021064856131647
Octal440410144101264611447
Binary100100010000101100100100010101101001100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240021; }

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

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

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

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

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

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

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

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