Shades of Black Russian #1B1F2E
Tints of Black Russian #1B1F2E
RGB
CMYK
RGB Variations
Color information
#1B1F2E (or 0x1B1F2E) is known color: Black Russian. HEX triplet: 1B, 1F and 2E. RGB value is (27,31,46). Sum of RGB (Red+Green+Blue) = 27+31+46=104 (13% of max value = 765). Red value is 27 (10.94% from 255 or 25.96% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 46 - color contains mainly: blue. Hex color #1B1F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1F2E is #E4E0D1. Grayscale: #1F1F1F. Windows color (decimal): -14999762 or 3022619. OLE color: 3022619.
HSL color Cylindrical-coordinate representation of color #1B1F2E: hue angle of 227.37º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1B1F2E is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 27 | 31 | 46 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.82 |
| HSL | 227.37º | 0.26% | 0.14% | - |
| HSV(B) | 227.37º | 0.41% | 0.18% | - |
| XYZ | 1.44 | 1.41 | 2.78 | - |
| YUV | 31.51 | 136.17 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 31 | 46 | 0.41 | 0.33 | 0 | 0.82 | 227.37 | 0.26 | 0.14 |
| Hex | 1B | 1F | 2E | 29 | 21 | 0 | 52 | E3 | 1A | E |
| Octal | 33 | 37 | 56 | 51 | 41 | 0 | 122 | 343 | 32 | 16 |
| Binary | 11011 | 11111 | 101110 | 101001 | 100001 | 0 | 1010010 | 11100011 | 11010 | 1110 |
Color Harmonies of #1B1F2E
Complementary color
Monochromatic Colors of #1B1F2E
Black with #1B1F2E
Text Example
Text Example
White with #1B1F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1F2E; }
p { color: rgb(27,31,46); }
H1.HeaderClassName
{
color: #1B1F2E;
}
.AnyTagClassName
{
color: #1B1F2E;
}
</style>
background-color css
<style>
a { background-color: #1B1F2E; }
a { background-color: rgb(27,31,46); }
div.DivClassName
{
background-color: #1B1F2E;
}
.BgClassName
{
background-color: #1B1F2E;
}
</style>
border-color css
<style>
span { border-color: #1B1F2E; }
span { border-color: rgb(27,31,46); }
td.TdClassName
{
border-color: #1B1F2E;
}
.TagClassName
{
border-color: #1B1F2E;
}
</style>