Shades of Black Russian #151B2B
Tints of Black Russian #151B2B
RGB
CMYK
RGB Variations
Color information
#151B2B (or 0x151B2B) is known color: Black Russian. HEX triplet: 15, 1B and 2B. RGB value is (21,27,43). Sum of RGB (Red+Green+Blue) = 21+27+43=91 (12% of max value = 765). Red value is 21 (8.59% from 255 or 23.08% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: blue. Hex color #151B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151B2B is #EAE4D4. Grayscale: #1A1A1A. Windows color (decimal): -15394005 or 2824981. OLE color: 2824981.
HSL color Cylindrical-coordinate representation of color #151B2B: hue angle of 223.64º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #151B2B is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 27 | 43 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.83 |
| HSL | 223.64º | 0.34% | 0.13% | - |
| HSV(B) | 223.64º | 0.51% | 0.17% | - |
| XYZ | 1.14 | 1.12 | 2.44 | - |
| YUV | 27.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 43 | 0.51 | 0.37 | 0 | 0.83 | 223.64 | 0.34 | 0.13 |
| Hex | 15 | 1B | 2B | 33 | 25 | 0 | 53 | E0 | 22 | D |
| Octal | 25 | 33 | 53 | 63 | 45 | 0 | 123 | 340 | 42 | 15 |
| Binary | 10101 | 11011 | 101011 | 110011 | 100101 | 0 | 1010011 | 11100000 | 100010 | 1101 |
Color Harmonies of #151B2B
Complementary color
Monochromatic Colors of #151B2B
Black with #151B2B
Text Example
Text Example
White with #151B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151B2B; }
p { color: rgb(21,27,43); }
H1.HeaderClassName
{
color: #151B2B;
}
.AnyTagClassName
{
color: #151B2B;
}
</style>
background-color css
<style>
a { background-color: #151B2B; }
a { background-color: rgb(21,27,43); }
div.DivClassName
{
background-color: #151B2B;
}
.BgClassName
{
background-color: #151B2B;
}
</style>
border-color css
<style>
span { border-color: #151B2B; }
span { border-color: rgb(21,27,43); }
td.TdClassName
{
border-color: #151B2B;
}
.TagClassName
{
border-color: #151B2B;
}
</style>