Shades of Black Russian #131926
Tints of Black Russian #131926
RGB
CMYK
RGB Variations
Color information
#131926 (or 0x131926) is known color: Black Russian. HEX triplet: 13, 19 and 26. RGB value is (19,25,38). Sum of RGB (Red+Green+Blue) = 19+25+38=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 38 (15.23% from 255 or 46.34% from 82); Max value from RGB is 38 - color contains mainly: blue. Hex color #131926 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131926 is #ECE6D9. Grayscale: #181818. Windows color (decimal): -15525594 or 2496787. OLE color: 2496787.
HSL color Cylindrical-coordinate representation of color #131926: hue angle of 221.05º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #131926 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 25 | 38 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.85 |
| HSL | 221.05º | 0.33% | 0.11% | - |
| HSV(B) | 221.05º | 0.5% | 0.15% | - |
| XYZ | 0.97 | 0.97 | 1.97 | - |
| YUV | 24.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 38 | 0.50 | 0.34 | 0 | 0.85 | 221.05 | 0.33 | 0.11 |
| Hex | 13 | 19 | 26 | 32 | 22 | 0 | 55 | DD | 21 | B |
| Octal | 23 | 31 | 46 | 62 | 42 | 0 | 125 | 335 | 41 | 13 |
| Binary | 10011 | 11001 | 100110 | 110010 | 100010 | 0 | 1010101 | 11011101 | 100001 | 1011 |
Color Harmonies of #131926
Complementary color
Monochromatic Colors of #131926
Black with #131926
Text Example
Text Example
White with #131926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131926; }
p { color: rgb(19,25,38); }
H1.HeaderClassName
{
color: #131926;
}
.AnyTagClassName
{
color: #131926;
}
</style>
background-color css
<style>
a { background-color: #131926; }
a { background-color: rgb(19,25,38); }
div.DivClassName
{
background-color: #131926;
}
.BgClassName
{
background-color: #131926;
}
</style>
border-color css
<style>
span { border-color: #131926; }
span { border-color: rgb(19,25,38); }
td.TdClassName
{
border-color: #131926;
}
.TagClassName
{
border-color: #131926;
}
</style>