#151914

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

Shades of Black Forest #151914

Tints of Black Forest #151914

Color information

#151914 (or 0x151914) is unknown color: approx Black Forest. HEX triplet: 15, 19 and 14. RGB value is (21,25,20). Sum of RGB (Red+Green+Blue) = 21+25+20=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 25 (10.16% from 255 or 37.88% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 25 - color contains mainly: green. Hex color #151914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151914 is #EAE6EB. Grayscale: #171717. Windows color (decimal): -15394540 or 1317141. OLE color: 1317141.

HSL color Cylindrical-coordinate representation of color #151914: hue angle of 108º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #151914 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB212520-
CMYK0.1600.200.90
HSL108º11.11%8.82%-
HSV(B)108º20%9.8%-
XYZ0.780.910.8-
YUV23.23126.17126.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.82%
GREEN value IS 25 (10.16% from 255) = 37.88%
BLUE value IS 20 (8.20% from 255) = 30.30%
R=31.82%
G=37.88%
B=30.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2125200.1600.200.9010811.118.82
Hex151914100145A6cb9
Octal253124200241321541311
Binary101011100110100100000101001011010110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151914; }

 p { color: rgb(21,25,20); }

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

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

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

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

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

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

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