#131712

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

Shades of Black Forest #131712

Tints of Black Forest #131712

Color information

#131712 (or 0x131712) is unknown color: approx Black Forest. HEX triplet: 13, 17 and 12. RGB value is (19,23,18). Sum of RGB (Red+Green+Blue) = 19+23+18=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 23 (9.38% from 255 or 38.33% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 23 - color contains mainly: green. Hex color #131712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131712 is #ECE8ED. Grayscale: #151515. Windows color (decimal): -15526126 or 1185555. OLE color: 1185555.

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

Color convert

RGB192318-
CMYK0.1700.220.91
HSL108º12.2%8.04%-
HSV(B)108º21.74%9.02%-
XYZ0.680.790.69-
YUV21.23126.17126.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 31.67%
GREEN value IS 23 (9.38% from 255) = 38.33%
BLUE value IS 18 (7.42% from 255) = 30%
R=31.67%
G=38.33%
B=30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1923180.1700.220.9110812.28.04
Hex131712110165B6cc8
Octal232722210261331541410
Binary100111011110010100010101101011011110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131712; }

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

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

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

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

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

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

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

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