#1F3214

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

Shades of Black Forest #1F3214

Tints of Black Forest #1F3214

Color information

#1F3214 (or 0x1F3214) is unknown color: approx Black Forest. HEX triplet: 1F, 32 and 14. RGB value is (31,50,20). Sum of RGB (Red+Green+Blue) = 31+50+20=101 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.69% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #1F3214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3214 is #E0CDEB. Grayscale: #292929. Windows color (decimal): -14732780 or 1323551. OLE color: 1323551.

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

Color convert

RGB315020-
CMYK0.3800.600.80
HSL98º42.86%13.73%-
HSV(B)98º60%19.61%-
XYZ1.832.621.07-
YUV40.9116.21120.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 30.69%
GREEN value IS 50 (19.92% from 255) = 49.50%
BLUE value IS 20 (8.20% from 255) = 19.80%
R=30.69%
G=49.50%
B=19.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3150200.3800.600.809842.8613.73
Hex1F32142603C50622be
Octal376224460741201425316
Binary11111110010101001001100111100101000011000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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