Shades of Black Russian #15132B
Tints of Black Russian #15132B
RGB
CMYK
RGB Variations
Color information
#15132B (or 0x15132B) is known color: Black Russian. HEX triplet: 15, 13 and 2B. RGB value is (21,19,43). Sum of RGB (Red+Green+Blue) = 21+19+43=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 43 (17.19% from 255 or 51.81% from 83); Max value from RGB is 43 - color contains mainly: blue. Hex color #15132B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15132B is #EAECD4. Grayscale: #161616. Windows color (decimal): -15396053 or 2822933. OLE color: 2822933.
HSL color Cylindrical-coordinate representation of color #15132B: hue angle of 245º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #15132B is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 19 | 43 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.83 |
| HSL | 245º | 0.39% | 0.12% | - |
| HSV(B) | 245º | 0.56% | 0.17% | - |
| XYZ | 0.98 | 0.8 | 2.39 | - |
| YUV | 22.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 19 | 43 | 0.51 | 0.56 | 0 | 0.83 | 245 | 0.39 | 0.12 |
| Hex | 15 | 13 | 2B | 33 | 38 | 0 | 53 | F5 | 27 | C |
| Octal | 25 | 23 | 53 | 63 | 70 | 0 | 123 | 365 | 47 | 14 |
| Binary | 10101 | 10011 | 101011 | 110011 | 111000 | 0 | 1010011 | 11110101 | 100111 | 1100 |
Color Harmonies of #15132B
Complementary color
Monochromatic Colors of #15132B
Black with #15132B
Text Example
Text Example
White with #15132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15132B; }
p { color: rgb(21,19,43); }
H1.HeaderClassName
{
color: #15132B;
}
.AnyTagClassName
{
color: #15132B;
}
</style>
background-color css
<style>
a { background-color: #15132B; }
a { background-color: rgb(21,19,43); }
div.DivClassName
{
background-color: #15132B;
}
.BgClassName
{
background-color: #15132B;
}
</style>
border-color css
<style>
span { border-color: #15132B; }
span { border-color: rgb(21,19,43); }
td.TdClassName
{
border-color: #15132B;
}
.TagClassName
{
border-color: #15132B;
}
</style>