Shades of Blackcurrant #120625
Tints of Blackcurrant #120625
RGB
CMYK
RGB Variations
Color information
#120625 (or 0x120625) is known color: Blackcurrant. HEX triplet: 12, 06 and 25. RGB value is (18,6,37). Sum of RGB (Red+Green+Blue) = 18+6+37=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 37 (14.84% from 255 or 60.66% from 61); Max value from RGB is 37 - color contains mainly: blue. Hex color #120625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120625 is #EDF9DA. Grayscale: #0D0D0D. Windows color (decimal): -15595995 or 2426386. OLE color: 2426386.
HSL color Cylindrical-coordinate representation of color #120625: hue angle of 263.23º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #120625 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 6 | 37 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.85 |
| HSL | 263.23º | 0.72% | 0.08% | - |
| HSV(B) | 263.23º | 0.84% | 0.15% | - |
| XYZ | 0.65 | 0.39 | 1.79 | - |
| YUV | 13.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 6 | 37 | 0.51 | 0.84 | 0 | 0.85 | 263.23 | 0.72 | 0.08 |
| Hex | 12 | 6 | 25 | 33 | 54 | 0 | 55 | 107 | 48 | 8 |
| Octal | 22 | 6 | 45 | 63 | 124 | 0 | 125 | 407 | 110 | 10 |
| Binary | 10010 | 110 | 100101 | 110011 | 1010100 | 0 | 1010101 | 100000111 | 1001000 | 1000 |
Color Harmonies of #120625
Complementary color
Monochromatic Colors of #120625
Black with #120625
Text Example
Text Example
White with #120625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120625; }
p { color: rgb(18,6,37); }
H1.HeaderClassName
{
color: #120625;
}
.AnyTagClassName
{
color: #120625;
}
</style>
background-color css
<style>
a { background-color: #120625; }
a { background-color: rgb(18,6,37); }
div.DivClassName
{
background-color: #120625;
}
.BgClassName
{
background-color: #120625;
}
</style>
border-color css
<style>
span { border-color: #120625; }
span { border-color: rgb(18,6,37); }
td.TdClassName
{
border-color: #120625;
}
.TagClassName
{
border-color: #120625;
}
</style>