#1F231E

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

Shades of Black Forest #1F231E

Tints of Black Forest #1F231E

Color information

#1F231E (or 0x1F231E) is unknown color: approx Black Forest. HEX triplet: 1F, 23 and 1E. RGB value is (31,35,30). Sum of RGB (Red+Green+Blue) = 31+35+30=96 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.29% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 35 - color contains mainly: green. Hex color #1F231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F231E is #E0DCE1. Grayscale: #212121. Windows color (decimal): -14736610 or 1975071. OLE color: 1975071.

HSL color Cylindrical-coordinate representation of color #1F231E: hue angle of 108º degrees, saturation: 0.08, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #1F231E is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB313530-
CMYK0.1100.140.86
HSL108º7.69%12.75%-
HSV(B)108º14.29%13.73%-
XYZ1.41.591.46-
YUV33.23126.17126.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.29%
GREEN value IS 35 (14.06% from 255) = 36.46%
BLUE value IS 30 (12.11% from 255) = 31.25%
R=32.29%
G=36.46%
B=31.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3135300.1100.140.861087.6912.75
Hex1F231EB0E566c8d
Octal374336130161261541015
Binary11111100011111101011011101010110110110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,35,30); }

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

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

 a { background-color: rgb(31,35,30); }

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

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

 span { border-color: rgb(31,35,30); }

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