#160915

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

Shades of Mardi Gras #160915

Tints of Mardi Gras #160915

Color information

#160915 (or 0x160915) is unknown color: approx Mardi Gras. HEX triplet: 16, 09 and 15. RGB value is (22,9,21). Sum of RGB (Red+Green+Blue) = 22+9+21=52 (6% of max value = 765). Red value is 22 (8.98% from 255 or 42.31% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 22 - color contains mainly: red. Hex color #160915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160915 is #E9F6EA. Grayscale: #0E0E0E. Windows color (decimal): -15333099 or 1378582. OLE color: 1378582.

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

Color convert

RGB22921-
CMYK00.590.050.91
HSL304.62º41.94%6.08%-
HSV(B)304.62º59.09%8.63%-
XYZ0.560.420.76-
YUV14.26131.81133.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 42.31%
GREEN value IS 9 (3.91% from 255) = 17.31%
BLUE value IS 21 (8.59% from 255) = 40.38%
R=42.31%
G=17.31%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2292100.590.050.91304.6241.946.08
Hex1691503B55B1312a6
Octal2611250735133461526
Binary1011010011010101110111011011011100110001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160915; }

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

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

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

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

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

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

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

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