#1F390E

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

Shades of Black Forest #1F390E

Tints of Black Forest #1F390E

Color information

#1F390E (or 0x1F390E) is unknown color: approx Black Forest. HEX triplet: 1F, 39 and 0E. RGB value is (31,57,14). Sum of RGB (Red+Green+Blue) = 31+57+14=102 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.39% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 14 (5.86% from 255 or 13.73% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #1F390E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F390E is #E0C6F1. Grayscale: #2C2C2C. Windows color (decimal): -14730994 or 932127. OLE color: 932127.

HSL color Cylindrical-coordinate representation of color #1F390E: hue angle of 96.28º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F390E is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB315714-
CMYK0.4600.750.78
HSL96.28º60.56%13.92%-
HSV(B)96.28º75.44%22.35%-
XYZ2.113.250.93-
YUV44.32110.89118.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 30.39%
GREEN value IS 57 (22.66% from 255) = 55.88%
BLUE value IS 14 (5.86% from 255) = 13.73%
R=30.39%
G=55.88%
B=13.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3157140.4600.750.7896.2860.5613.92
Hex1F39E2E04B4E603de
Octal3771165601131161407516
Binary11111111001111010111001001011100111011000001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F390E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F390E; }

 p { color: rgb(31,57,14); }

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

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

 a { background-color: rgb(31,57,14); }

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

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

 span { border-color: rgb(31,57,14); }

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