#200F1F

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

Shades of Mardi Gras #200F1F

Tints of Mardi Gras #200F1F

Color information

#200F1F (or 0x200F1F) is unknown color: approx Mardi Gras. HEX triplet: 20, 0F and 1F. RGB value is (32,15,31). Sum of RGB (Red+Green+Blue) = 32+15+31=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 32 - color contains mainly: red. Hex color #200F1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200F1F is #DFF0E0. Grayscale: #151515. Windows color (decimal): -14676193 or 2035488. OLE color: 2035488.

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

Color convert

RGB321531-
CMYK00.530.030.87
HSL303.53º36.17%9.22%-
HSV(B)303.53º53.12%12.55%-
XYZ1.010.751.39-
YUV21.91133.13135.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.03%
GREEN value IS 15 (6.25% from 255) = 19.23%
BLUE value IS 31 (12.5% from 255) = 39.74%
R=41.03%
G=19.23%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32153100.530.030.87303.5336.179.22
Hex20F1F035357130249
Octal40173706531274604411
Binary10000011111111101101011110101111001100001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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