Shades of Black Russian #15142B
Tints of Black Russian #15142B
RGB
CMYK
RGB Variations
Color information
#15142B (or 0x15142B) is known color: Black Russian. HEX triplet: 15, 14 and 2B. RGB value is (21,20,43). Sum of RGB (Red+Green+Blue) = 21+20+43=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 20 (8.20% from 255 or 23.81% from 84); Blue value is 43 (17.19% from 255 or 51.19% from 84); Max value from RGB is 43 - color contains mainly: blue. Hex color #15142B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15142B is #EAEBD4. Grayscale: #161616. Windows color (decimal): -15395797 or 2823189. OLE color: 2823189.
HSL color Cylindrical-coordinate representation of color #15142B: hue angle of 242.61º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #15142B is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 20 | 43 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.83 |
| HSL | 242.61º | 0.37% | 0.12% | - |
| HSV(B) | 242.61º | 0.53% | 0.17% | - |
| XYZ | 1 | 0.83 | 2.39 | - |
| YUV | 22.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 43 | 0.51 | 0.53 | 0 | 0.83 | 242.61 | 0.37 | 0.12 |
| Hex | 15 | 14 | 2B | 33 | 35 | 0 | 53 | F3 | 25 | C |
| Octal | 25 | 24 | 53 | 63 | 65 | 0 | 123 | 363 | 45 | 14 |
| Binary | 10101 | 10100 | 101011 | 110011 | 110101 | 0 | 1010011 | 11110011 | 100101 | 1100 |
Color Harmonies of #15142B
Complementary color
Monochromatic Colors of #15142B
Black with #15142B
Text Example
Text Example
White with #15142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15142B; }
p { color: rgb(21,20,43); }
H1.HeaderClassName
{
color: #15142B;
}
.AnyTagClassName
{
color: #15142B;
}
</style>
background-color css
<style>
a { background-color: #15142B; }
a { background-color: rgb(21,20,43); }
div.DivClassName
{
background-color: #15142B;
}
.BgClassName
{
background-color: #15142B;
}
</style>
border-color css
<style>
span { border-color: #15142B; }
span { border-color: rgb(21,20,43); }
td.TdClassName
{
border-color: #15142B;
}
.TagClassName
{
border-color: #15142B;
}
</style>