Html Css Color HEX #240421 Mardi Gras

📋 copy color: '#240421'

red 36 ◦ green 4 ◦ blue 33

#240421
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #240421

Tints of Mardi Gras #240421

RGB

 RED value IS 36 (14.45% from 255) = 49.32%

 GREEN value IS 4 (1.95% from 255) = 5.48%

 BLUE value IS 33 (13.28% from 255) = 45.21%

R = 49.32%
G = 5.48%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#240421 (or 0x240421) is known color: Mardi Gras. HEX triplet: 24, 04 and 21. RGB value is (36,4,33). Sum of RGB (Red+Green+Blue) = 36+4+33=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 36 - color contains mainly: red. Hex color #240421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240421 is #DBFBDE. Grayscale: #101010. Windows color (decimal): -14416863 or 2163748. OLE color: 2163748.

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

Color convert

RGB 36 4 33 -
CMYK 0 0.89 0.08 0.86
HSL 305.63º 0.8% 0.08% -
HSV(B) 305.63º 0.89% 0.14% -
XYZ 1.05 0.57 1.49 -
YUV 16.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 36 4 33 0 0.89 0.08 0.86 305.63 0.8 0.08
Hex 24 4 21 0 59 8 56 132 50 8
Octal 44 4 41 0 131 10 126 462 120 10
Binary 100100 100 100001 0 1011001 1000 1010110 100110010 1010000 1000

Color Harmonies of #240421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240421

Black with #240421

Text Example


Text Example

White with #240421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240421; }

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

 H1.HeaderClassName
 {
   color: #240421;
 }
 .AnyTagClassName
 {
   color: #240421;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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