#160017

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

Shades of Mardi Gras #160017

Tints of Mardi Gras #160017

Color information

#160017 (or 0x160017) is unknown color: approx Mardi Gras. HEX triplet: 16, 00 and 17. RGB value is (22,0,23). Sum of RGB (Red+Green+Blue) = 22+0+23=45 (5% of max value = 765). Red value is 22 (8.98% from 255 or 48.89% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 23 (9.38% from 255 or 51.11% from 45); Max value from RGB is 23 - color contains mainly: blue. Hex color #160017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160017 is #E9FFE8. Grayscale: #090909. Windows color (decimal): -15335401 or 1507350. OLE color: 1507350.

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

Color convert

RGB22023-
CMYK0.04100.91
HSL297.39º100%4.51%-
HSV(B)297.39º100%9.02%-
XYZ0.490.230.83-
YUV9.2135.79137.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 48.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 51.11%
R=48.89%
G=0%
B=51.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal220230.04100.91297.391004.51
Hex1601746405B129645
Octal26027414401334511445
Binary101100101111001100100010110111001010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160017; }

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

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

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

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

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

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

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

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