#210E1F

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

Shades of Mardi Gras #210E1F

Tints of Mardi Gras #210E1F

Color information

#210E1F (or 0x210E1F) is unknown color: approx Mardi Gras. HEX triplet: 21, 0E and 1F. RGB value is (33,14,31). Sum of RGB (Red+Green+Blue) = 33+14+31=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 33 - color contains mainly: red. Hex color #210E1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210E1F is #DEF1E0. Grayscale: #151515. Windows color (decimal): -14610913 or 2035233. OLE color: 2035233.

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

Color convert

RGB331431-
CMYK00.580.060.87
HSL306.32º40.43%9.22%-
HSV(B)306.32º57.58%12.94%-
XYZ1.030.741.38-
YUV21.62133.29136.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.31%
GREEN value IS 14 (5.86% from 255) = 17.95%
BLUE value IS 31 (12.5% from 255) = 39.74%
R=42.31%
G=17.95%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33143100.580.060.87306.3240.439.22
Hex21E1F03A657132289
Octal41163707261274625011
Binary100001111011111011101011010101111001100101010001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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