Html Css Color HEX #241024 Mardi Gras

📋 copy color: '#241024'

red 36 ◦ green 16 ◦ blue 36

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

Shades of Mardi Gras #241024

Tints of Mardi Gras #241024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.18%

 BLUE value IS 36 (14.45% from 255) = 40.91%

R = 40.91%
G = 18.18%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#241024 (or 0x241024) is known color: Mardi Gras. HEX triplet: 24, 10 and 24. RGB value is (36,16,36). Sum of RGB (Red+Green+Blue) = 36+16+36=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 36 (14.45% from 255 or 40.91% from 88); Max value from RGB is 36 - color contains mainly: red, blue. Hex color #241024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241024 is #DBEFDB. Grayscale: #181818. Windows color (decimal): -14413788 or 2363428. OLE color: 2363428.

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

Color convert

RGB 36 16 36 -
CMYK 0 0.56 0 0.86
HSL 300º 0.38% 0.1% -
HSV(B) 300º 0.56% 0.14% -
XYZ 1.23 0.87 1.77 -
YUV 24.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 36 16 36 0 0.56 0 0.86 300 0.38 0.1
Hex 24 10 24 0 38 0 56 12C 26 A
Octal 44 20 44 0 70 0 126 454 46 12
Binary 100100 10000 100100 0 111000 0 1010110 100101100 100110 1010

Color Harmonies of #241024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241024

Black with #241024

Text Example


Text Example

White with #241024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241024; }

 p { color: rgb(36,16,36); }

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

background-color css

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

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

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

border-color css

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

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

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