#140013

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

Shades of Mardi Gras #140013

Tints of Mardi Gras #140013

Color information

#140013 (or 0x140013) is unknown color: approx Mardi Gras. HEX triplet: 14, 00 and 13. RGB value is (20,0,19). Sum of RGB (Red+Green+Blue) = 20+0+19=39 (5% of max value = 765). Red value is 20 (8.20% from 255 or 51.28% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 19 (7.81% from 255 or 48.72% from 39); Max value from RGB is 20 - color contains mainly: red. Hex color #140013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140013 is #EBFFEC. Grayscale: #080808. Windows color (decimal): -15466477 or 1245204. OLE color: 1245204.

HSL color Cylindrical-coordinate representation of color #140013: hue angle of 303º 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 #140013 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB20019-
CMYK010.050.92
HSL303º100%3.92%-
HSV(B)303º100%7.84%-
XYZ0.410.20.63-
YUV8.15134.13136.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 51.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 48.72%
R=51.28%
G=0%
B=48.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20019010.050.923031003.92
Hex1401306455C12f644
Octal24023014451344571444
Binary101000100110110010010110111001001011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140013; }

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

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

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

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

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

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

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

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