#1F3014

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

Shades of Black Forest #1F3014

Tints of Black Forest #1F3014

Color information

#1F3014 (or 0x1F3014) is unknown color: approx Black Forest. HEX triplet: 1F, 30 and 14. RGB value is (31,48,20). Sum of RGB (Red+Green+Blue) = 31+48+20=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #1F3014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3014 is #E0CFEB. Grayscale: #272727. Windows color (decimal): -14733292 or 1323039. OLE color: 1323039.

HSL color Cylindrical-coordinate representation of color #1F3014: hue angle of 96.43º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F3014 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB314820-
CMYK0.3500.580.81
HSL96.43º41.18%13.33%-
HSV(B)96.43º58.33%18.82%-
XYZ1.752.461.04-
YUV39.72116.87121.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.31%
GREEN value IS 48 (19.14% from 255) = 48.48%
BLUE value IS 20 (8.20% from 255) = 20.20%
R=31.31%
G=48.48%
B=20.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3148200.3500.580.8196.4341.1813.33
Hex1F30142303A516029d
Octal376024430721211405115
Binary11111110000101001000110111010101000111000001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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