#21051C

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

Shades of Mardi Gras #21051C

Tints of Mardi Gras #21051C

Color information

#21051C (or 0x21051C) is unknown color: approx Mardi Gras. HEX triplet: 21, 05 and 1C. RGB value is (33,5,28). Sum of RGB (Red+Green+Blue) = 33+5+28=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #21051C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21051C is #DEFAE3. Grayscale: #0F0F0F. Windows color (decimal): -14613220 or 1836321. OLE color: 1836321.

HSL color Cylindrical-coordinate representation of color #21051C: hue angle of 310.71º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21051C is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB33528-
CMYK00.850.150.87
HSL310.71º73.68%7.45%-
HSV(B)310.71º84.85%12.94%-
XYZ0.890.521.15-
YUV15.99134.78140.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 7.58%
BLUE value IS 28 (11.33% from 255) = 42.42%
R=50%
G=7.58%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3352800.850.150.87310.7173.687.45
Hex2151C055F571374a7
Octal415340125171274671127
Binary1000011011110001010101111110101111001101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21051C; }

 p { color: rgb(33,5,28); }

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

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

 a { background-color: rgb(33,5,28); }

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

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

 span { border-color: rgb(33,5,28); }

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