#170414

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

Shades of Mardi Gras #170414

Tints of Mardi Gras #170414

Color information

#170414 (or 0x170414) is unknown color: approx Mardi Gras. HEX triplet: 17, 04 and 14. RGB value is (23,4,20). Sum of RGB (Red+Green+Blue) = 23+4+20=47 (6% of max value = 765). Red value is 23 (9.38% from 255 or 48.94% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 23 - color contains mainly: red. Hex color #170414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170414 is #E8FBEB. Grayscale: #0B0B0B. Windows color (decimal): -15268844 or 1311767. OLE color: 1311767.

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

Color convert

RGB23420-
CMYK00.830.130.91
HSL309.47º70.37%5.29%-
HSV(B)309.47º82.61%9.02%-
XYZ0.520.320.7-
YUV11.5132.79136.2-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 48.94%
GREEN value IS 4 (1.95% from 255) = 8.51%
BLUE value IS 20 (8.20% from 255) = 42.55%
R=48.94%
G=8.51%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2342000.830.130.91309.4770.375.29
Hex17414053D5B135465
Octal274240123151334651065
Binary101111001010001010011110110110111001101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170414; }

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

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

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

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

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

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

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

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