#211922

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

Shades of Mardi Gras #211922

Tints of Mardi Gras #211922

Color information

#211922 (or 0x211922) is unknown color: approx Mardi Gras. HEX triplet: 21, 19 and 22. RGB value is (33,25,34). Sum of RGB (Red+Green+Blue) = 33+25+34=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 34 (13.67% from 255 or 36.96% from 92); Max value from RGB is 34 - color contains mainly: blue. Hex color #211922 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211922 is #DEE6DD. Grayscale: #1C1C1C. Windows color (decimal): -14608094 or 2234657. OLE color: 2234657.

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

Color convert

RGB332534-
CMYK0.030.2600.87
HSL293.33º15.25%11.57%-
HSV(B)293.33º26.47%13.33%-
XYZ1.261.131.67-
YUV28.42131.15131.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.87%
GREEN value IS 25 (10.16% from 255) = 27.17%
BLUE value IS 34 (13.67% from 255) = 36.96%
R=35.87%
G=27.17%
B=36.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3325340.030.2600.87293.3315.2511.57
Hex21192231A057125fc
Octal41314233201274451714
Binary1000011100110001011110100101011110010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211922; }

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

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

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

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

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

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

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

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