#211523

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

Shades of Mardi Gras #211523

Tints of Mardi Gras #211523

Color information

#211523 (or 0x211523) is unknown color: approx Mardi Gras. HEX triplet: 21, 15 and 23. RGB value is (33,21,35). Sum of RGB (Red+Green+Blue) = 33+21+35=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 35 (14.06% from 255 or 39.33% from 89); Max value from RGB is 35 - color contains mainly: blue. Hex color #211523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211523 is #DEEADC. Grayscale: #1A1A1A. Windows color (decimal): -14609117 or 2299169. OLE color: 2299169.

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

Color convert

RGB332135-
CMYK0.060.4000.86
HSL291.43º25%10.98%-
HSV(B)291.43º40%13.73%-
XYZ1.20.981.72-
YUV26.18132.98132.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.08%
GREEN value IS 21 (8.59% from 255) = 23.60%
BLUE value IS 35 (14.06% from 255) = 39.33%
R=37.08%
G=23.60%
B=39.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3321350.060.4000.86291.432510.98
Hex21152362805612319b
Octal41254365001264433113
Binary1000011010110001111010100001010110100100011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211523; }

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

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

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

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

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

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

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

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