Shades of Black Russian #131628
Tints of Black Russian #131628
RGB
CMYK
RGB Variations
Color information
#131628 (or 0x131628) is known color: Black Russian. HEX triplet: 13, 16 and 28. RGB value is (19,22,40). Sum of RGB (Red+Green+Blue) = 19+22+40=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #131628 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131628 is #ECE9D7. Grayscale: #171717. Windows color (decimal): -15526360 or 2627091. OLE color: 2627091.
HSL color Cylindrical-coordinate representation of color #131628: hue angle of 231.43º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #131628 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 22 | 40 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.84 |
| HSL | 231.43º | 0.36% | 0.12% | - |
| HSV(B) | 231.43º | 0.53% | 0.16% | - |
| XYZ | 0.94 | 0.87 | 2.13 | - |
| YUV | 23.16 | 137.51 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 40 | 0.52 | 0.45 | 0 | 0.84 | 231.43 | 0.36 | 0.12 |
| Hex | 13 | 16 | 28 | 34 | 2D | 0 | 54 | E7 | 24 | C |
| Octal | 23 | 26 | 50 | 64 | 55 | 0 | 124 | 347 | 44 | 14 |
| Binary | 10011 | 10110 | 101000 | 110100 | 101101 | 0 | 1010100 | 11100111 | 100100 | 1100 |
Color Harmonies of #131628
Complementary color
Monochromatic Colors of #131628
Black with #131628
Text Example
Text Example
White with #131628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131628; }
p { color: rgb(19,22,40); }
H1.HeaderClassName
{
color: #131628;
}
.AnyTagClassName
{
color: #131628;
}
</style>
background-color css
<style>
a { background-color: #131628; }
a { background-color: rgb(19,22,40); }
div.DivClassName
{
background-color: #131628;
}
.BgClassName
{
background-color: #131628;
}
</style>
border-color css
<style>
span { border-color: #131628; }
span { border-color: rgb(19,22,40); }
td.TdClassName
{
border-color: #131628;
}
.TagClassName
{
border-color: #131628;
}
</style>