Shades of Black Forest #1B1F1A
Tints of Black Forest #1B1F1A
RGB
CMYK
RGB Variations
Color information
#1B1F1A (or 0x1B1F1A) is known color: Black Forest. HEX triplet: 1B, 1F and 1A. RGB value is (27,31,26). Sum of RGB (Red+Green+Blue) = 27+31+26=84 (11% of max value = 765). Red value is 27 (10.94% from 255 or 32.14% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 31 - color contains mainly: green. Hex color #1B1F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1F1A is #E4E0E5. Grayscale: #1D1D1D. Windows color (decimal): -14999782 or 1711899. OLE color: 1711899.
HSL color Cylindrical-coordinate representation of color #1B1F1A: hue angle of 108º degrees, saturation: 0.09, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #1B1F1A is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 31 | 26 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.88 |
| HSL | 108º | 0.09% | 0.11% | - |
| HSV(B) | 108º | 0.16% | 0.12% | - |
| XYZ | 1.13 | 1.29 | 1.17 | - |
| YUV | 29.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 31 | 26 | 0.13 | 0 | 0.16 | 0.88 | 108 | 0.09 | 0.11 |
| Hex | 1B | 1F | 1A | D | 0 | 10 | 58 | 6C | 9 | B |
| Octal | 33 | 37 | 32 | 15 | 0 | 20 | 130 | 154 | 11 | 13 |
| Binary | 11011 | 11111 | 11010 | 1101 | 0 | 10000 | 1011000 | 1101100 | 1001 | 1011 |
Color Harmonies of #1B1F1A
Complementary color
Monochromatic Colors of #1B1F1A
Black with #1B1F1A
Text Example
Text Example
White with #1B1F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1F1A; }
p { color: rgb(27,31,26); }
H1.HeaderClassName
{
color: #1B1F1A;
}
.AnyTagClassName
{
color: #1B1F1A;
}
</style>
background-color css
<style>
a { background-color: #1B1F1A; }
a { background-color: rgb(27,31,26); }
div.DivClassName
{
background-color: #1B1F1A;
}
.BgClassName
{
background-color: #1B1F1A;
}
</style>
border-color css
<style>
span { border-color: #1B1F1A; }
span { border-color: rgb(27,31,26); }
td.TdClassName
{
border-color: #1B1F1A;
}
.TagClassName
{
border-color: #1B1F1A;
}
</style>