Shades of Black Russian #1B1C1F
Tints of Black Russian #1B1C1F
RGB
CMYK
RGB Variations
Color information
#1B1C1F (or 0x1B1C1F) is known color: Black Russian. HEX triplet: 1B, 1C and 1F. RGB value is (27,28,31). Sum of RGB (Red+Green+Blue) = 27+28+31=86 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.40% from 86); Green value is 28 (11.33% from 255 or 32.56% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B1C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1C1F is #E4E3E0. Grayscale: #1C1C1C. Windows color (decimal): -15000545 or 2038811. OLE color: 2038811.
HSL color Cylindrical-coordinate representation of color #1B1C1F: hue angle of 225º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #1B1C1F is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 28 | 31 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.88 |
| HSL | 225º | 0.07% | 0.11% | - |
| HSV(B) | 225º | 0.13% | 0.12% | - |
| XYZ | 1.11 | 1.16 | 1.46 | - |
| YUV | 28.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 28 | 31 | 0.13 | 0.10 | 0 | 0.88 | 225 | 0.07 | 0.11 |
| Hex | 1B | 1C | 1F | D | A | 0 | 58 | E1 | 7 | B |
| Octal | 33 | 34 | 37 | 15 | 12 | 0 | 130 | 341 | 7 | 13 |
| Binary | 11011 | 11100 | 11111 | 1101 | 1010 | 0 | 1011000 | 11100001 | 111 | 1011 |
Color Harmonies of #1B1C1F
Complementary color
Monochromatic Colors of #1B1C1F
Black with #1B1C1F
Text Example
Text Example
White with #1B1C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1C1F; }
p { color: rgb(27,28,31); }
H1.HeaderClassName
{
color: #1B1C1F;
}
.AnyTagClassName
{
color: #1B1C1F;
}
</style>
background-color css
<style>
a { background-color: #1B1C1F; }
a { background-color: rgb(27,28,31); }
div.DivClassName
{
background-color: #1B1C1F;
}
.BgClassName
{
background-color: #1B1C1F;
}
</style>
border-color css
<style>
span { border-color: #1B1C1F; }
span { border-color: rgb(27,28,31); }
td.TdClassName
{
border-color: #1B1C1F;
}
.TagClassName
{
border-color: #1B1C1F;
}
</style>