#150B16

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

Shades of Mardi Gras #150B16

Tints of Mardi Gras #150B16

Color information

#150B16 (or 0x150B16) is unknown color: approx Mardi Gras. HEX triplet: 15, 0B and 16. RGB value is (21,11,22). Sum of RGB (Red+Green+Blue) = 21+11+22=54 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.89% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 22 - color contains mainly: blue. Hex color #150B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B16 is #EAF4E9. Grayscale: #0F0F0F. Windows color (decimal): -15398122 or 1444629. OLE color: 1444629.

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

Color convert

RGB211122-
CMYK0.050.500.91
HSL294.55º33.33%6.47%-
HSV(B)294.55º50%8.63%-
XYZ0.570.460.82-
YUV15.24131.81132.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 38.89%
GREEN value IS 11 (4.69% from 255) = 20.37%
BLUE value IS 22 (8.98% from 255) = 40.74%
R=38.89%
G=20.37%
B=40.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2111220.050.500.91294.5533.336.47
Hex15B1653205B127216
Octal2513265620133447416
Binary1010110111011010111001001011011100100111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150B16; }

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

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

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

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

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

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

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

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