Shades of Black Russian #15132F
Tints of Black Russian #15132F
RGB
CMYK
RGB Variations
Color information
#15132F (or 0x15132F) is known color: Black Russian. HEX triplet: 15, 13 and 2F. RGB value is (21,19,47). Sum of RGB (Red+Green+Blue) = 21+19+47=87 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.14% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 47 (18.75% from 255 or 54.02% from 87); Max value from RGB is 47 - color contains mainly: blue. Hex color #15132F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15132F is #EAECD0. Grayscale: #161616. Windows color (decimal): -15396049 or 3085077. OLE color: 3085077.
HSL color Cylindrical-coordinate representation of color #15132F: hue angle of 244.29º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #15132F is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 19 | 47 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.82 |
| HSL | 244.29º | 0.42% | 0.13% | - |
| HSV(B) | 244.29º | 0.6% | 0.18% | - |
| XYZ | 1.06 | 0.83 | 2.79 | - |
| YUV | 22.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 19 | 47 | 0.55 | 0.60 | 0 | 0.82 | 244.29 | 0.42 | 0.13 |
| Hex | 15 | 13 | 2F | 37 | 3C | 0 | 52 | F4 | 2A | D |
| Octal | 25 | 23 | 57 | 67 | 74 | 0 | 122 | 364 | 52 | 15 |
| Binary | 10101 | 10011 | 101111 | 110111 | 111100 | 0 | 1010010 | 11110100 | 101010 | 1101 |
Color Harmonies of #15132F
Complementary color
Monochromatic Colors of #15132F
Black with #15132F
Text Example
Text Example
White with #15132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15132F; }
p { color: rgb(21,19,47); }
H1.HeaderClassName
{
color: #15132F;
}
.AnyTagClassName
{
color: #15132F;
}
</style>
background-color css
<style>
a { background-color: #15132F; }
a { background-color: rgb(21,19,47); }
div.DivClassName
{
background-color: #15132F;
}
.BgClassName
{
background-color: #15132F;
}
</style>
border-color css
<style>
span { border-color: #15132F; }
span { border-color: rgb(21,19,47); }
td.TdClassName
{
border-color: #15132F;
}
.TagClassName
{
border-color: #15132F;
}
</style>