#210F1F

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

Shades of Mardi Gras #210F1F

Tints of Mardi Gras #210F1F

Color information

#210F1F (or 0x210F1F) is unknown color: approx Mardi Gras. HEX triplet: 21, 0F and 1F. RGB value is (33,15,31). Sum of RGB (Red+Green+Blue) = 33+15+31=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 33 - color contains mainly: red. Hex color #210F1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210F1F is #DEF0E0. Grayscale: #161616. Windows color (decimal): -14610657 or 2035489. OLE color: 2035489.

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

Color convert

RGB331531-
CMYK00.550.060.87
HSL306.67º37.5%9.41%-
HSV(B)306.67º54.55%12.94%-
XYZ1.050.761.39-
YUV22.21132.96135.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 41.77%
GREEN value IS 15 (6.25% from 255) = 18.99%
BLUE value IS 31 (12.5% from 255) = 39.24%
R=41.77%
G=18.99%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33153100.550.060.87306.6737.59.41
Hex21F1F037657133269
Octal41173706761274634611
Binary100001111111111011011111010101111001100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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