#130912

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

Shades of Mardi Gras #130912

Tints of Mardi Gras #130912

Color information

#130912 (or 0x130912) is unknown color: approx Mardi Gras. HEX triplet: 13, 09 and 12. RGB value is (19,9,18). Sum of RGB (Red+Green+Blue) = 19+9+18=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 19 - color contains mainly: red. Hex color #130912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130912 is #ECF6ED. Grayscale: #0C0C0C. Windows color (decimal): -15529710 or 1181971. OLE color: 1181971.

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

Color convert

RGB19918-
CMYK00.530.050.93
HSL306º35.71%5.49%-
HSV(B)306º52.63%7.45%-
XYZ0.480.380.62-
YUV13.02130.81132.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 41.30%
GREEN value IS 9 (3.91% from 255) = 19.57%
BLUE value IS 18 (7.42% from 255) = 39.13%
R=41.30%
G=19.57%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1991800.530.050.9330635.715.49
Hex1391203555D132245
Octal2311220655135462445
Binary1001110011001001101011011011101100110010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130912; }

 p { color: rgb(19,9,18); }

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

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

 a { background-color: rgb(19,9,18); }

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

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

 span { border-color: rgb(19,9,18); }

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