Shades of Black Russian #1B1F28
Tints of Black Russian #1B1F28
RGB
CMYK
RGB Variations
Color information
#1B1F28 (or 0x1B1F28) is known color: Black Russian. HEX triplet: 1B, 1F and 28. RGB value is (27,31,40). Sum of RGB (Red+Green+Blue) = 27+31+40=98 (12% of max value = 765). Red value is 27 (10.94% from 255 or 27.55% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 40 - color contains mainly: blue. Hex color #1B1F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1F28 is #E4E0D7. Grayscale: #1E1E1E. Windows color (decimal): -14999768 or 2629403. OLE color: 2629403.
HSL color Cylindrical-coordinate representation of color #1B1F28: hue angle of 221.54º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1B1F28 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 27 | 31 | 40 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.84 |
| HSL | 221.54º | 0.19% | 0.13% | - |
| HSV(B) | 221.54º | 0.33% | 0.16% | - |
| XYZ | 1.32 | 1.37 | 2.2 | - |
| YUV | 30.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 31 | 40 | 0.33 | 0.22 | 0 | 0.84 | 221.54 | 0.19 | 0.13 |
| Hex | 1B | 1F | 28 | 21 | 16 | 0 | 54 | DE | 13 | D |
| Octal | 33 | 37 | 50 | 41 | 26 | 0 | 124 | 336 | 23 | 15 |
| Binary | 11011 | 11111 | 101000 | 100001 | 10110 | 0 | 1010100 | 11011110 | 10011 | 1101 |
Color Harmonies of #1B1F28
Complementary color
Monochromatic Colors of #1B1F28
Black with #1B1F28
Text Example
Text Example
White with #1B1F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1F28; }
p { color: rgb(27,31,40); }
H1.HeaderClassName
{
color: #1B1F28;
}
.AnyTagClassName
{
color: #1B1F28;
}
</style>
background-color css
<style>
a { background-color: #1B1F28; }
a { background-color: rgb(27,31,40); }
div.DivClassName
{
background-color: #1B1F28;
}
.BgClassName
{
background-color: #1B1F28;
}
</style>
border-color css
<style>
span { border-color: #1B1F28; }
span { border-color: rgb(27,31,40); }
td.TdClassName
{
border-color: #1B1F28;
}
.TagClassName
{
border-color: #1B1F28;
}
</style>