Shades of Black Russian #1B1C21
Tints of Black Russian #1B1C21
RGB
CMYK
RGB Variations
Color information
#1B1C21 (or 0x1B1C21) is known color: Black Russian. HEX triplet: 1B, 1C and 21. RGB value is (27,28,33). Sum of RGB (Red+Green+Blue) = 27+28+33=88 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.68% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 33 - color contains mainly: blue. Hex color #1B1C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1C21 is #E4E3DE. Grayscale: #1C1C1C. Windows color (decimal): -15000543 or 2169883. OLE color: 2169883.
HSL color Cylindrical-coordinate representation of color #1B1C21: hue angle of 230º degrees, saturation: 0.1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #1B1C21 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 27 | 28 | 33 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.87 |
| HSL | 230º | 0.1% | 0.12% | - |
| HSV(B) | 230º | 0.18% | 0.13% | - |
| XYZ | 1.14 | 1.17 | 1.61 | - |
| YUV | 28.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 28 | 33 | 0.18 | 0.15 | 0 | 0.87 | 230 | 0.1 | 0.12 |
| Hex | 1B | 1C | 21 | 12 | F | 0 | 57 | E6 | A | C |
| Octal | 33 | 34 | 41 | 22 | 17 | 0 | 127 | 346 | 12 | 14 |
| Binary | 11011 | 11100 | 100001 | 10010 | 1111 | 0 | 1010111 | 11100110 | 1010 | 1100 |
Color Harmonies of #1B1C21
Complementary color
Monochromatic Colors of #1B1C21
Black with #1B1C21
Text Example
Text Example
White with #1B1C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1C21; }
p { color: rgb(27,28,33); }
H1.HeaderClassName
{
color: #1B1C21;
}
.AnyTagClassName
{
color: #1B1C21;
}
</style>
background-color css
<style>
a { background-color: #1B1C21; }
a { background-color: rgb(27,28,33); }
div.DivClassName
{
background-color: #1B1C21;
}
.BgClassName
{
background-color: #1B1C21;
}
</style>
border-color css
<style>
span { border-color: #1B1C21; }
span { border-color: rgb(27,28,33); }
td.TdClassName
{
border-color: #1B1C21;
}
.TagClassName
{
border-color: #1B1C21;
}
</style>