#211522

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

Shades of Mardi Gras #211522

Tints of Mardi Gras #211522

Color information

#211522 (or 0x211522) is unknown color: approx Mardi Gras. HEX triplet: 21, 15 and 22. RGB value is (33,21,34). Sum of RGB (Red+Green+Blue) = 33+21+34=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 34 - color contains mainly: blue. Hex color #211522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211522 is #DEEADD. Grayscale: #1A1A1A. Windows color (decimal): -14609118 or 2233633. OLE color: 2233633.

HSL color Cylindrical-coordinate representation of color #211522: hue angle of 295.38º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #211522 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB332134-
CMYK0.030.3800.87
HSL295.38º23.64%10.78%-
HSV(B)295.38º38.24%13.33%-
XYZ1.180.981.64-
YUV26.07132.48132.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.5%
GREEN value IS 21 (8.59% from 255) = 23.86%
BLUE value IS 34 (13.67% from 255) = 38.64%
R=37.5%
G=23.86%
B=38.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3321340.030.3800.87295.3823.6410.78
Hex21152232605712718b
Octal41254234601274473013
Binary100001101011000101110011001010111100100111110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211522; }

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

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

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

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

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

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

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

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