#140011

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

Shades of Mardi Gras #140011

Tints of Mardi Gras #140011

Color information

#140011 (or 0x140011) is unknown color: approx Mardi Gras. HEX triplet: 14, 00 and 11. RGB value is (20,0,17). Sum of RGB (Red+Green+Blue) = 20+0+17=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #140011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140011 is #EBFFEE. Grayscale: #070707. Windows color (decimal): -15466479 or 1114132. OLE color: 1114132.

HSL color Cylindrical-coordinate representation of color #140011: hue angle of 309º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140011 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB20017-
CMYK010.150.92
HSL309º100%3.92%-
HSV(B)309º100%7.84%-
XYZ0.390.190.55-
YUV7.92133.13136.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 54.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 45.95%
R=54.05%
G=0%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20017010.150.923091003.92
Hex14011064F5C135644
Octal240210144171344651444
Binary1010001000101100100111110111001001101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140011; }

 p { color: rgb(20,0,17); }

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

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

 a { background-color: rgb(20,0,17); }

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

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

 span { border-color: rgb(20,0,17); }

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