#210A1F

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

Shades of Mardi Gras #210A1F

Tints of Mardi Gras #210A1F

Color information

#210A1F (or 0x210A1F) is unknown color: approx Mardi Gras. HEX triplet: 21, 0A and 1F. RGB value is (33,10,31). Sum of RGB (Red+Green+Blue) = 33+10+31=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 33 - color contains mainly: red. Hex color #210A1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210A1F is #DEF5E0. Grayscale: #131313. Windows color (decimal): -14611937 or 2034209. OLE color: 2034209.

HSL color Cylindrical-coordinate representation of color #210A1F: hue angle of 305.22º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #210A1F is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB331031-
CMYK00.700.060.87
HSL305.22º53.49%8.43%-
HSV(B)305.22º69.7%12.94%-
XYZ0.980.641.37-
YUV19.27134.62137.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44.59%
GREEN value IS 10 (4.30% from 255) = 13.51%
BLUE value IS 31 (12.5% from 255) = 41.89%
R=44.59%
G=13.51%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33103100.700.060.87305.2253.498.43
Hex21A1F046657131358
Octal411237010661274616510
Binary1000011010111110100011011010101111001100011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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