#130111

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

Shades of Mardi Gras #130111

Tints of Mardi Gras #130111

Color information

#130111 (or 0x130111) is unknown color: approx Mardi Gras. HEX triplet: 13, 01 and 11. RGB value is (19,1,17). Sum of RGB (Red+Green+Blue) = 19+1+17=37 (4% of max value = 765). Red value is 19 (7.81% from 255 or 51.35% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 19 - color contains mainly: red. Hex color #130111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130111 is #ECFEEE. Grayscale: #080808. Windows color (decimal): -15531759 or 1114387. OLE color: 1114387.

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

Color convert

RGB19117-
CMYK00.950.110.93
HSL306.67º90%3.92%-
HSV(B)306.67º94.74%7.45%-
XYZ0.380.20.55-
YUV8.21132.96135.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 51.35%
GREEN value IS 1 (0.78% from 255) = 2.70%
BLUE value IS 17 (7.03% from 255) = 45.95%
R=51.35%
G=2.70%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1911700.950.110.93306.67903.92
Hex1311105FB5D1335a4
Octal231210137131354631324
Binary1001111000101011111101110111011001100111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130111; }

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

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

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

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

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

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

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

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