Shades of Black Russian #131527
Tints of Black Russian #131527
RGB
CMYK
RGB Variations
Color information
#131527 (or 0x131527) is known color: Black Russian. HEX triplet: 13, 15 and 27. RGB value is (19,21,39). Sum of RGB (Red+Green+Blue) = 19+21+39=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 39 (15.62% from 255 or 49.37% from 79); Max value from RGB is 39 - color contains mainly: blue. Hex color #131527 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131527 is #ECEAD8. Grayscale: #161616. Windows color (decimal): -15526617 or 2561299. OLE color: 2561299.
HSL color Cylindrical-coordinate representation of color #131527: hue angle of 234º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #131527 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 21 | 39 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.85 |
| HSL | 234º | 0.34% | 0.11% | - |
| HSV(B) | 234º | 0.51% | 0.15% | - |
| XYZ | 0.9 | 0.82 | 2.03 | - |
| YUV | 22.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 39 | 0.51 | 0.46 | 0 | 0.85 | 234 | 0.34 | 0.11 |
| Hex | 13 | 15 | 27 | 33 | 2E | 0 | 55 | EA | 22 | B |
| Octal | 23 | 25 | 47 | 63 | 56 | 0 | 125 | 352 | 42 | 13 |
| Binary | 10011 | 10101 | 100111 | 110011 | 101110 | 0 | 1010101 | 11101010 | 100010 | 1011 |
Color Harmonies of #131527
Complementary color
Monochromatic Colors of #131527
Black with #131527
Text Example
Text Example
White with #131527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131527; }
p { color: rgb(19,21,39); }
H1.HeaderClassName
{
color: #131527;
}
.AnyTagClassName
{
color: #131527;
}
</style>
background-color css
<style>
a { background-color: #131527; }
a { background-color: rgb(19,21,39); }
div.DivClassName
{
background-color: #131527;
}
.BgClassName
{
background-color: #131527;
}
</style>
border-color css
<style>
span { border-color: #131527; }
span { border-color: rgb(19,21,39); }
td.TdClassName
{
border-color: #131527;
}
.TagClassName
{
border-color: #131527;
}
</style>