#171F14

Color #171F14 Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #171F14

Tints of Black Forest #171F14

Color information

#171F14 (or 0x171F14) is unknown color: approx Black Forest. HEX triplet: 17, 1F and 14. RGB value is (23,31,20). Sum of RGB (Red+Green+Blue) = 23+31+20=74 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.08% from 74); Green value is 31 (12.5% from 255 or 41.89% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 31 - color contains mainly: green. Hex color #171F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171F14 is #E8E0EB. Grayscale: #1B1B1B. Windows color (decimal): -15261932 or 1318679. OLE color: 1318679.

HSL color Cylindrical-coordinate representation of color #171F14: hue angle of 103.64º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #171F14 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.88.

Color convert

RGB233120-
CMYK0.2600.350.88
HSL103.64º21.57%10%-
HSV(B)103.64º35.48%12.16%-
XYZ0.971.210.84-
YUV27.35123.85124.89-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 31.08%
GREEN value IS 31 (12.5% from 255) = 41.89%
BLUE value IS 20 (8.20% from 255) = 27.03%
R=31.08%
G=41.89%
B=27.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2331200.2600.350.88103.6421.5710
Hex171F141A023586816a
Octal273724320431301502612
Binary10111111111010011010010001110110001101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171F14; }

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

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

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

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

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

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

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

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