Shades of Black Russian #121317
Tints of Black Russian #121317
RGB
CMYK
RGB Variations
Color information
#121317 (or 0x121317) is known color: Black Russian. HEX triplet: 12, 13 and 17. RGB value is (18,19,23). Sum of RGB (Red+Green+Blue) = 18+19+23=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 23 - color contains mainly: blue. Hex color #121317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121317 is #EDECE8. Grayscale: #131313. Windows color (decimal): -15592681 or 1512210. OLE color: 1512210.
HSL color Cylindrical-coordinate representation of color #121317: hue angle of 228º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #121317 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 18 | 19 | 23 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.91 |
| HSL | 228º | 0.12% | 0.08% | - |
| HSV(B) | 228º | 0.22% | 0.09% | - |
| XYZ | 0.64 | 0.66 | 0.9 | - |
| YUV | 19.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 23 | 0.22 | 0.17 | 0 | 0.91 | 228 | 0.12 | 0.08 |
| Hex | 12 | 13 | 17 | 16 | 11 | 0 | 5B | E4 | C | 8 |
| Octal | 22 | 23 | 27 | 26 | 21 | 0 | 133 | 344 | 14 | 10 |
| Binary | 10010 | 10011 | 10111 | 10110 | 10001 | 0 | 1011011 | 11100100 | 1100 | 1000 |
Color Harmonies of #121317
Complementary color
Monochromatic Colors of #121317
Black with #121317
Text Example
Text Example
White with #121317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121317; }
p { color: rgb(18,19,23); }
H1.HeaderClassName
{
color: #121317;
}
.AnyTagClassName
{
color: #121317;
}
</style>
background-color css
<style>
a { background-color: #121317; }
a { background-color: rgb(18,19,23); }
div.DivClassName
{
background-color: #121317;
}
.BgClassName
{
background-color: #121317;
}
</style>
border-color css
<style>
span { border-color: #121317; }
span { border-color: rgb(18,19,23); }
td.TdClassName
{
border-color: #121317;
}
.TagClassName
{
border-color: #121317;
}
</style>