Html Css Color HEX #171E14 Black Forest

📋 copy color: '#171E14'

red 23 ◦ green 30 ◦ blue 20

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

Shades of Black Forest #171E14

Tints of Black Forest #171E14

RGB

 RED value IS 23 (9.38% from 255) = 31.51%

 GREEN value IS 30 (12.11% from 255) = 41.1%

 BLUE value IS 20 (8.2% from 255) = 27.4%

R = 31.51%
G = 41.1%
B = 27.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.88

RGB Variations

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

Color information

#171E14 (or 0x171E14) is known color: Black Forest. HEX triplet: 17, 1E and 14. RGB value is (23,30,20). Sum of RGB (Red+Green+Blue) = 23+30+20=73 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.51% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 30 - color contains mainly: green. Hex color #171E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171E14 is #E8E1EB. Grayscale: #1A1A1A. Windows color (decimal): -15262188 or 1318423. OLE color: 1318423.

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

Color convert

RGB 23 30 20 -
CMYK 0.23 0 0.33 0.88
HSL 102º 0.2% 0.1% -
HSV(B) 102º 0.33% 0.12% -
XYZ 0.94 1.16 0.84 -
YUV 26.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 23 30 20 0.23 0 0.33 0.88 102 0.2 0.1
Hex 17 1E 14 17 0 21 58 66 14 A
Octal 27 36 24 27 0 41 130 146 24 12
Binary 10111 11110 10100 10111 0 100001 1011000 1100110 10100 1010

Color Harmonies of #171E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171E14

Black with #171E14

Text Example


Text Example

White with #171E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #171E14;
 }
 .AnyTagClassName
 {
   color: #171E14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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