#130C12

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

Shades of Mardi Gras #130C12

Tints of Mardi Gras #130C12

Color information

#130C12 (or 0x130C12) is unknown color: approx Mardi Gras. HEX triplet: 13, 0C and 12. RGB value is (19,12,18). Sum of RGB (Red+Green+Blue) = 19+12+18=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 19 - color contains mainly: red. Hex color #130C12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C12 is #ECF3ED. Grayscale: #0E0E0E. Windows color (decimal): -15528942 or 1182739. OLE color: 1182739.

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

Color convert

RGB191218-
CMYK00.370.050.93
HSL308.57º22.58%6.08%-
HSV(B)308.57º36.84%7.45%-
XYZ0.510.450.63-
YUV14.78129.82131.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38.78%
GREEN value IS 12 (5.08% from 255) = 24.49%
BLUE value IS 18 (7.42% from 255) = 36.73%
R=38.78%
G=24.49%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19121800.370.050.93308.5722.586.08
Hex13C1202555D135176
Octal2314220455135465276
Binary100111100100100100101101101110110011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130C12; }

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

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

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

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

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

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

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

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