#171714

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

Shades of Maire #171714

Tints of Maire #171714

Color information

#171714 (or 0x171714) is unknown color: approx Maire. HEX triplet: 17, 17 and 14. RGB value is (23,23,20). Sum of RGB (Red+Green+Blue) = 23+23+20=66 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.85% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 23 - color contains mainly: red, green. Hex color #171714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171714 is #E8E8EB. Grayscale: #161616. Windows color (decimal): -15263980 or 1316631. OLE color: 1316631.

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

Color convert

RGB232320-
CMYK000.130.91
HSL60º6.98%8.43%-
HSV(B)60º13.04%9.02%-
XYZ0.790.850.78-
YUV22.66126.5128.24-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 34.85%
GREEN value IS 23 (9.38% from 255) = 34.85%
BLUE value IS 20 (8.20% from 255) = 30.30%
R=34.85%
G=34.85%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal232320000.130.91606.988.43
Hex17171400D5B3c78
Octal272724001513374710
Binary10111101111010000110110110111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171714; }

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

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

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

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

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

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

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

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