Html Css Color HEX #241126 Mardi Gras

📋 copy color: '#241126'

red 36 ◦ green 17 ◦ blue 38

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

Shades of Mardi Gras #241126

Tints of Mardi Gras #241126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 41.76%

R = 39.56%
G = 18.68%
B = 41.76%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#241126 (or 0x241126) is known color: Mardi Gras. HEX triplet: 24, 11 and 26. RGB value is (36,17,38). Sum of RGB (Red+Green+Blue) = 36+17+38=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 38 (15.23% from 255 or 41.76% from 91); Max value from RGB is 38 - color contains mainly: blue. Hex color #241126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241126 is #DBEED9. Grayscale: #191919. Windows color (decimal): -14413530 or 2494756. OLE color: 2494756.

HSL color Cylindrical-coordinate representation of color #241126: hue angle of 294.29º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #241126 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 17 38 -
CMYK 0.05 0.55 0 0.85
HSL 294.29º 0.38% 0.11% -
HSV(B) 294.29º 0.55% 0.15% -
XYZ 1.28 0.92 1.94 -
YUV 25.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 36 17 38 0.05 0.55 0 0.85 294.29 0.38 0.11
Hex 24 11 26 5 37 0 55 126 26 B
Octal 44 21 46 5 67 0 125 446 46 13
Binary 100100 10001 100110 101 110111 0 1010101 100100110 100110 1011

Color Harmonies of #241126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241126

Black with #241126

Text Example


Text Example

White with #241126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241126; }

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

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

background-color css

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

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

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

border-color css

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

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

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