Html Css Color HEX #240521 Mardi Gras

📋 copy color: '#240521'

red 36 ◦ green 5 ◦ blue 33

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

Shades of Mardi Gras #240521

Tints of Mardi Gras #240521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.76%

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

R = 48.65%
G = 6.76%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#240521 (or 0x240521) is known color: Mardi Gras. HEX triplet: 24, 05 and 21. RGB value is (36,5,33). Sum of RGB (Red+Green+Blue) = 36+5+33=74 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48.65% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 33 (13.28% from 255 or 44.59% from 74); Max value from RGB is 36 - color contains mainly: red. Hex color #240521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240521 is #DBFADE. Grayscale: #111111. Windows color (decimal): -14416607 or 2164004. OLE color: 2164004.

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

Color convert

RGB 36 5 33 -
CMYK 0 0.86 0.08 0.86
HSL 305.81º 0.76% 0.08% -
HSV(B) 305.81º 0.86% 0.14% -
XYZ 1.06 0.59 1.5 -
YUV 17.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 36 5 33 0 0.86 0.08 0.86 305.81 0.76 0.08
Hex 24 5 21 0 56 8 56 132 4C 8
Octal 44 5 41 0 126 10 126 462 114 10
Binary 100100 101 100001 0 1010110 1000 1010110 100110010 1001100 1000

Color Harmonies of #240521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240521

Black with #240521

Text Example


Text Example

White with #240521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240521; }

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

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

background-color css

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

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

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

border-color css

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

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

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