#21011F

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

Shades of Mardi Gras #21011F

Tints of Mardi Gras #21011F

Color information

#21011F (or 0x21011F) is unknown color: approx Mardi Gras. HEX triplet: 21, 01 and 1F. RGB value is (33,1,31). Sum of RGB (Red+Green+Blue) = 33+1+31=65 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50.77% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 33 - color contains mainly: red. Hex color #21011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21011F is #DEFEE0. Grayscale: #0D0D0D. Windows color (decimal): -14614241 or 2031905. OLE color: 2031905.

HSL color Cylindrical-coordinate representation of color #21011F: hue angle of 303.75º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21011F is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB33131-
CMYK00.970.060.87
HSL303.75º94.12%6.67%-
HSV(B)303.75º96.97%12.94%-
XYZ0.890.441.34-
YUV13.99137.6141.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 50.77%
GREEN value IS 1 (0.78% from 255) = 1.54%
BLUE value IS 31 (12.5% from 255) = 47.69%
R=50.77%
G=1.54%
B=47.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3313100.970.060.87303.7594.126.67
Hex2111F0616571305e7
Octal41137014161274601367
Binary1000011111110110000111010101111001100001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21011F; }

 p { color: rgb(33,1,31); }

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

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

 a { background-color: rgb(33,1,31); }

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

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

 span { border-color: rgb(33,1,31); }

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