Shades of Blackcurrant #150525
Tints of Blackcurrant #150525
RGB
CMYK
RGB Variations
Color information
#150525 (or 0x150525) is known color: Blackcurrant. HEX triplet: 15, 05 and 25. RGB value is (21,5,37). Sum of RGB (Red+Green+Blue) = 21+5+37=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 37 (14.84% from 255 or 58.73% from 63); Max value from RGB is 37 - color contains mainly: blue. Hex color #150525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150525 is #EAFADA. Grayscale: #0D0D0D. Windows color (decimal): -15399643 or 2426133. OLE color: 2426133.
HSL color Cylindrical-coordinate representation of color #150525: hue angle of 270º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #150525 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 21 | 5 | 37 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.85 |
| HSL | 270º | 0.76% | 0.08% | - |
| HSV(B) | 270º | 0.86% | 0.15% | - |
| XYZ | 0.7 | 0.4 | 1.79 | - |
| YUV | 13.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 37 | 0.43 | 0.86 | 0 | 0.85 | 270 | 0.76 | 0.08 |
| Hex | 15 | 5 | 25 | 2B | 56 | 0 | 55 | 10E | 4C | 8 |
| Octal | 25 | 5 | 45 | 53 | 126 | 0 | 125 | 416 | 114 | 10 |
| Binary | 10101 | 101 | 100101 | 101011 | 1010110 | 0 | 1010101 | 100001110 | 1001100 | 1000 |
Color Harmonies of #150525
Complementary color
Monochromatic Colors of #150525
Black with #150525
Text Example
Text Example
White with #150525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150525; }
p { color: rgb(21,5,37); }
H1.HeaderClassName
{
color: #150525;
}
.AnyTagClassName
{
color: #150525;
}
</style>
background-color css
<style>
a { background-color: #150525; }
a { background-color: rgb(21,5,37); }
div.DivClassName
{
background-color: #150525;
}
.BgClassName
{
background-color: #150525;
}
</style>
border-color css
<style>
span { border-color: #150525; }
span { border-color: rgb(21,5,37); }
td.TdClassName
{
border-color: #150525;
}
.TagClassName
{
border-color: #150525;
}
</style>