Html Css Color HEX #171F14 Black Forest

📋 copy color: '#171F14'

red 23 ◦ green 31 ◦ blue 20

#171F14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #171F14

Tints of Black Forest #171F14

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.2% from 255) = 27.03%

R = 31.08%
G = 41.89%
B = 27.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.88

RGB Variations

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

Color information

#171F14 (or 0x171F14) is known color: 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

RGB 23 31 20 -
CMYK 0.26 0 0.35 0.88
HSL 103.64º 0.22% 0.1% -
HSV(B) 103.64º 0.35% 0.12% -
XYZ 0.97 1.21 0.84 -
YUV 27.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 23 31 20 0.26 0 0.35 0.88 103.64 0.22 0.1
Hex 17 1F 14 1A 0 23 58 68 16 A
Octal 27 37 24 32 0 43 130 150 26 12
Binary 10111 11111 10100 11010 0 100011 1011000 1101000 10110 1010

Color Harmonies of #171F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171F14

Black with #171F14

Text Example


Text Example

White with #171F14

Text Example


Text Example

HTML Codes & Css Web 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>