#170113

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

Shades of Mardi Gras #170113

Tints of Mardi Gras #170113

Color information

#170113 (or 0x170113) is unknown color: approx Mardi Gras. HEX triplet: 17, 01 and 13. RGB value is (23,1,19). Sum of RGB (Red+Green+Blue) = 23+1+19=43 (5% of max value = 765). Red value is 23 (9.38% from 255 or 53.49% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 23 - color contains mainly: red. Hex color #170113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170113 is #E8FEEC. Grayscale: #090909. Windows color (decimal): -15269613 or 1245463. OLE color: 1245463.

HSL color Cylindrical-coordinate representation of color #170113: hue angle of 310.91º 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 #170113 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB23119-
CMYK00.960.170.91
HSL310.91º91.67%4.71%-
HSV(B)310.91º95.65%9.02%-
XYZ0.480.250.64-
YUV9.63133.29137.54-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 53.49%
GREEN value IS 1 (0.78% from 255) = 2.33%
BLUE value IS 19 (7.81% from 255) = 44.19%
R=53.49%
G=2.33%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2311900.960.170.91310.9191.674.71
Hex17113060115B1375c5
Octal271230140211334671345
Binary10111110011011000001000110110111001101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170113; }

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

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

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

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

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

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

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

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