#192912

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

Shades of Black Forest #192912

Tints of Black Forest #192912

Color information

#192912 (or 0x192912) is unknown color: approx Black Forest. HEX triplet: 19, 29 and 12. RGB value is (25,41,18). Sum of RGB (Red+Green+Blue) = 25+41+18=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 41 (16.41% from 255 or 48.81% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 41 - color contains mainly: green. Hex color #192912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192912 is #E6D6ED. Grayscale: #212121. Windows color (decimal): -15128302 or 1190169. OLE color: 1190169.

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

Color convert

RGB254118-
CMYK0.3900.560.84
HSL101.74º38.98%11.57%-
HSV(B)101.74º56.1%16.08%-
XYZ1.31.840.86-
YUV33.59119.2121.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.76%
GREEN value IS 41 (16.41% from 255) = 48.81%
BLUE value IS 18 (7.42% from 255) = 21.43%
R=29.76%
G=48.81%
B=21.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2541180.3900.560.84101.7438.9811.57
Hex19291227038546627c
Octal315122470701241464714
Binary11001101001100101001110111000101010011001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192912; }

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

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

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

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

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

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

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

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