#160D17

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

Shades of Mardi Gras #160D17

Tints of Mardi Gras #160D17

Color information

#160D17 (or 0x160D17) is unknown color: approx Mardi Gras. HEX triplet: 16, 0D and 17. RGB value is (22,13,23). Sum of RGB (Red+Green+Blue) = 22+13+23=58 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.93% from 58); Green value is 13 (5.47% from 255 or 22.41% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 23 - color contains mainly: blue. Hex color #160D17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160D17 is #E9F2E8. Grayscale: #101010. Windows color (decimal): -15332073 or 1510678. OLE color: 1510678.

HSL color Cylindrical-coordinate representation of color #160D17: hue angle of 294º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #160D17 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB221323-
CMYK0.040.4300.91
HSL294º27.78%7.06%-
HSV(B)294º43.48%9.02%-
XYZ0.630.520.88-
YUV16.83131.48131.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 37.93%
GREEN value IS 13 (5.47% from 255) = 22.41%
BLUE value IS 23 (9.38% from 255) = 39.66%
R=37.93%
G=22.41%
B=39.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2213230.040.4300.9129427.787.06
Hex16D1742B05B1261c7
Octal2615274530133446347
Binary101101101101111001010110101101110010011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160D17; }

 p { color: rgb(22,13,23); }

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

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

 a { background-color: rgb(22,13,23); }

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

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

 span { border-color: rgb(22,13,23); }

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