Html Css Color HEX #241B24 Mardi Gras

📋 copy color: '#241B24'

red 36 ◦ green 27 ◦ blue 36

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

Shades of Mardi Gras #241B24

Tints of Mardi Gras #241B24

RGB

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

 GREEN value IS 27 (10.94% from 255) = 27.27%

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

R = 36.36%
G = 27.27%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#241B24 (or 0x241B24) is known color: Mardi Gras. HEX triplet: 24, 1B and 24. RGB value is (36,27,36). Sum of RGB (Red+Green+Blue) = 36+27+36=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 36 - color contains mainly: red, blue. Hex color #241B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241B24 is #DBE4DB. Grayscale: #1E1E1E. Windows color (decimal): -14410972 or 2366244. OLE color: 2366244.

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

Color convert

RGB 36 27 36 -
CMYK 0 0.25 0 0.86
HSL 300º 0.14% 0.12% -
HSV(B) 300º 0.25% 0.14% -
XYZ 1.44 1.29 1.84 -
YUV 30.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 36 27 36 0 0.25 0 0.86 300 0.14 0.12
Hex 24 1B 24 0 19 0 56 12C E C
Octal 44 33 44 0 31 0 126 454 16 14
Binary 100100 11011 100100 0 11001 0 1010110 100101100 1110 1100

Color Harmonies of #241B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241B24

Black with #241B24

Text Example


Text Example

White with #241B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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