#160C17

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

Shades of Mardi Gras #160C17

Tints of Mardi Gras #160C17

Color information

#160C17 (or 0x160C17) is unknown color: approx Mardi Gras. HEX triplet: 16, 0C and 17. RGB value is (22,12,23). Sum of RGB (Red+Green+Blue) = 22+12+23=57 (7% of max value = 765). Red value is 22 (8.98% from 255 or 38.60% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 23 (9.38% from 255 or 40.35% from 57); Max value from RGB is 23 - color contains mainly: blue. Hex color #160C17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160C17 is #E9F3E8. Grayscale: #101010. Windows color (decimal): -15332329 or 1510422. OLE color: 1510422.

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

Color convert

RGB221223-
CMYK0.040.4800.91
HSL294.55º31.43%6.86%-
HSV(B)294.55º47.83%9.02%-
XYZ0.620.50.87-
YUV16.24131.81132.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 38.60%
GREEN value IS 12 (5.08% from 255) = 21.05%
BLUE value IS 23 (9.38% from 255) = 40.35%
R=38.60%
G=21.05%
B=40.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2212230.040.4800.91294.5531.436.86
Hex16C1743005B1271f7
Octal2614274600133447377
Binary101101100101111001100000101101110010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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