#150216

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

Shades of Mardi Gras #150216

Tints of Mardi Gras #150216

Color information

#150216 (or 0x150216) is unknown color: approx Mardi Gras. HEX triplet: 15, 02 and 16. RGB value is (21,2,22). Sum of RGB (Red+Green+Blue) = 21+2+22=45 (5% of max value = 765). Red value is 21 (8.59% from 255 or 46.67% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #150216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150216 is #EAFDE9. Grayscale: #090909. Windows color (decimal): -15400426 or 1442325. OLE color: 1442325.

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

Color convert

RGB21222-
CMYK0.050.9100.91
HSL297º83.33%4.71%-
HSV(B)297º90.91%8.63%-
XYZ0.480.260.78-
YUV9.96134.79135.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 46.67%
GREEN value IS 2 (1.17% from 255) = 4.44%
BLUE value IS 22 (8.98% from 255) = 48.89%
R=46.67%
G=4.44%
B=48.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal212220.050.9100.9129783.334.71
Hex1521655B05B129535
Octal25226513301334511235
Binary1010110101101011011011010110111001010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150216; }

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

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

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

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

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

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

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

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