#150116

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

Shades of Mardi Gras #150116

Tints of Mardi Gras #150116

Color information

#150116 (or 0x150116) is unknown color: approx Mardi Gras. HEX triplet: 15, 01 and 16. RGB value is (21,1,22). Sum of RGB (Red+Green+Blue) = 21+1+22=44 (5% of max value = 765). Red value is 21 (8.59% from 255 or 47.73% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #150116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150116 is #EAFEE9. Grayscale: #090909. Windows color (decimal): -15400682 or 1442069. OLE color: 1442069.

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

Color convert

RGB21122-
CMYK0.050.9500.91
HSL297.14º91.3%4.51%-
HSV(B)297.14º95.45%8.63%-
XYZ0.460.240.78-
YUV9.37135.13136.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 47.73%
GREEN value IS 1 (0.78% from 255) = 2.27%
BLUE value IS 22 (8.98% from 255) = 50%
R=47.73%
G=2.27%
B=50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal211220.050.9500.91297.1491.34.51
Hex1511655F05B1295b5
Octal25126513701334511335
Binary101011101101011011111010110111001010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150116; }

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

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

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

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

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

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

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

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