#200C1F

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

Shades of Mardi Gras #200C1F

Tints of Mardi Gras #200C1F

Color information

#200C1F (or 0x200C1F) is unknown color: approx Mardi Gras. HEX triplet: 20, 0C and 1F. RGB value is (32,12,31). Sum of RGB (Red+Green+Blue) = 32+12+31=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 32 - color contains mainly: red. Hex color #200C1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200C1F is #DFF3E0. Grayscale: #141414. Windows color (decimal): -14676961 or 2034720. OLE color: 2034720.

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

Color convert

RGB321231-
CMYK00.630.030.87
HSL303º45.45%8.63%-
HSV(B)303º62.5%12.55%-
XYZ0.970.671.37-
YUV20.15134.13136.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 42.67%
GREEN value IS 12 (5.08% from 255) = 16%
BLUE value IS 31 (12.5% from 255) = 41.33%
R=42.67%
G=16%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32123100.630.030.8730345.458.63
Hex20C1F03F35712f2d9
Octal40143707731274575511
Binary10000011001111101111111110101111001011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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