Html Css Color HEX #240A21 Mardi Gras

📋 copy color: '#240A21'

red 36 ◦ green 10 ◦ blue 33

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

Shades of Mardi Gras #240A21

Tints of Mardi Gras #240A21

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.66%

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

R = 45.57%
G = 12.66%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#240A21 (or 0x240A21) is known color: Mardi Gras. HEX triplet: 24, 0A and 21. RGB value is (36,10,33). Sum of RGB (Red+Green+Blue) = 36+10+33=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 33 (13.28% from 255 or 41.77% from 79); Max value from RGB is 36 - color contains mainly: red. Hex color #240A21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240A21 is #DBF5DE. Grayscale: #141414. Windows color (decimal): -14415327 or 2165284. OLE color: 2165284.

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

Color convert

RGB 36 10 33 -
CMYK 0 0.72 0.08 0.86
HSL 306.92º 0.57% 0.09% -
HSV(B) 306.92º 0.72% 0.14% -
XYZ 1.11 0.7 1.52 -
YUV 20.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 36 10 33 0 0.72 0.08 0.86 306.92 0.57 0.09
Hex 24 A 21 0 48 8 56 133 39 9
Octal 44 12 41 0 110 10 126 463 71 11
Binary 100100 1010 100001 0 1001000 1000 1010110 100110011 111001 1001

Color Harmonies of #240A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240A21

Black with #240A21

Text Example


Text Example

White with #240A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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