Shades of Black Russian #15141C
Tints of Black Russian #15141C
RGB
CMYK
RGB Variations
Color information
#15141C (or 0x15141C) is known color: Black Russian. HEX triplet: 15, 14 and 1C. RGB value is (21,20,28). Sum of RGB (Red+Green+Blue) = 21+20+28=69 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.43% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 28 - color contains mainly: blue. Hex color #15141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15141C is #EAEBE3. Grayscale: #151515. Windows color (decimal): -15395812 or 1840149. OLE color: 1840149.
HSL color Cylindrical-coordinate representation of color #15141C: hue angle of 247.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #15141C is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 20 | 28 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.89 |
| HSL | 247.5º | 0.17% | 0.09% | - |
| HSV(B) | 247.5º | 0.29% | 0.11% | - |
| XYZ | 0.77 | 0.74 | 1.2 | - |
| YUV | 21.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 28 | 0.25 | 0.29 | 0 | 0.89 | 247.5 | 0.17 | 0.09 |
| Hex | 15 | 14 | 1C | 19 | 1D | 0 | 59 | F8 | 11 | 9 |
| Octal | 25 | 24 | 34 | 31 | 35 | 0 | 131 | 370 | 21 | 11 |
| Binary | 10101 | 10100 | 11100 | 11001 | 11101 | 0 | 1011001 | 11111000 | 10001 | 1001 |
Color Harmonies of #15141C
Complementary color
Monochromatic Colors of #15141C
Black with #15141C
Text Example
Text Example
White with #15141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15141C; }
p { color: rgb(21,20,28); }
H1.HeaderClassName
{
color: #15141C;
}
.AnyTagClassName
{
color: #15141C;
}
</style>
background-color css
<style>
a { background-color: #15141C; }
a { background-color: rgb(21,20,28); }
div.DivClassName
{
background-color: #15141C;
}
.BgClassName
{
background-color: #15141C;
}
</style>
border-color css
<style>
span { border-color: #15141C; }
span { border-color: rgb(21,20,28); }
td.TdClassName
{
border-color: #15141C;
}
.TagClassName
{
border-color: #15141C;
}
</style>