Shades of Black Russian #15132E
Tints of Black Russian #15132E
RGB
CMYK
RGB Variations
Color information
#15132E (or 0x15132E) is known color: Black Russian. HEX triplet: 15, 13 and 2E. RGB value is (21,19,46). Sum of RGB (Red+Green+Blue) = 21+19+46=86 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.42% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 46 (18.36% from 255 or 53.49% from 86); Max value from RGB is 46 - color contains mainly: blue. Hex color #15132E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15132E is #EAECD1. Grayscale: #161616. Windows color (decimal): -15396050 or 3019541. OLE color: 3019541.
HSL color Cylindrical-coordinate representation of color #15132E: hue angle of 244.44º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #15132E is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 19 | 46 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.82 |
| HSL | 244.44º | 0.42% | 0.13% | - |
| HSV(B) | 244.44º | 0.59% | 0.18% | - |
| XYZ | 1.04 | 0.82 | 2.69 | - |
| YUV | 22.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 19 | 46 | 0.54 | 0.59 | 0 | 0.82 | 244.44 | 0.42 | 0.13 |
| Hex | 15 | 13 | 2E | 36 | 3B | 0 | 52 | F4 | 2A | D |
| Octal | 25 | 23 | 56 | 66 | 73 | 0 | 122 | 364 | 52 | 15 |
| Binary | 10101 | 10011 | 101110 | 110110 | 111011 | 0 | 1010010 | 11110100 | 101010 | 1101 |
Color Harmonies of #15132E
Complementary color
Monochromatic Colors of #15132E
Black with #15132E
Text Example
Text Example
White with #15132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15132E; }
p { color: rgb(21,19,46); }
H1.HeaderClassName
{
color: #15132E;
}
.AnyTagClassName
{
color: #15132E;
}
</style>
background-color css
<style>
a { background-color: #15132E; }
a { background-color: rgb(21,19,46); }
div.DivClassName
{
background-color: #15132E;
}
.BgClassName
{
background-color: #15132E;
}
</style>
border-color css
<style>
span { border-color: #15132E; }
span { border-color: rgb(21,19,46); }
td.TdClassName
{
border-color: #15132E;
}
.TagClassName
{
border-color: #15132E;
}
</style>