Html Css Color HEX #240221 Mardi Gras

📋 copy color: '#240221'

red 36 ◦ green 2 ◦ blue 33

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

Shades of Mardi Gras #240221

Tints of Mardi Gras #240221

RGB

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

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

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

R = 50.7%
G = 2.82%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#240221 (or 0x240221) is known color: Mardi Gras. HEX triplet: 24, 02 and 21. RGB value is (36,2,33). Sum of RGB (Red+Green+Blue) = 36+2+33=71 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50.70% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 33 (13.28% from 255 or 46.48% from 71); Max value from RGB is 36 - color contains mainly: red. Hex color #240221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240221 is #DBFDDE. Grayscale: #0F0F0F. Windows color (decimal): -14417375 or 2163236. OLE color: 2163236.

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

Color convert

RGB 36 2 33 -
CMYK 0 0.94 0.08 0.86
HSL 305.29º 0.89% 0.07% -
HSV(B) 305.29º 0.94% 0.14% -
XYZ 1.02 0.53 1.49 -
YUV 15.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 36 2 33 0 0.94 0.08 0.86 305.29 0.89 0.07
Hex 24 2 21 0 5E 8 56 131 59 7
Octal 44 2 41 0 136 10 126 461 131 7
Binary 100100 10 100001 0 1011110 1000 1010110 100110001 1011001 111

Color Harmonies of #240221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240221

Black with #240221

Text Example


Text Example

White with #240221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240221; }

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

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

background-color css

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

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

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

border-color css

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

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

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