Html Css Color HEX #240824 Mardi Gras

📋 copy color: '#240824'

red 36 ◦ green 8 ◦ blue 36

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

Shades of Mardi Gras #240824

Tints of Mardi Gras #240824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10%

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

R = 45%
G = 10%
B = 45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#240824 (or 0x240824) is known color: Mardi Gras. HEX triplet: 24, 08 and 24. RGB value is (36,8,36). Sum of RGB (Red+Green+Blue) = 36+8+36=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 36 (14.45% from 255 or 45% from 80); Max value from RGB is 36 - color contains mainly: red, blue. Hex color #240824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240824 is #DBF7DB. Grayscale: #131313. Windows color (decimal): -14415836 or 2361380. OLE color: 2361380.

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

Color convert

RGB 36 8 36 -
CMYK 0 0.78 0 0.86
HSL 300º 0.64% 0.09% -
HSV(B) 300º 0.78% 0.14% -
XYZ 1.13 0.68 1.74 -
YUV 19.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 36 8 36 0 0.78 0 0.86 300 0.64 0.09
Hex 24 8 24 0 4E 0 56 12C 40 9
Octal 44 10 44 0 116 0 126 454 100 11
Binary 100100 1000 100100 0 1001110 0 1010110 100101100 1000000 1001

Color Harmonies of #240824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240824

Black with #240824

Text Example


Text Example

White with #240824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240824; }

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

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

background-color css

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

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

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

border-color css

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

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

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