#1F3216

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

Shades of Black Forest #1F3216

Tints of Black Forest #1F3216

Color information

#1F3216 (or 0x1F3216) is unknown color: approx Black Forest. HEX triplet: 1F, 32 and 16. RGB value is (31,50,22). Sum of RGB (Red+Green+Blue) = 31+50+22=103 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.10% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #1F3216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3216 is #E0CDE9. Grayscale: #292929. Windows color (decimal): -14732778 or 1454623. OLE color: 1454623.

HSL color Cylindrical-coordinate representation of color #1F3216: hue angle of 100.71º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F3216 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB315022-
CMYK0.3800.560.80
HSL100.71º38.89%14.12%-
HSV(B)100.71º56%19.61%-
XYZ1.852.631.17-
YUV41.13117.21120.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 30.10%
GREEN value IS 50 (19.92% from 255) = 48.54%
BLUE value IS 22 (8.98% from 255) = 21.36%
R=30.10%
G=48.54%
B=21.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3150220.3800.560.80100.7138.8914.12
Hex1F321626038506527e
Octal376226460701201454716
Binary11111110010101101001100111000101000011001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,50,22); }

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

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

 a { background-color: rgb(31,50,22); }

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

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

 span { border-color: rgb(31,50,22); }

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