#120613

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

Shades of Mardi Gras #120613

Tints of Mardi Gras #120613

Color information

#120613 (or 0x120613) is unknown color: approx Mardi Gras. HEX triplet: 12, 06 and 13. RGB value is (18,6,19). Sum of RGB (Red+Green+Blue) = 18+6+19=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 6 (2.73% from 255 or 13.95% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 19 - color contains mainly: blue. Hex color #120613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120613 is #EDF9EC. Grayscale: #0B0B0B. Windows color (decimal): -15596013 or 1246738. OLE color: 1246738.

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

Color convert

RGB18619-
CMYK0.050.6800.93
HSL295.38º52%4.9%-
HSV(B)295.38º68.42%7.45%-
XYZ0.430.310.65-
YUV11.07132.48132.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 41.86%
GREEN value IS 6 (2.73% from 255) = 13.95%
BLUE value IS 19 (7.81% from 255) = 44.19%
R=41.86%
G=13.95%
B=44.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal186190.050.6800.93295.38524.9
Hex1261354405D127345
Octal2262351040135447645
Binary1001011010011101100010001011101100100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120613; }

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

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

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

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

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

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

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

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