Shades of Black Forest #1B310E
Tints of Black Forest #1B310E
RGB
CMYK
RGB Variations
Color information
#1B310E (or 0x1B310E) is known color: Black Forest. HEX triplet: 1B, 31 and 0E. RGB value is (27,49,14). Sum of RGB (Red+Green+Blue) = 27+49+14=90 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #1B310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B310E is #E4CEF1. Grayscale: #262626. Windows color (decimal): -14995186 or 930075. OLE color: 930075.
HSL color Cylindrical-coordinate representation of color #1B310E: hue angle of 97.71º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B310E is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 27 | 49 | 14 | - |
| CMYK | 0.45 | 0 | 0.71 | 0.81 |
| HSL | 97.71º | 0.56% | 0.12% | - |
| HSV(B) | 97.71º | 0.71% | 0.19% | - |
| XYZ | 1.63 | 2.46 | 0.8 | - |
| YUV | 38.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 49 | 14 | 0.45 | 0 | 0.71 | 0.81 | 97.71 | 0.56 | 0.12 |
| Hex | 1B | 31 | E | 2D | 0 | 47 | 51 | 62 | 38 | C |
| Octal | 33 | 61 | 16 | 55 | 0 | 107 | 121 | 142 | 70 | 14 |
| Binary | 11011 | 110001 | 1110 | 101101 | 0 | 1000111 | 1010001 | 1100010 | 111000 | 1100 |
Color Harmonies of #1B310E
Complementary color
Monochromatic Colors of #1B310E
Black with #1B310E
Text Example
Text Example
White with #1B310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B310E; }
p { color: rgb(27,49,14); }
H1.HeaderClassName
{
color: #1B310E;
}
.AnyTagClassName
{
color: #1B310E;
}
</style>
background-color css
<style>
a { background-color: #1B310E; }
a { background-color: rgb(27,49,14); }
div.DivClassName
{
background-color: #1B310E;
}
.BgClassName
{
background-color: #1B310E;
}
</style>
border-color css
<style>
span { border-color: #1B310E; }
span { border-color: rgb(27,49,14); }
td.TdClassName
{
border-color: #1B310E;
}
.TagClassName
{
border-color: #1B310E;
}
</style>