#1F251D

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

Shades of Black Forest #1F251D

Tints of Black Forest #1F251D

Color information

#1F251D (or 0x1F251D) is unknown color: approx Black Forest. HEX triplet: 1F, 25 and 1D. RGB value is (31,37,29). Sum of RGB (Red+Green+Blue) = 31+37+29=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 37 - color contains mainly: green. Hex color #1F251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F251D is #E0DAE2. Grayscale: #222222. Windows color (decimal): -14736099 or 1910047. OLE color: 1910047.

HSL color Cylindrical-coordinate representation of color #1F251D: hue angle of 105º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1F251D is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB313729-
CMYK0.1600.220.85
HSL105º12.12%12.94%-
HSV(B)105º21.62%14.51%-
XYZ1.451.71.41-
YUV34.29125.01125.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.96%
GREEN value IS 37 (14.84% from 255) = 38.14%
BLUE value IS 29 (11.72% from 255) = 29.90%
R=31.96%
G=38.14%
B=29.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3137290.1600.220.8510512.1212.94
Hex1F251D100165569cd
Octal374535200261251511415
Binary1111110010111101100000101101010101110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,37,29); }

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

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

 a { background-color: rgb(31,37,29); }

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

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

 span { border-color: rgb(31,37,29); }

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