#130014

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

Shades of Mardi Gras #130014

Tints of Mardi Gras #130014

Color information

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

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

Color convert

RGB19020-
CMYK0.05100.92
HSL297º100%3.92%-
HSV(B)297º100%7.84%-
XYZ0.390.190.68-
YUV7.96134.79135.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal190200.05100.922971003.92
Hex1301456405C129644
Octal23024514401344511444
Binary100110101001011100100010111001001010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130014; }

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

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

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

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

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

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

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

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