#170314

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

Shades of Mardi Gras #170314

Tints of Mardi Gras #170314

Color information

#170314 (or 0x170314) is unknown color: approx Mardi Gras. HEX triplet: 17, 03 and 14. RGB value is (23,3,20). Sum of RGB (Red+Green+Blue) = 23+3+20=46 (6% of max value = 765). Red value is 23 (9.38% from 255 or 50% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 20 (8.20% from 255 or 43.48% from 46); Max value from RGB is 23 - color contains mainly: red. Hex color #170314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170314 is #E8FCEB. Grayscale: #0A0A0A. Windows color (decimal): -15269100 or 1311511. OLE color: 1311511.

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

Color convert

RGB23320-
CMYK00.870.130.91
HSL309º76.92%5.1%-
HSV(B)309º86.96%9.02%-
XYZ0.510.30.69-
YUV10.92133.13136.62-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 6.52%
BLUE value IS 20 (8.20% from 255) = 43.48%
R=50%
G=6.52%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2332000.870.130.9130976.925.1
Hex17314057D5B1354d5
Octal273240127151334651155
Binary10111111010001010111110110110111001101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170314; }

 p { color: rgb(23,3,20); }

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

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

 a { background-color: rgb(23,3,20); }

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

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

 span { border-color: rgb(23,3,20); }

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