#1F261B

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

Shades of Black Forest #1F261B

Tints of Black Forest #1F261B

Color information

#1F261B (or 0x1F261B) is unknown color: approx Black Forest. HEX triplet: 1F, 26 and 1B. RGB value is (31,38,27). Sum of RGB (Red+Green+Blue) = 31+38+27=96 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.29% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 38 - color contains mainly: green. Hex color #1F261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F261B is #E0D9E4. Grayscale: #222222. Windows color (decimal): -14735845 or 1779231. OLE color: 1779231.

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

Color convert

RGB313827-
CMYK0.1800.290.85
HSL98.18º16.92%12.75%-
HSV(B)98.18º28.95%14.9%-
XYZ1.461.761.3-
YUV34.65123.68125.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.29%
GREEN value IS 38 (15.23% from 255) = 39.58%
BLUE value IS 27 (10.94% from 255) = 28.12%
R=32.29%
G=39.58%
B=28.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3138270.1800.290.8598.1816.9212.75
Hex1F261B1201D556211d
Octal374633220351251422115
Binary11111100110110111001001110110101011100010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,38,27); }

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

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

 a { background-color: rgb(31,38,27); }

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

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

 span { border-color: rgb(31,38,27); }

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