#201522

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

Shades of Mardi Gras #201522

Tints of Mardi Gras #201522

Color information

#201522 (or 0x201522) is unknown color: approx Mardi Gras. HEX triplet: 20, 15 and 22. RGB value is (32,21,34). Sum of RGB (Red+Green+Blue) = 32+21+34=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 34 (13.67% from 255 or 39.08% from 87); Max value from RGB is 34 - color contains mainly: blue. Hex color #201522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201522 is #DFEADD. Grayscale: #191919. Windows color (decimal): -14674654 or 2233632. OLE color: 2233632.

HSL color Cylindrical-coordinate representation of color #201522: hue angle of 290.77º 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 #201522 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB322134-
CMYK0.060.3800.87
HSL290.77º23.64%10.78%-
HSV(B)290.77º38.24%13.33%-
XYZ1.150.961.64-
YUV25.77132.64132.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.78%
GREEN value IS 21 (8.59% from 255) = 24.14%
BLUE value IS 34 (13.67% from 255) = 39.08%
R=36.78%
G=24.14%
B=39.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3221340.060.3800.87290.7723.6410.78
Hex20152262605712318b
Octal40254264601274433013
Binary1000001010110001011010011001010111100100011110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201522; }

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

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

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

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

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

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

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

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