#130411

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

Shades of Mardi Gras #130411

Tints of Mardi Gras #130411

Color information

#130411 (or 0x130411) is unknown color: approx Mardi Gras. HEX triplet: 13, 04 and 11. RGB value is (19,4,17). Sum of RGB (Red+Green+Blue) = 19+4+17=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 17 (7.03% from 255 or 42.5% from 40); Max value from RGB is 19 - color contains mainly: red. Hex color #130411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130411 is #ECFBEE. Grayscale: #090909. Windows color (decimal): -15530991 or 1115155. OLE color: 1115155.

HSL color Cylindrical-coordinate representation of color #130411: hue angle of 308º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #130411 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB19417-
CMYK00.790.110.93
HSL308º65.22%4.51%-
HSV(B)308º78.95%7.45%-
XYZ0.410.270.56-
YUV9.97131.97134.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 47.5%
GREEN value IS 4 (1.95% from 255) = 10%
BLUE value IS 17 (7.03% from 255) = 42.5%
R=47.5%
G=10%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1941700.790.110.9330865.224.51
Hex1341104FB5D134415
Octal234210117131354641015
Binary100111001000101001111101110111011001101001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130411; }

 p { color: rgb(19,4,17); }

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

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

 a { background-color: rgb(19,4,17); }

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

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

 span { border-color: rgb(19,4,17); }

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