Shades of Black Russian #15142F
Tints of Black Russian #15142F
RGB
CMYK
RGB Variations
Color information
#15142F (or 0x15142F) is known color: Black Russian. HEX triplet: 15, 14 and 2F. RGB value is (21,20,47). Sum of RGB (Red+Green+Blue) = 21+20+47=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 47 (18.75% from 255 or 53.41% from 88); Max value from RGB is 47 - color contains mainly: blue. Hex color #15142F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15142F is #EAEBD0. Grayscale: #171717. Windows color (decimal): -15395793 or 3085333. OLE color: 3085333.
HSL color Cylindrical-coordinate representation of color #15142F: hue angle of 242.22º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #15142F is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 20 | 47 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.82 |
| HSL | 242.22º | 0.4% | 0.13% | - |
| HSV(B) | 242.22º | 0.57% | 0.18% | - |
| XYZ | 1.07 | 0.86 | 2.8 | - |
| YUV | 23.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 47 | 0.55 | 0.57 | 0 | 0.82 | 242.22 | 0.4 | 0.13 |
| Hex | 15 | 14 | 2F | 37 | 39 | 0 | 52 | F2 | 28 | D |
| Octal | 25 | 24 | 57 | 67 | 71 | 0 | 122 | 362 | 50 | 15 |
| Binary | 10101 | 10100 | 101111 | 110111 | 111001 | 0 | 1010010 | 11110010 | 101000 | 1101 |
Color Harmonies of #15142F
Complementary color
Monochromatic Colors of #15142F
Black with #15142F
Text Example
Text Example
White with #15142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15142F; }
p { color: rgb(21,20,47); }
H1.HeaderClassName
{
color: #15142F;
}
.AnyTagClassName
{
color: #15142F;
}
</style>
background-color css
<style>
a { background-color: #15142F; }
a { background-color: rgb(21,20,47); }
div.DivClassName
{
background-color: #15142F;
}
.BgClassName
{
background-color: #15142F;
}
</style>
border-color css
<style>
span { border-color: #15142F; }
span { border-color: rgb(21,20,47); }
td.TdClassName
{
border-color: #15142F;
}
.TagClassName
{
border-color: #15142F;
}
</style>