#241522

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

Shades of Mardi Gras #241522

Tints of Mardi Gras #241522

Color information

#241522 (or 0x241522) is unknown color: approx Mardi Gras. HEX triplet: 24, 15 and 22. RGB value is (36,21,34). Sum of RGB (Red+Green+Blue) = 36+21+34=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 36 - color contains mainly: red. Hex color #241522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241522 is #DBEADD. Grayscale: #1A1A1A. Windows color (decimal): -14412510 or 2233636. OLE color: 2233636.

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

Color convert

RGB362134-
CMYK00.420.060.86
HSL308º26.32%11.18%-
HSV(B)308º41.67%14.12%-
XYZ1.281.031.64-
YUV26.97131.97134.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 39.56%
GREEN value IS 21 (8.59% from 255) = 23.08%
BLUE value IS 34 (13.67% from 255) = 37.36%
R=39.56%
G=23.08%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36213400.420.060.8630826.3211.18
Hex24152202A6561341ab
Octal44254205261264643213
Binary1001001010110001001010101101010110100110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241522; }

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

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

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

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

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

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

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

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