Shades of Black Russian #151B2D
Tints of Black Russian #151B2D
RGB
CMYK
RGB Variations
Color information
#151B2D (or 0x151B2D) is known color: Black Russian. HEX triplet: 15, 1B and 2D. RGB value is (21,27,45). Sum of RGB (Red+Green+Blue) = 21+27+45=93 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.58% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 45 (17.97% from 255 or 48.39% from 93); Max value from RGB is 45 - color contains mainly: blue. Hex color #151B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151B2D is #EAE4D2. Grayscale: #1B1B1B. Windows color (decimal): -15394003 or 2956053. OLE color: 2956053.
HSL color Cylindrical-coordinate representation of color #151B2D: hue angle of 225º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #151B2D is Cyan = 0.53, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 27 | 45 | - |
| CMYK | 0.53 | 0.4 | 0 | 0.82 |
| HSL | 225º | 0.36% | 0.13% | - |
| HSV(B) | 225º | 0.53% | 0.18% | - |
| XYZ | 1.17 | 1.13 | 2.64 | - |
| YUV | 27.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 45 | 0.53 | 0.4 | 0 | 0.82 | 225 | 0.36 | 0.13 |
| Hex | 15 | 1B | 2D | 35 | 28 | 0 | 52 | E1 | 24 | D |
| Octal | 25 | 33 | 55 | 65 | 50 | 0 | 122 | 341 | 44 | 15 |
| Binary | 10101 | 11011 | 101101 | 110101 | 101000 | 0 | 1010010 | 11100001 | 100100 | 1101 |
Color Harmonies of #151B2D
Complementary color
Monochromatic Colors of #151B2D
Black with #151B2D
Text Example
Text Example
White with #151B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151B2D; }
p { color: rgb(21,27,45); }
H1.HeaderClassName
{
color: #151B2D;
}
.AnyTagClassName
{
color: #151B2D;
}
</style>
background-color css
<style>
a { background-color: #151B2D; }
a { background-color: rgb(21,27,45); }
div.DivClassName
{
background-color: #151B2D;
}
.BgClassName
{
background-color: #151B2D;
}
</style>
border-color css
<style>
span { border-color: #151B2D; }
span { border-color: rgb(21,27,45); }
td.TdClassName
{
border-color: #151B2D;
}
.TagClassName
{
border-color: #151B2D;
}
</style>