#1F3811

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

Shades of Black Forest #1F3811

Tints of Black Forest #1F3811

Color information

#1F3811 (or 0x1F3811) is unknown color: approx Black Forest. HEX triplet: 1F, 38 and 11. RGB value is (31,56,17). Sum of RGB (Red+Green+Blue) = 31+56+17=104 (13% of max value = 765). Red value is 31 (12.5% from 255 or 29.81% from 104); Green value is 56 (22.27% from 255 or 53.85% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 56 - color contains mainly: green. Hex color #1F3811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3811 is #E0C7EE. Grayscale: #2C2C2C. Windows color (decimal): -14731247 or 1128479. OLE color: 1128479.

HSL color Cylindrical-coordinate representation of color #1F3811: hue angle of 98.46º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F3811 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB315617-
CMYK0.4500.700.78
HSL98.46º53.42%14.31%-
HSV(B)98.46º69.64%21.96%-
XYZ2.083.161.03-
YUV44.08112.72118.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 29.81%
GREEN value IS 56 (22.27% from 255) = 53.85%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=29.81%
G=53.85%
B=16.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3156170.4500.700.7898.4653.4214.31
Hex1F38112D0464E6235e
Octal3770215501061161426516
Binary111111110001000110110101000110100111011000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,56,17); }

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

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

 a { background-color: rgb(31,56,17); }

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

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

 span { border-color: rgb(31,56,17); }

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