#131E0F

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

Shades of Black Forest #131E0F

Tints of Black Forest #131E0F

Color information

#131E0F (or 0x131E0F) is unknown color: approx Black Forest. HEX triplet: 13, 1E and 0F. RGB value is (19,30,15). Sum of RGB (Red+Green+Blue) = 19+30+15=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 30 (12.11% from 255 or 46.88% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 30 - color contains mainly: green. Hex color #131E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E0F is #ECE1F0. Grayscale: #191919. Windows color (decimal): -15524337 or 990739. OLE color: 990739.

HSL color Cylindrical-coordinate representation of color #131E0F: hue angle of 104º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #131E0F is Cyan = 0.37, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.88.

Color convert

RGB193015-
CMYK0.3700.50.88
HSL104º33.33%8.82%-
HSV(B)104º50%11.76%-
XYZ0.821.10.62-
YUV25122.36123.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.69%
GREEN value IS 30 (12.11% from 255) = 46.88%
BLUE value IS 15 (6.25% from 255) = 23.44%
R=29.69%
G=46.88%
B=23.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1930150.3700.50.8810433.338.82
Hex131EF250325868219
Octal233617450621301504111
Binary100111111011111001010110010101100011010001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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