#131A11

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

Shades of Black Forest #131A11

Tints of Black Forest #131A11

Color information

#131A11 (or 0x131A11) is unknown color: approx Black Forest. HEX triplet: 13, 1A and 11. RGB value is (19,26,17). Sum of RGB (Red+Green+Blue) = 19+26+17=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 26 (10.55% from 255 or 41.94% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 26 - color contains mainly: green. Hex color #131A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131A11 is #ECE5EE. Grayscale: #161616. Windows color (decimal): -15525359 or 1120787. OLE color: 1120787.

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

Color convert

RGB192617-
CMYK0.2700.350.90
HSL106.67º20.93%8.43%-
HSV(B)106.67º34.62%10.2%-
XYZ0.740.920.67-
YUV22.88124.68125.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.65%
GREEN value IS 26 (10.55% from 255) = 41.94%
BLUE value IS 17 (7.03% from 255) = 27.42%
R=30.65%
G=41.94%
B=27.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1926170.2700.350.90106.6720.938.43
Hex131A111B0235A6b158
Octal233221330431321532510
Binary10011110101000111011010001110110101101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131A11; }

 p { color: rgb(19,26,17); }

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

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

 a { background-color: rgb(19,26,17); }

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

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

 span { border-color: rgb(19,26,17); }

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