#131D0F

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

Shades of Black Forest #131D0F

Tints of Black Forest #131D0F

Color information

#131D0F (or 0x131D0F) is unknown color: approx Black Forest. HEX triplet: 13, 1D and 0F. RGB value is (19,29,15). Sum of RGB (Red+Green+Blue) = 19+29+15=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 29 (11.72% from 255 or 46.03% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 29 - color contains mainly: green. Hex color #131D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131D0F is #ECE2F0. Grayscale: #181818. Windows color (decimal): -15524593 or 990483. OLE color: 990483.

HSL color Cylindrical-coordinate representation of color #131D0F: hue angle of 102.86º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #131D0F is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB192915-
CMYK0.3400.480.89
HSL102.86º31.82%8.63%-
HSV(B)102.86º48.28%11.37%-
XYZ0.791.050.61-
YUV24.41122.69124.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.16%
GREEN value IS 29 (11.72% from 255) = 46.03%
BLUE value IS 15 (6.25% from 255) = 23.81%
R=30.16%
G=46.03%
B=23.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1929150.3400.480.89102.8631.828.63
Hex131DF220305967209
Octal233517420601311474011
Binary100111110111111000100110000101100111001111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,29,15); }

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

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

 a { background-color: rgb(19,29,15); }

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

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

 span { border-color: rgb(19,29,15); }

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