Html Css Color HEX #240321 Mardi Gras

📋 copy color: '#240321'

red 36 ◦ green 3 ◦ blue 33

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

Shades of Mardi Gras #240321

Tints of Mardi Gras #240321

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.17%

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

R = 50%
G = 4.17%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#240321 (or 0x240321) is known color: Mardi Gras. HEX triplet: 24, 03 and 21. RGB value is (36,3,33). Sum of RGB (Red+Green+Blue) = 36+3+33=72 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 33 (13.28% from 255 or 45.83% from 72); Max value from RGB is 36 - color contains mainly: red. Hex color #240321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240321 is #DBFCDE. Grayscale: #101010. Windows color (decimal): -14417119 or 2163492. OLE color: 2163492.

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

Color convert

RGB 36 3 33 -
CMYK 0 0.92 0.08 0.86
HSL 305.45º 0.85% 0.08% -
HSV(B) 305.45º 0.92% 0.14% -
XYZ 1.03 0.55 1.49 -
YUV 16.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 36 3 33 0 0.92 0.08 0.86 305.45 0.85 0.08
Hex 24 3 21 0 5C 8 56 131 55 8
Octal 44 3 41 0 134 10 126 461 125 10
Binary 100100 11 100001 0 1011100 1000 1010110 100110001 1010101 1000

Color Harmonies of #240321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240321

Black with #240321

Text Example


Text Example

White with #240321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240321; }

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

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

background-color css

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

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

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

border-color css

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

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

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