#120213

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

Shades of Mardi Gras #120213

Tints of Mardi Gras #120213

Color information

#120213 (or 0x120213) is unknown color: approx Mardi Gras. HEX triplet: 12, 02 and 13. RGB value is (18,2,19). Sum of RGB (Red+Green+Blue) = 18+2+19=39 (5% of max value = 765). Red value is 18 (7.42% from 255 or 46.15% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 19 (7.81% from 255 or 48.72% from 39); Max value from RGB is 19 - color contains mainly: blue. Hex color #120213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120213 is #EDFDEC. Grayscale: #080808. Windows color (decimal): -15597037 or 1245714. OLE color: 1245714.

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

Color convert

RGB18219-
CMYK0.050.8900.93
HSL296.47º80.95%4.12%-
HSV(B)296.47º89.47%7.45%-
XYZ0.390.220.64-
YUV8.72133.8134.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 46.15%
GREEN value IS 2 (1.17% from 255) = 5.13%
BLUE value IS 19 (7.81% from 255) = 48.72%
R=46.15%
G=5.13%
B=48.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal182190.050.8900.93296.4780.954.12
Hex1221355905D128514
Octal22223513101354501214
Binary1001010100111011011001010111011001010001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120213; }

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

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

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

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

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

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

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

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