Shades of Black Russian #131828
Tints of Black Russian #131828
RGB
CMYK
RGB Variations
Color information
#131828 (or 0x131828) is known color: Black Russian. HEX triplet: 13, 18 and 28. RGB value is (19,24,40). Sum of RGB (Red+Green+Blue) = 19+24+40=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #131828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131828 is #ECE7D7. Grayscale: #181818. Windows color (decimal): -15525848 or 2627603. OLE color: 2627603.
HSL color Cylindrical-coordinate representation of color #131828: hue angle of 225.71º 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 #131828 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 24 | 40 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.84 |
| HSL | 225.71º | 0.36% | 0.12% | - |
| HSV(B) | 225.71º | 0.53% | 0.16% | - |
| XYZ | 0.98 | 0.94 | 2.14 | - |
| YUV | 24.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 40 | 0.52 | 0.40 | 0 | 0.84 | 225.71 | 0.36 | 0.12 |
| Hex | 13 | 18 | 28 | 34 | 28 | 0 | 54 | E2 | 24 | C |
| Octal | 23 | 30 | 50 | 64 | 50 | 0 | 124 | 342 | 44 | 14 |
| Binary | 10011 | 11000 | 101000 | 110100 | 101000 | 0 | 1010100 | 11100010 | 100100 | 1100 |
Color Harmonies of #131828
Complementary color
Monochromatic Colors of #131828
Black with #131828
Text Example
Text Example
White with #131828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131828; }
p { color: rgb(19,24,40); }
H1.HeaderClassName
{
color: #131828;
}
.AnyTagClassName
{
color: #131828;
}
</style>
background-color css
<style>
a { background-color: #131828; }
a { background-color: rgb(19,24,40); }
div.DivClassName
{
background-color: #131828;
}
.BgClassName
{
background-color: #131828;
}
</style>
border-color css
<style>
span { border-color: #131828; }
span { border-color: rgb(19,24,40); }
td.TdClassName
{
border-color: #131828;
}
.TagClassName
{
border-color: #131828;
}
</style>