#150816

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

Shades of Mardi Gras #150816

Tints of Mardi Gras #150816

Color information

#150816 (or 0x150816) is unknown color: approx Mardi Gras. HEX triplet: 15, 08 and 16. RGB value is (21,8,22). Sum of RGB (Red+Green+Blue) = 21+8+22=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 22 (8.98% from 255 or 43.14% from 51); Max value from RGB is 22 - color contains mainly: blue. Hex color #150816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150816 is #EAF7E9. Grayscale: #0D0D0D. Windows color (decimal): -15398890 or 1443861. OLE color: 1443861.

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

Color convert

RGB21822-
CMYK0.050.6400.91
HSL295.71º46.67%5.88%-
HSV(B)295.71º63.64%8.63%-
XYZ0.540.390.81-
YUV13.48132.81133.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 41.18%
GREEN value IS 8 (3.52% from 255) = 15.69%
BLUE value IS 22 (8.98% from 255) = 43.14%
R=41.18%
G=15.69%
B=43.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal218220.050.6400.91295.7146.675.88
Hex1581654005B1282f6
Octal25102651000133450576
Binary10101100010110101100000001011011100101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150816; }

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

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

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

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

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

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

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

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