#210B1E

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

Shades of Mardi Gras #210B1E

Tints of Mardi Gras #210B1E

Color information

#210B1E (or 0x210B1E) is unknown color: approx Mardi Gras. HEX triplet: 21, 0B and 1E. RGB value is (33,11,30). Sum of RGB (Red+Green+Blue) = 33+11+30=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 33 - color contains mainly: red. Hex color #210B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210B1E is #DEF4E1. Grayscale: #131313. Windows color (decimal): -14611682 or 1968929. OLE color: 1968929.

HSL color Cylindrical-coordinate representation of color #210B1E: hue angle of 308.18º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #210B1E is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB331130-
CMYK00.670.090.87
HSL308.18º50%8.63%-
HSV(B)308.18º66.67%12.94%-
XYZ0.980.661.3-
YUV19.74133.79137.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44.59%
GREEN value IS 11 (4.69% from 255) = 14.86%
BLUE value IS 30 (12.11% from 255) = 40.54%
R=44.59%
G=14.86%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33113000.670.090.87308.18508.63
Hex21B1E043957134329
Octal4113360103111274646211
Binary10000110111111001000011100110101111001101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210B1E; }

 p { color: rgb(33,11,30); }

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

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

 a { background-color: rgb(33,11,30); }

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

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

 span { border-color: rgb(33,11,30); }

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