Shades of Black Russian #131827
Tints of Black Russian #131827
RGB
CMYK
RGB Variations
Color information
#131827 (or 0x131827) is known color: Black Russian. HEX triplet: 13, 18 and 27. RGB value is (19,24,39). Sum of RGB (Red+Green+Blue) = 19+24+39=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 39 (15.62% from 255 or 47.56% from 82); Max value from RGB is 39 - color contains mainly: blue. Hex color #131827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131827 is #ECE7D8. Grayscale: #181818. Windows color (decimal): -15525849 or 2562067. OLE color: 2562067.
HSL color Cylindrical-coordinate representation of color #131827: hue angle of 225º 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 #131827 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 24 | 39 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.85 |
| HSL | 225º | 0.34% | 0.11% | - |
| HSV(B) | 225º | 0.51% | 0.15% | - |
| XYZ | 0.96 | 0.94 | 2.05 | - |
| YUV | 24.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 39 | 0.51 | 0.38 | 0 | 0.85 | 225 | 0.34 | 0.11 |
| Hex | 13 | 18 | 27 | 33 | 26 | 0 | 55 | E1 | 22 | B |
| Octal | 23 | 30 | 47 | 63 | 46 | 0 | 125 | 341 | 42 | 13 |
| Binary | 10011 | 11000 | 100111 | 110011 | 100110 | 0 | 1010101 | 11100001 | 100010 | 1011 |
Color Harmonies of #131827
Complementary color
Monochromatic Colors of #131827
Black with #131827
Text Example
Text Example
White with #131827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131827; }
p { color: rgb(19,24,39); }
H1.HeaderClassName
{
color: #131827;
}
.AnyTagClassName
{
color: #131827;
}
</style>
background-color css
<style>
a { background-color: #131827; }
a { background-color: rgb(19,24,39); }
div.DivClassName
{
background-color: #131827;
}
.BgClassName
{
background-color: #131827;
}
</style>
border-color css
<style>
span { border-color: #131827; }
span { border-color: rgb(19,24,39); }
td.TdClassName
{
border-color: #131827;
}
.TagClassName
{
border-color: #131827;
}
</style>