Shades of Black Russian #131B2C
Tints of Black Russian #131B2C
RGB
CMYK
RGB Variations
Color information
#131B2C (or 0x131B2C) is known color: Black Russian. HEX triplet: 13, 1B and 2C. RGB value is (19,27,44). Sum of RGB (Red+Green+Blue) = 19+27+44=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 44 (17.58% from 255 or 48.89% from 90); Max value from RGB is 44 - color contains mainly: blue. Hex color #131B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B2C is #ECE4D3. Grayscale: #1A1A1A. Windows color (decimal): -15525076 or 2890515. OLE color: 2890515.
HSL color Cylindrical-coordinate representation of color #131B2C: hue angle of 220.8º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #131B2C is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 27 | 44 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.83 |
| HSL | 220.8º | 0.4% | 0.12% | - |
| HSV(B) | 220.8º | 0.57% | 0.17% | - |
| XYZ | 1.12 | 1.1 | 2.54 | - |
| YUV | 26.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 44 | 0.57 | 0.39 | 0 | 0.83 | 220.8 | 0.4 | 0.12 |
| Hex | 13 | 1B | 2C | 39 | 27 | 0 | 53 | DD | 28 | C |
| Octal | 23 | 33 | 54 | 71 | 47 | 0 | 123 | 335 | 50 | 14 |
| Binary | 10011 | 11011 | 101100 | 111001 | 100111 | 0 | 1010011 | 11011101 | 101000 | 1100 |
Color Harmonies of #131B2C
Complementary color
Monochromatic Colors of #131B2C
Black with #131B2C
Text Example
Text Example
White with #131B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B2C; }
p { color: rgb(19,27,44); }
H1.HeaderClassName
{
color: #131B2C;
}
.AnyTagClassName
{
color: #131B2C;
}
</style>
background-color css
<style>
a { background-color: #131B2C; }
a { background-color: rgb(19,27,44); }
div.DivClassName
{
background-color: #131B2C;
}
.BgClassName
{
background-color: #131B2C;
}
</style>
border-color css
<style>
span { border-color: #131B2C; }
span { border-color: rgb(19,27,44); }
td.TdClassName
{
border-color: #131B2C;
}
.TagClassName
{
border-color: #131B2C;
}
</style>