Html Css Color HEX #24021E Mardi Gras

📋 copy color: '#24021E'

red 36 ◦ green 2 ◦ blue 30

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

Shades of Mardi Gras #24021E

Tints of Mardi Gras #24021E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.94%

 BLUE value IS 30 (12.11% from 255) = 44.12%

R = 52.94%
G = 2.94%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#24021E (or 0x24021E) is known color: Mardi Gras. HEX triplet: 24, 02 and 1E. RGB value is (36,2,30). Sum of RGB (Red+Green+Blue) = 36+2+30=68 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.94% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 36 - color contains mainly: red. Hex color #24021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24021E is #DBFDE1. Grayscale: #0F0F0F. Windows color (decimal): -14417378 or 1966628. OLE color: 1966628.

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

Color convert

RGB 36 2 30 -
CMYK 0 0.94 0.17 0.86
HSL 310.59º 0.89% 0.07% -
HSV(B) 310.59º 0.94% 0.14% -
XYZ 0.98 0.51 1.28 -
YUV 15.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 36 2 30 0 0.94 0.17 0.86 310.59 0.89 0.07
Hex 24 2 1E 0 5E 11 56 137 59 7
Octal 44 2 36 0 136 21 126 467 131 7
Binary 100100 10 11110 0 1011110 10001 1010110 100110111 1011001 111

Color Harmonies of #24021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24021E

Black with #24021E

Text Example


Text Example

White with #24021E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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