#150516

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

Shades of Mardi Gras #150516

Tints of Mardi Gras #150516

Color information

#150516 (or 0x150516) is unknown color: approx Mardi Gras. HEX triplet: 15, 05 and 16. RGB value is (21,5,22). Sum of RGB (Red+Green+Blue) = 21+5+22=48 (6% of max value = 765). Red value is 21 (8.59% from 255 or 43.75% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 22 (8.98% from 255 or 45.83% from 48); Max value from RGB is 22 - color contains mainly: blue. Hex color #150516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150516 is #EAFAE9. Grayscale: #0B0B0B. Windows color (decimal): -15399658 or 1443093. OLE color: 1443093.

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

Color convert

RGB21522-
CMYK0.050.7700.91
HSL296.47º62.96%5.29%-
HSV(B)296.47º77.27%8.63%-
XYZ0.510.330.8-
YUV11.72133.8134.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 43.75%
GREEN value IS 5 (2.34% from 255) = 10.42%
BLUE value IS 22 (8.98% from 255) = 45.83%
R=43.75%
G=10.42%
B=45.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal215220.050.7700.91296.4762.965.29
Hex1551654D05B1283f5
Octal2552651150133450775
Binary1010110110110101100110101011011100101000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150516; }

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

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

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

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

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

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

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

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