#131B10

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

Shades of Black Forest #131B10

Tints of Black Forest #131B10

Color information

#131B10 (or 0x131B10) is unknown color: approx Black Forest. HEX triplet: 13, 1B and 10. RGB value is (19,27,16). Sum of RGB (Red+Green+Blue) = 19+27+16=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 27 (10.94% from 255 or 43.55% from 62); Blue value is 16 (6.64% from 255 or 25.81% from 62); Max value from RGB is 27 - color contains mainly: green. Hex color #131B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B10 is #ECE4EF. Grayscale: #171717. Windows color (decimal): -15525104 or 1055507. OLE color: 1055507.

HSL color Cylindrical-coordinate representation of color #131B10: hue angle of 103.64º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #131B10 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.

Color convert

RGB192716-
CMYK0.3000.410.89
HSL103.64º25.58%8.43%-
HSV(B)103.64º40.74%10.59%-
XYZ0.750.960.64-
YUV23.35123.85124.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.65%
GREEN value IS 27 (10.94% from 255) = 43.55%
BLUE value IS 16 (6.64% from 255) = 25.81%
R=30.65%
G=43.55%
B=25.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1927160.3000.410.89103.6425.588.43
Hex131B101E02959681a8
Octal233320360511311503210
Binary10011110111000011110010100110110011101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,27,16); }

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

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

 a { background-color: rgb(19,27,16); }

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

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

 span { border-color: rgb(19,27,16); }

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