Shades of Black Russian #131823
Tints of Black Russian #131823
RGB
CMYK
RGB Variations
Color information
#131823 (or 0x131823) is known color: Black Russian. HEX triplet: 13, 18 and 23. RGB value is (19,24,35). Sum of RGB (Red+Green+Blue) = 19+24+35=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 35 (14.06% from 255 or 44.87% from 78); Max value from RGB is 35 - color contains mainly: blue. Hex color #131823 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131823 is #ECE7DC. Grayscale: #171717. Windows color (decimal): -15525853 or 2299923. OLE color: 2299923.
HSL color Cylindrical-coordinate representation of color #131823: hue angle of 221.25º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #131823 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 24 | 35 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.86 |
| HSL | 221.25º | 0.3% | 0.11% | - |
| HSV(B) | 221.25º | 0.46% | 0.14% | - |
| XYZ | 0.9 | 0.91 | 1.72 | - |
| YUV | 23.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 35 | 0.46 | 0.31 | 0 | 0.86 | 221.25 | 0.3 | 0.11 |
| Hex | 13 | 18 | 23 | 2E | 1F | 0 | 56 | DD | 1E | B |
| Octal | 23 | 30 | 43 | 56 | 37 | 0 | 126 | 335 | 36 | 13 |
| Binary | 10011 | 11000 | 100011 | 101110 | 11111 | 0 | 1010110 | 11011101 | 11110 | 1011 |
Color Harmonies of #131823
Complementary color
Monochromatic Colors of #131823
Black with #131823
Text Example
Text Example
White with #131823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131823; }
p { color: rgb(19,24,35); }
H1.HeaderClassName
{
color: #131823;
}
.AnyTagClassName
{
color: #131823;
}
</style>
background-color css
<style>
a { background-color: #131823; }
a { background-color: rgb(19,24,35); }
div.DivClassName
{
background-color: #131823;
}
.BgClassName
{
background-color: #131823;
}
</style>
border-color css
<style>
span { border-color: #131823; }
span { border-color: rgb(19,24,35); }
td.TdClassName
{
border-color: #131823;
}
.TagClassName
{
border-color: #131823;
}
</style>