Shades of Black Russian #12131A
Tints of Black Russian #12131A
RGB
CMYK
RGB Variations
Color information
#12131A (or 0x12131A) is known color: Black Russian. HEX triplet: 12, 13 and 1A. RGB value is (18,19,26). Sum of RGB (Red+Green+Blue) = 18+19+26=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 26 - color contains mainly: blue. Hex color #12131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12131A is #EDECE5. Grayscale: #131313. Windows color (decimal): -15592678 or 1708818. OLE color: 1708818.
HSL color Cylindrical-coordinate representation of color #12131A: hue angle of 232.5º degrees, saturation: 0.18, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #12131A is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 18 | 19 | 26 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.90 |
| HSL | 232.5º | 0.18% | 0.09% | - |
| HSV(B) | 232.5º | 0.31% | 0.1% | - |
| XYZ | 0.67 | 0.67 | 1.07 | - |
| YUV | 19.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 26 | 0.31 | 0.27 | 0 | 0.90 | 232.5 | 0.18 | 0.09 |
| Hex | 12 | 13 | 1A | 1F | 1B | 0 | 5A | E8 | 12 | 9 |
| Octal | 22 | 23 | 32 | 37 | 33 | 0 | 132 | 350 | 22 | 11 |
| Binary | 10010 | 10011 | 11010 | 11111 | 11011 | 0 | 1011010 | 11101000 | 10010 | 1001 |
Color Harmonies of #12131A
Complementary color
Monochromatic Colors of #12131A
Black with #12131A
Text Example
Text Example
White with #12131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12131A; }
p { color: rgb(18,19,26); }
H1.HeaderClassName
{
color: #12131A;
}
.AnyTagClassName
{
color: #12131A;
}
</style>
background-color css
<style>
a { background-color: #12131A; }
a { background-color: rgb(18,19,26); }
div.DivClassName
{
background-color: #12131A;
}
.BgClassName
{
background-color: #12131A;
}
</style>
border-color css
<style>
span { border-color: #12131A; }
span { border-color: rgb(18,19,26); }
td.TdClassName
{
border-color: #12131A;
}
.TagClassName
{
border-color: #12131A;
}
</style>