#121910

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

Shades of Black Forest #121910

Tints of Black Forest #121910

Color information

#121910 (or 0x121910) is unknown color: approx Black Forest. HEX triplet: 12, 19 and 10. RGB value is (18,25,16). Sum of RGB (Red+Green+Blue) = 18+25+16=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 25 - color contains mainly: green. Hex color #121910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121910 is #EDE6EF. Grayscale: #151515. Windows color (decimal): -15591152 or 1054994. OLE color: 1054994.

HSL color Cylindrical-coordinate representation of color #121910: hue angle of 106.67º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #121910 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.90.

Color convert

RGB182516-
CMYK0.2800.360.90
HSL106.67º21.95%8.04%-
HSV(B)106.67º36%9.8%-
XYZ0.690.860.62-
YUV21.88124.68125.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30.51%
GREEN value IS 25 (10.16% from 255) = 42.37%
BLUE value IS 16 (6.64% from 255) = 27.12%
R=30.51%
G=42.37%
B=27.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1825160.2800.360.90106.6721.958.04
Hex1219101C0245A6b168
Octal223120340441321532610
Binary10010110011000011100010010010110101101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121910; }

 p { color: rgb(18,25,16); }

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

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

 a { background-color: rgb(18,25,16); }

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

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

 span { border-color: rgb(18,25,16); }

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