#171400

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

Shades of Maire #171400

Tints of Maire #171400

Color information

#171400 (or 0x171400) is unknown color: approx Maire. HEX triplet: 17, 14 and 00. RGB value is (23,20,0). Sum of RGB (Red+Green+Blue) = 23+20+0=43 (5% of max value = 765). Red value is 23 (9.38% from 255 or 53.49% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 23 - color contains mainly: red. Hex color #171400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171400 is #E8EBFF. Grayscale: #121212. Windows color (decimal): -15264768 or 5143. OLE color: 5143.

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

Color convert

RGB23200-
CMYK00.1310.91
HSL52.17º100%4.51%-
HSV(B)52.17º100%9.02%-
XYZ0.60.680.1-
YUV18.62117.49131.13-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 53.49%
GREEN value IS 20 (8.20% from 255) = 46.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.49%
G=46.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2320000.1310.9152.171004.51
Hex171400D645B34645
Octal27240015144133641445
Binary1011110100001101110010010110111101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171400; }

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

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

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

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

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

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

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

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