Html Css Color HEX #241121 Mardi Gras

📋 copy color: '#241121'

red 36 ◦ green 17 ◦ blue 33

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

Shades of Mardi Gras #241121

Tints of Mardi Gras #241121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.77%

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

R = 41.86%
G = 19.77%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#241121 (or 0x241121) is known color: Mardi Gras. HEX triplet: 24, 11 and 21. RGB value is (36,17,33). Sum of RGB (Red+Green+Blue) = 36+17+33=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 36 - color contains mainly: red. Hex color #241121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241121 is #DBEEDE. Grayscale: #181818. Windows color (decimal): -14413535 or 2167076. OLE color: 2167076.

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

Color convert

RGB 36 17 33 -
CMYK 0 0.53 0.08 0.86
HSL 309.47º 0.36% 0.1% -
HSV(B) 309.47º 0.53% 0.14% -
XYZ 1.2 0.89 1.55 -
YUV 24.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 36 17 33 0 0.53 0.08 0.86 309.47 0.36 0.1
Hex 24 11 21 0 35 8 56 135 24 A
Octal 44 21 41 0 65 10 126 465 44 12
Binary 100100 10001 100001 0 110101 1000 1010110 100110101 100100 1010

Color Harmonies of #241121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241121

Black with #241121

Text Example


Text Example

White with #241121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241121; }

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

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

background-color css

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

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

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

border-color css

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

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

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