#130010

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

Shades of Mardi Gras #130010

Tints of Mardi Gras #130010

Color information

#130010 (or 0x130010) is unknown color: approx Mardi Gras. HEX triplet: 13, 00 and 10. RGB value is (19,0,16). Sum of RGB (Red+Green+Blue) = 19+0+16=35 (4% of max value = 765). Red value is 19 (7.81% from 255 or 54.29% from 35); Green value is 0 (0.39% from 255 or 0% from 35); Blue value is 16 (6.64% from 255 or 45.71% from 35); Max value from RGB is 19 - color contains mainly: red. Hex color #130010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130010 is #ECFFEF. Grayscale: #070707. Windows color (decimal): -15532016 or 1048595. OLE color: 1048595.

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

Color convert

RGB19016-
CMYK010.160.93
HSL309.47º100%3.73%-
HSV(B)309.47º100%7.45%-
XYZ0.360.180.51-
YUV7.5132.79136.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 54.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 45.71%
R=54.29%
G=0%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19016010.160.93309.471003.73
Hex13010064105D135644
Octal230200144201354651444
Binary10011010000011001001000010111011001101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130010; }

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

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

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

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

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

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

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

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