#131612

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

Shades of Black Forest #131612

Tints of Black Forest #131612

Color information

#131612 (or 0x131612) is unknown color: approx Black Forest. HEX triplet: 13, 16 and 12. RGB value is (19,22,18). Sum of RGB (Red+Green+Blue) = 19+22+18=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 22 - color contains mainly: green. Hex color #131612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131612 is #ECE9ED. Grayscale: #141414. Windows color (decimal): -15526382 or 1185299. OLE color: 1185299.

HSL color Cylindrical-coordinate representation of color #131612: hue angle of 105º degrees, saturation: 0.1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #131612 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.91.

Color convert

RGB192218-
CMYK0.1400.180.91
HSL105º10%7.84%-
HSV(B)105º18.18%8.63%-
XYZ0.660.760.68-
YUV20.65126.51126.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.20%
GREEN value IS 22 (8.98% from 255) = 37.29%
BLUE value IS 18 (7.42% from 255) = 30.51%
R=32.20%
G=37.29%
B=30.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1922180.1400.180.91105107.84
Hex131612E0125B69a8
Octal232622160221331511210
Binary10011101101001011100100101011011110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131612; }

 p { color: rgb(19,22,18); }

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

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

 a { background-color: rgb(19,22,18); }

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

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

 span { border-color: rgb(19,22,18); }

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