#192911

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

Shades of Black Forest #192911

Tints of Black Forest #192911

Color information

#192911 (or 0x192911) is unknown color: approx Black Forest. HEX triplet: 19, 29 and 11. RGB value is (25,41,17). Sum of RGB (Red+Green+Blue) = 25+41+17=83 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.12% from 83); Green value is 41 (16.41% from 255 or 49.40% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 41 - color contains mainly: green. Hex color #192911 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192911 is #E6D6EE. Grayscale: #212121. Windows color (decimal): -15128303 or 1124633. OLE color: 1124633.

HSL color Cylindrical-coordinate representation of color #192911: hue angle of 100º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #192911 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.84.

Color convert

RGB254117-
CMYK0.3900.590.84
HSL100º41.38%11.37%-
HSV(B)100º58.54%16.08%-
XYZ1.31.830.82-
YUV33.48118.7121.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 30.12%
GREEN value IS 41 (16.41% from 255) = 49.40%
BLUE value IS 17 (7.03% from 255) = 20.48%
R=30.12%
G=49.40%
B=20.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2541170.3900.590.8410041.3811.37
Hex1929112703B546429b
Octal315121470731241445113
Binary11001101001100011001110111011101010011001001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192911; }

 p { color: rgb(25,41,17); }

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

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

 a { background-color: rgb(25,41,17); }

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

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

 span { border-color: rgb(25,41,17); }

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