#150416

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

Shades of Mardi Gras #150416

Tints of Mardi Gras #150416

Color information

#150416 (or 0x150416) is unknown color: approx Mardi Gras. HEX triplet: 15, 04 and 16. RGB value is (21,4,22). Sum of RGB (Red+Green+Blue) = 21+4+22=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 22 (8.98% from 255 or 46.81% from 47); Max value from RGB is 22 - color contains mainly: blue. Hex color #150416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150416 is #EAFBE9. Grayscale: #0B0B0B. Windows color (decimal): -15399914 or 1442837. OLE color: 1442837.

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

Color convert

RGB21422-
CMYK0.050.8200.91
HSL296.67º69.23%5.1%-
HSV(B)296.67º81.82%8.63%-
XYZ0.50.30.79-
YUV11.13134.13135.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 44.68%
GREEN value IS 4 (1.95% from 255) = 8.51%
BLUE value IS 22 (8.98% from 255) = 46.81%
R=44.68%
G=8.51%
B=46.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal214220.050.8200.91296.6769.235.1
Hex1541655205B129455
Octal25426512201334511055
Binary10101100101101011010010010110111001010011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150416; }

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

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

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

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

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

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

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

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