Shades of Blackcurrant #121113
Tints of Blackcurrant #121113
RGB
CMYK
RGB Variations
Color information
#121113 (or 0x121113) is known color: Blackcurrant. HEX triplet: 12, 11 and 13. RGB value is (18,17,19). Sum of RGB (Red+Green+Blue) = 18+17+19=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 17 (7.03% from 255 or 31.48% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 19 - color contains mainly: blue. Hex color #121113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121113 is #EDEEEC. Grayscale: #111111. Windows color (decimal): -15593197 or 1249554. OLE color: 1249554.
HSL color Cylindrical-coordinate representation of color #121113: hue angle of 270º degrees, saturation: 0.06, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #121113 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 18 | 17 | 19 | - |
CMYK | 0.05 | 0.11 | 0 | 0.93 |
HSL | 270º | 0.06% | 0.07% | - |
HSV(B) | 270º | 0.11% | 0.07% | - |
XYZ | 0.57 | 0.58 | 0.7 | - |
YUV | 17.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 17 | 19 | 0.05 | 0.11 | 0 | 0.93 | 270 | 0.06 | 0.07 |
Hex | 12 | 11 | 13 | 5 | B | 0 | 5D | 10E | 6 | 7 |
Octal | 22 | 21 | 23 | 5 | 13 | 0 | 135 | 416 | 6 | 7 |
Binary | 10010 | 10001 | 10011 | 101 | 1011 | 0 | 1011101 | 100001110 | 110 | 111 |
Color Harmonies of #121113
Complementary color
Monochromatic Colors of #121113
Black with #121113
Text Example
Text Example
White with #121113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121113; }
p { color: rgb(18,17,19); }
H1.HeaderClassName
{
color: #121113;
}
.AnyTagClassName
{
color: #121113;
}
</style>
background-color css
<style>
a { background-color: #121113; }
a { background-color: rgb(18,17,19); }
div.DivClassName
{
background-color: #121113;
}
.BgClassName
{
background-color: #121113;
}
</style>
border-color css
<style>
span { border-color: #121113; }
span { border-color: rgb(18,17,19); }
td.TdClassName
{
border-color: #121113;
}
.TagClassName
{
border-color: #121113;
}
</style>