Shades of Black Russian #131A2C
Tints of Black Russian #131A2C
RGB
CMYK
RGB Variations
Color information
#131A2C (or 0x131A2C) is known color: Black Russian. HEX triplet: 13, 1A and 2C. RGB value is (19,26,44). Sum of RGB (Red+Green+Blue) = 19+26+44=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 44 (17.58% from 255 or 49.44% from 89); Max value from RGB is 44 - color contains mainly: blue. Hex color #131A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A2C is #ECE5D3. Grayscale: #191919. Windows color (decimal): -15525332 or 2890259. OLE color: 2890259.
HSL color Cylindrical-coordinate representation of color #131A2C: hue angle of 223.2º 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 #131A2C is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 26 | 44 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.83 |
| HSL | 223.2º | 0.4% | 0.12% | - |
| HSV(B) | 223.2º | 0.57% | 0.17% | - |
| XYZ | 1.09 | 1.06 | 2.53 | - |
| YUV | 25.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 44 | 0.57 | 0.41 | 0 | 0.83 | 223.2 | 0.4 | 0.12 |
| Hex | 13 | 1A | 2C | 39 | 29 | 0 | 53 | DF | 28 | C |
| Octal | 23 | 32 | 54 | 71 | 51 | 0 | 123 | 337 | 50 | 14 |
| Binary | 10011 | 11010 | 101100 | 111001 | 101001 | 0 | 1010011 | 11011111 | 101000 | 1100 |
Color Harmonies of #131A2C
Complementary color
Monochromatic Colors of #131A2C
Black with #131A2C
Text Example
Text Example
White with #131A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A2C; }
p { color: rgb(19,26,44); }
H1.HeaderClassName
{
color: #131A2C;
}
.AnyTagClassName
{
color: #131A2C;
}
</style>
background-color css
<style>
a { background-color: #131A2C; }
a { background-color: rgb(19,26,44); }
div.DivClassName
{
background-color: #131A2C;
}
.BgClassName
{
background-color: #131A2C;
}
</style>
border-color css
<style>
span { border-color: #131A2C; }
span { border-color: rgb(19,26,44); }
td.TdClassName
{
border-color: #131A2C;
}
.TagClassName
{
border-color: #131A2C;
}
</style>