#150112

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

Shades of Mardi Gras #150112

Tints of Mardi Gras #150112

Color information

#150112 (or 0x150112) is unknown color: approx Mardi Gras. HEX triplet: 15, 01 and 12. RGB value is (21,1,18). Sum of RGB (Red+Green+Blue) = 21+1+18=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #150112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150112 is #EAFEED. Grayscale: #080808. Windows color (decimal): -15400686 or 1179925. OLE color: 1179925.

HSL color Cylindrical-coordinate representation of color #150112: hue angle of 309º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150112 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB21118-
CMYK00.950.140.92
HSL309º90.91%4.31%-
HSV(B)309º95.24%8.24%-
XYZ0.430.220.59-
YUV8.92133.13136.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 52.5%
GREEN value IS 1 (0.78% from 255) = 2.5%
BLUE value IS 18 (7.42% from 255) = 45%
R=52.5%
G=2.5%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2111800.950.140.9230990.914.31
Hex1511205FE5C1355b4
Octal251220137161344651334
Binary1010111001001011111111010111001001101011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150112; }

 p { color: rgb(21,1,18); }

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

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

 a { background-color: rgb(21,1,18); }

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

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

 span { border-color: rgb(21,1,18); }

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