#21031B

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

Shades of Mardi Gras #21031B

Tints of Mardi Gras #21031B

Color information

#21031B (or 0x21031B) is unknown color: approx Mardi Gras. HEX triplet: 21, 03 and 1B. RGB value is (33,3,27). Sum of RGB (Red+Green+Blue) = 33+3+27=63 (8% of max value = 765). Red value is 33 (13.28% from 255 or 52.38% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 33 - color contains mainly: red. Hex color #21031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21031B is #DEFCE4. Grayscale: #0E0E0E. Windows color (decimal): -14613733 or 1770273. OLE color: 1770273.

HSL color Cylindrical-coordinate representation of color #21031B: hue angle of 312º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #21031B is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB33327-
CMYK00.910.180.87
HSL312º83.33%7.06%-
HSV(B)312º90.91%12.94%-
XYZ0.860.471.08-
YUV14.71134.94141.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 52.38%
GREEN value IS 3 (1.56% from 255) = 4.76%
BLUE value IS 27 (10.94% from 255) = 42.86%
R=52.38%
G=4.76%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3332700.910.180.8731283.337.06
Hex2131B05B1257138537
Octal413330133221274701237
Binary1000011111011010110111001010101111001110001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21031B; }

 p { color: rgb(33,3,27); }

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

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

 a { background-color: rgb(33,3,27); }

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

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

 span { border-color: rgb(33,3,27); }

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