Shades of Black Russian #131327
Tints of Black Russian #131327
RGB
CMYK
RGB Variations
Color information
#131327 (or 0x131327) is known color: Black Russian. HEX triplet: 13, 13 and 27. RGB value is (19,19,39). Sum of RGB (Red+Green+Blue) = 19+19+39=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #131327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131327 is #ECECD8. Grayscale: #151515. Windows color (decimal): -15527129 or 2560787. OLE color: 2560787.
HSL color Cylindrical-coordinate representation of color #131327: hue angle of 240º 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 #131327 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 19 | 39 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.85 |
| HSL | 240º | 0.34% | 0.11% | - |
| HSV(B) | 240º | 0.51% | 0.15% | - |
| XYZ | 0.87 | 0.75 | 2.02 | - |
| YUV | 21.28 | 138 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 39 | 0.51 | 0.51 | 0 | 0.85 | 240 | 0.34 | 0.11 |
| Hex | 13 | 13 | 27 | 33 | 33 | 0 | 55 | F0 | 22 | B |
| Octal | 23 | 23 | 47 | 63 | 63 | 0 | 125 | 360 | 42 | 13 |
| Binary | 10011 | 10011 | 100111 | 110011 | 110011 | 0 | 1010101 | 11110000 | 100010 | 1011 |
Color Harmonies of #131327
Complementary color
Monochromatic Colors of #131327
Black with #131327
Text Example
Text Example
White with #131327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131327; }
p { color: rgb(19,19,39); }
H1.HeaderClassName
{
color: #131327;
}
.AnyTagClassName
{
color: #131327;
}
</style>
background-color css
<style>
a { background-color: #131327; }
a { background-color: rgb(19,19,39); }
div.DivClassName
{
background-color: #131327;
}
.BgClassName
{
background-color: #131327;
}
</style>
border-color css
<style>
span { border-color: #131327; }
span { border-color: rgb(19,19,39); }
td.TdClassName
{
border-color: #131327;
}
.TagClassName
{
border-color: #131327;
}
</style>