#210D1F

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

Shades of Mardi Gras #210D1F

Tints of Mardi Gras #210D1F

Color information

#210D1F (or 0x210D1F) is unknown color: approx Mardi Gras. HEX triplet: 21, 0D and 1F. RGB value is (33,13,31). Sum of RGB (Red+Green+Blue) = 33+13+31=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 33 - color contains mainly: red. Hex color #210D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210D1F is #DEF2E0. Grayscale: #141414. Windows color (decimal): -14611169 or 2034977. OLE color: 2034977.

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

Color convert

RGB331331-
CMYK00.610.060.87
HSL306º43.48%9.02%-
HSV(B)306º60.61%12.94%-
XYZ1.020.711.38-
YUV21.03133.63136.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.86%
GREEN value IS 13 (5.47% from 255) = 16.88%
BLUE value IS 31 (12.5% from 255) = 40.26%
R=42.86%
G=16.88%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33133100.610.060.8730643.489.02
Hex21D1F03D6571322b9
Octal41153707561274625311
Binary100001110111111011110111010101111001100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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