#200F1E

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

Shades of Mardi Gras #200F1E

Tints of Mardi Gras #200F1E

Color information

#200F1E (or 0x200F1E) is unknown color: approx Mardi Gras. HEX triplet: 20, 0F and 1E. RGB value is (32,15,30). Sum of RGB (Red+Green+Blue) = 32+15+30=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 32 - color contains mainly: red. Hex color #200F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200F1E is #DFF0E1. Grayscale: #151515. Windows color (decimal): -14676194 or 1969952. OLE color: 1969952.

HSL color Cylindrical-coordinate representation of color #200F1E: hue angle of 307.06º 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 #200F1E is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB321530-
CMYK00.530.060.87
HSL307.06º36.17%9.22%-
HSV(B)307.06º53.12%12.55%-
XYZ10.741.32-
YUV21.79132.63135.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.56%
GREEN value IS 15 (6.25% from 255) = 19.48%
BLUE value IS 30 (12.11% from 255) = 38.96%
R=41.56%
G=19.48%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32153000.530.060.87307.0636.179.22
Hex20F1E035657133249
Octal40173606561274634411
Binary100000111111110011010111010101111001100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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