Shades of Blackcurrant #120025
Tints of Blackcurrant #120025
RGB
CMYK
RGB Variations
Color information
#120025 (or 0x120025) is known color: Blackcurrant. HEX triplet: 12, 00 and 25. RGB value is (18,0,37). Sum of RGB (Red+Green+Blue) = 18+0+37=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 37 (14.84% from 255 or 67.27% from 55); Max value from RGB is 37 - color contains mainly: blue. Hex color #120025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120025 is #EDFFDA. Grayscale: #090909. Windows color (decimal): -15597531 or 2424850. OLE color: 2424850.
HSL color Cylindrical-coordinate representation of color #120025: hue angle of 269.19º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120025 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 0 | 37 | - |
| CMYK | 0.51 | 1 | 0 | 0.85 |
| HSL | 269.19º | 1% | 0.07% | - |
| HSV(B) | 269.19º | 1% | 0.15% | - |
| XYZ | 0.58 | 0.26 | 1.77 | - |
| YUV | 9.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 37 | 0.51 | 1 | 0 | 0.85 | 269.19 | 1 | 0.07 |
| Hex | 12 | 0 | 25 | 33 | 64 | 0 | 55 | 10D | 64 | 7 |
| Octal | 22 | 0 | 45 | 63 | 144 | 0 | 125 | 415 | 144 | 7 |
| Binary | 10010 | 0 | 100101 | 110011 | 1100100 | 0 | 1010101 | 100001101 | 1100100 | 111 |
Color Harmonies of #120025
Complementary color
Monochromatic Colors of #120025
Black with #120025
Text Example
Text Example
White with #120025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120025; }
p { color: rgb(18,0,37); }
H1.HeaderClassName
{
color: #120025;
}
.AnyTagClassName
{
color: #120025;
}
</style>
background-color css
<style>
a { background-color: #120025; }
a { background-color: rgb(18,0,37); }
div.DivClassName
{
background-color: #120025;
}
.BgClassName
{
background-color: #120025;
}
</style>
border-color css
<style>
span { border-color: #120025; }
span { border-color: rgb(18,0,37); }
td.TdClassName
{
border-color: #120025;
}
.TagClassName
{
border-color: #120025;
}
</style>