#211422

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

Shades of Mardi Gras #211422

Tints of Mardi Gras #211422

Color information

#211422 (or 0x211422) is unknown color: approx Mardi Gras. HEX triplet: 21, 14 and 22. RGB value is (33,20,34). Sum of RGB (Red+Green+Blue) = 33+20+34=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 20 (8.20% from 255 or 22.99% 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 #211422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211422 is #DEEBDD. Grayscale: #191919. Windows color (decimal): -14609374 or 2233377. OLE color: 2233377.

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

Color convert

RGB332034-
CMYK0.030.4100.87
HSL295.71º25.93%10.59%-
HSV(B)295.71º41.18%13.33%-
XYZ1.170.941.63-
YUV25.48132.81133.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.93%
GREEN value IS 20 (8.20% from 255) = 22.99%
BLUE value IS 34 (13.67% from 255) = 39.08%
R=37.93%
G=22.99%
B=39.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3320340.030.4100.87295.7125.9310.59
Hex2114223290571281ab
Octal41244235101274503213
Binary100001101001000101110100101010111100101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211422; }

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

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

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

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

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

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

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

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