#170115

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

Shades of Mardi Gras #170115

Tints of Mardi Gras #170115

Color information

#170115 (or 0x170115) is unknown color: approx Mardi Gras. HEX triplet: 17, 01 and 15. RGB value is (23,1,21). Sum of RGB (Red+Green+Blue) = 23+1+21=45 (5% of max value = 765). Red value is 23 (9.38% from 255 or 51.11% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 23 - color contains mainly: red. Hex color #170115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170115 is #E8FEEA. Grayscale: #090909. Windows color (decimal): -15269611 or 1376535. OLE color: 1376535.

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

Color convert

RGB23121-
CMYK00.960.090.91
HSL305.45º91.67%4.71%-
HSV(B)305.45º95.65%9.02%-
XYZ0.50.260.73-
YUV9.86134.29137.37-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 51.11%
GREEN value IS 1 (0.78% from 255) = 2.22%
BLUE value IS 21 (8.59% from 255) = 46.67%
R=51.11%
G=2.22%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2312100.960.090.91305.4591.674.71
Hex1711506095B1315c5
Octal271250140111334611345
Binary1011111010101100000100110110111001100011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170115; }

 p { color: rgb(23,1,21); }

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

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

 a { background-color: rgb(23,1,21); }

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

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

 span { border-color: rgb(23,1,21); }

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