#1F251C

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

Shades of Black Forest #1F251C

Tints of Black Forest #1F251C

Color information

#1F251C (or 0x1F251C) is unknown color: approx Black Forest. HEX triplet: 1F, 25 and 1C. RGB value is (31,37,28). Sum of RGB (Red+Green+Blue) = 31+37+28=96 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.29% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 37 - color contains mainly: green. Hex color #1F251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F251C is #E0DAE3. Grayscale: #222222. Windows color (decimal): -14736100 or 1844511. OLE color: 1844511.

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

Color convert

RGB313728-
CMYK0.1600.240.85
HSL100º13.85%12.75%-
HSV(B)100º24.32%14.51%-
XYZ1.441.71.35-
YUV34.18124.51125.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.29%
GREEN value IS 37 (14.84% from 255) = 38.54%
BLUE value IS 28 (11.33% from 255) = 29.17%
R=32.29%
G=38.54%
B=29.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3137280.1600.240.8510013.8512.75
Hex1F251C100185564ed
Octal374534200301251441615
Binary1111110010111100100000110001010101110010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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