#150616

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

Shades of Mardi Gras #150616

Tints of Mardi Gras #150616

Color information

#150616 (or 0x150616) is unknown color: approx Mardi Gras. HEX triplet: 15, 06 and 16. RGB value is (21,6,22). Sum of RGB (Red+Green+Blue) = 21+6+22=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 22 (8.98% from 255 or 44.90% from 49); Max value from RGB is 22 - color contains mainly: blue. Hex color #150616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150616 is #EAF9E9. Grayscale: #0C0C0C. Windows color (decimal): -15399402 or 1443349. OLE color: 1443349.

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

Color convert

RGB21622-
CMYK0.050.7300.91
HSL296.25º57.14%5.49%-
HSV(B)296.25º72.73%8.63%-
XYZ0.520.350.8-
YUV12.31133.47134.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42.86%
GREEN value IS 6 (2.73% from 255) = 12.24%
BLUE value IS 22 (8.98% from 255) = 44.90%
R=42.86%
G=12.24%
B=44.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal216220.050.7300.91296.2557.145.49
Hex1561654905B128395
Octal2562651110133450715
Binary1010111010110101100100101011011100101000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150616; }

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

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

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

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

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

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

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

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