Shades of Blackcurrant #150625
Tints of Blackcurrant #150625
RGB
CMYK
RGB Variations
Color information
#150625 (or 0x150625) is known color: Blackcurrant. HEX triplet: 15, 06 and 25. RGB value is (21,6,37). Sum of RGB (Red+Green+Blue) = 21+6+37=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 37 (14.84% from 255 or 57.81% from 64); Max value from RGB is 37 - color contains mainly: blue. Hex color #150625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150625 is #EAF9DA. Grayscale: #0D0D0D. Windows color (decimal): -15399387 or 2426389. OLE color: 2426389.
HSL color Cylindrical-coordinate representation of color #150625: hue angle of 269.03º 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 #150625 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 21 | 6 | 37 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.85 |
| HSL | 269.03º | 0.72% | 0.08% | - |
| HSV(B) | 269.03º | 0.84% | 0.15% | - |
| XYZ | 0.71 | 0.42 | 1.79 | - |
| YUV | 14.02 | 140.97 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 6 | 37 | 0.43 | 0.84 | 0 | 0.85 | 269.03 | 0.72 | 0.08 |
| Hex | 15 | 6 | 25 | 2B | 54 | 0 | 55 | 10D | 48 | 8 |
| Octal | 25 | 6 | 45 | 53 | 124 | 0 | 125 | 415 | 110 | 10 |
| Binary | 10101 | 110 | 100101 | 101011 | 1010100 | 0 | 1010101 | 100001101 | 1001000 | 1000 |
Color Harmonies of #150625
Complementary color
Monochromatic Colors of #150625
Black with #150625
Text Example
Text Example
White with #150625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150625; }
p { color: rgb(21,6,37); }
H1.HeaderClassName
{
color: #150625;
}
.AnyTagClassName
{
color: #150625;
}
</style>
background-color css
<style>
a { background-color: #150625; }
a { background-color: rgb(21,6,37); }
div.DivClassName
{
background-color: #150625;
}
.BgClassName
{
background-color: #150625;
}
</style>
border-color css
<style>
span { border-color: #150625; }
span { border-color: rgb(21,6,37); }
td.TdClassName
{
border-color: #150625;
}
.TagClassName
{
border-color: #150625;
}
</style>