#1F2A19

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

Shades of Black Forest #1F2A19

Tints of Black Forest #1F2A19

Color information

#1F2A19 (or 0x1F2A19) is unknown color: approx Black Forest. HEX triplet: 1F, 2A and 19. RGB value is (31,42,25). Sum of RGB (Red+Green+Blue) = 31+42+25=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 42 (16.80% from 255 or 42.86% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 42 - color contains mainly: green. Hex color #1F2A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2A19 is #E0D5E6. Grayscale: #242424. Windows color (decimal): -14734823 or 1649183. OLE color: 1649183.

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

Color convert

RGB314225-
CMYK0.2600.400.84
HSL98.82º25.37%13.14%-
HSV(B)98.82º40.48%16.47%-
XYZ1.572.021.23-
YUV36.77121.36123.88-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.63%
GREEN value IS 42 (16.80% from 255) = 42.86%
BLUE value IS 25 (10.16% from 255) = 25.51%
R=31.63%
G=42.86%
B=25.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3142250.2600.400.8498.8225.3713.14
Hex1F2A191A028546319d
Octal375231320501241433115
Binary111111010101100111010010100010101001100011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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