#21081F

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

Shades of Mardi Gras #21081F

Tints of Mardi Gras #21081F

Color information

#21081F (or 0x21081F) is unknown color: approx Mardi Gras. HEX triplet: 21, 08 and 1F. RGB value is (33,8,31). Sum of RGB (Red+Green+Blue) = 33+8+31=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 31 (12.5% from 255 or 43.06% from 72); Max value from RGB is 33 - color contains mainly: red. Hex color #21081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21081F is #DEF7E0. Grayscale: #121212. Windows color (decimal): -14612449 or 2033697. OLE color: 2033697.

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

Color convert

RGB33831-
CMYK00.760.060.87
HSL304.8º60.98%8.04%-
HSV(B)304.8º75.76%12.94%-
XYZ0.960.61.36-
YUV18.1135.28138.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 45.83%
GREEN value IS 8 (3.52% from 255) = 11.11%
BLUE value IS 31 (12.5% from 255) = 43.06%
R=45.83%
G=11.11%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3383100.760.060.87304.860.988.04
Hex2181F04C6571313d8
Octal411037011461274617510
Binary1000011000111110100110011010101111001100011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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