Shades of Black Russian #131427
Tints of Black Russian #131427
RGB
CMYK
RGB Variations
Color information
#131427 (or 0x131427) is known color: Black Russian. HEX triplet: 13, 14 and 27. RGB value is (19,20,39). Sum of RGB (Red+Green+Blue) = 19+20+39=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 39 (15.62% from 255 or 50% from 78); Max value from RGB is 39 - color contains mainly: blue. Hex color #131427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131427 is #ECEBD8. Grayscale: #151515. Windows color (decimal): -15526873 or 2561043. OLE color: 2561043.
HSL color Cylindrical-coordinate representation of color #131427: hue angle of 237º 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 #131427 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 20 | 39 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.85 |
| HSL | 237º | 0.34% | 0.11% | - |
| HSV(B) | 237º | 0.51% | 0.15% | - |
| XYZ | 0.88 | 0.79 | 2.02 | - |
| YUV | 21.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 39 | 0.51 | 0.49 | 0 | 0.85 | 237 | 0.34 | 0.11 |
| Hex | 13 | 14 | 27 | 33 | 31 | 0 | 55 | ED | 22 | B |
| Octal | 23 | 24 | 47 | 63 | 61 | 0 | 125 | 355 | 42 | 13 |
| Binary | 10011 | 10100 | 100111 | 110011 | 110001 | 0 | 1010101 | 11101101 | 100010 | 1011 |
Color Harmonies of #131427
Complementary color
Monochromatic Colors of #131427
Black with #131427
Text Example
Text Example
White with #131427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131427; }
p { color: rgb(19,20,39); }
H1.HeaderClassName
{
color: #131427;
}
.AnyTagClassName
{
color: #131427;
}
</style>
background-color css
<style>
a { background-color: #131427; }
a { background-color: rgb(19,20,39); }
div.DivClassName
{
background-color: #131427;
}
.BgClassName
{
background-color: #131427;
}
</style>
border-color css
<style>
span { border-color: #131427; }
span { border-color: rgb(19,20,39); }
td.TdClassName
{
border-color: #131427;
}
.TagClassName
{
border-color: #131427;
}
</style>