#1F2919

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

Shades of Black Forest #1F2919

Tints of Black Forest #1F2919

Color information

#1F2919 (or 0x1F2919) is unknown color: approx Black Forest. HEX triplet: 1F, 29 and 19. RGB value is (31,41,25). Sum of RGB (Red+Green+Blue) = 31+41+25=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 41 - color contains mainly: green. Hex color #1F2919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2919 is #E0D6E6. Grayscale: #242424. Windows color (decimal): -14735079 or 1648927. OLE color: 1648927.

HSL color Cylindrical-coordinate representation of color #1F2919: hue angle of 97.5º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1F2919 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.84.

Color convert

RGB314125-
CMYK0.2400.390.84
HSL97.5º24.24%12.94%-
HSV(B)97.5º39.02%16.08%-
XYZ1.531.951.21-
YUV36.19121.69124.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.96%
GREEN value IS 41 (16.41% from 255) = 42.27%
BLUE value IS 25 (10.16% from 255) = 25.77%
R=31.96%
G=42.27%
B=25.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3141250.2400.390.8497.524.2412.94
Hex1F291918027546218d
Octal375131300471241423015
Binary111111010011100111000010011110101001100010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,41,25); }

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

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

 a { background-color: rgb(31,41,25); }

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

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

 span { border-color: rgb(31,41,25); }

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