#211423

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

Shades of Mardi Gras #211423

Tints of Mardi Gras #211423

Color information

#211423 (or 0x211423) is unknown color: approx Mardi Gras. HEX triplet: 21, 14 and 23. RGB value is (33,20,35). Sum of RGB (Red+Green+Blue) = 33+20+35=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 35 (14.06% from 255 or 39.77% from 88); Max value from RGB is 35 - color contains mainly: blue. Hex color #211423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211423 is #DEEBDC. Grayscale: #191919. Windows color (decimal): -14609373 or 2298913. OLE color: 2298913.

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

Color convert

RGB332035-
CMYK0.060.4300.86
HSL292º27.27%10.78%-
HSV(B)292º42.86%13.73%-
XYZ1.180.941.71-
YUV25.6133.31133.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.5%
GREEN value IS 20 (8.20% from 255) = 22.73%
BLUE value IS 35 (14.06% from 255) = 39.77%
R=37.5%
G=22.73%
B=39.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3320350.060.4300.8629227.2710.78
Hex21142362B0561241bb
Octal41244365301264443313
Binary1000011010010001111010101101010110100100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211423; }

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

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

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

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

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

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

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

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