#241122

Color #241122 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #241122

Tints of Mardi Gras #241122

Color information

#241122 (or 0x241122) is unknown color: approx Mardi Gras. HEX triplet: 24, 11 and 22. RGB value is (36,17,34). Sum of RGB (Red+Green+Blue) = 36+17+34=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 34 (13.67% from 255 or 39.08% from 87); Max value from RGB is 36 - color contains mainly: red. Hex color #241122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241122 is #DBEEDD. Grayscale: #181818. Windows color (decimal): -14413534 or 2232612. OLE color: 2232612.

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

Color convert

RGB361734-
CMYK00.530.060.86
HSL306.32º35.85%10.39%-
HSV(B)306.32º52.78%14.12%-
XYZ1.220.891.62-
YUV24.62133.29136.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.38%
GREEN value IS 17 (7.03% from 255) = 19.54%
BLUE value IS 34 (13.67% from 255) = 39.08%
R=41.38%
G=19.54%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36173400.530.060.86306.3235.8510.39
Hex24112203565613224a
Octal44214206561264624412
Binary10010010001100010011010111010101101001100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241122; }

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

 H1.HeaderClassName
 {
   color: #241122;
 }
 .AnyTagClassName
 {
   color: #241122;
 }
</style>
background-color css

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

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

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

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

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

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