Shades of Blackcurrant #150523
Tints of Blackcurrant #150523
RGB
CMYK
RGB Variations
Color information
#150523 (or 0x150523) is known color: Blackcurrant. HEX triplet: 15, 05 and 23. RGB value is (21,5,35). Sum of RGB (Red+Green+Blue) = 21+5+35=61 (8% of max value = 765). Red value is 21 (8.59% from 255 or 34.43% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 35 (14.06% from 255 or 57.38% from 61); Max value from RGB is 35 - color contains mainly: blue. Hex color #150523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150523 is #EAFADC. Grayscale: #0D0D0D. Windows color (decimal): -15399645 or 2295061. OLE color: 2295061.
HSL color Cylindrical-coordinate representation of color #150523: hue angle of 272º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #150523 is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 5 | 35 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.86 |
| HSL | 272º | 0.75% | 0.08% | - |
| HSV(B) | 272º | 0.86% | 0.14% | - |
| XYZ | 0.67 | 0.39 | 1.63 | - |
| YUV | 13.2 | 140.3 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 35 | 0.40 | 0.86 | 0 | 0.86 | 272 | 0.75 | 0.08 |
| Hex | 15 | 5 | 23 | 28 | 56 | 0 | 56 | 110 | 4B | 8 |
| Octal | 25 | 5 | 43 | 50 | 126 | 0 | 126 | 420 | 113 | 10 |
| Binary | 10101 | 101 | 100011 | 101000 | 1010110 | 0 | 1010110 | 100010000 | 1001011 | 1000 |
Color Harmonies of #150523
Complementary color
Monochromatic Colors of #150523
Black with #150523
Text Example
Text Example
White with #150523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150523; }
p { color: rgb(21,5,35); }
H1.HeaderClassName
{
color: #150523;
}
.AnyTagClassName
{
color: #150523;
}
</style>
background-color css
<style>
a { background-color: #150523; }
a { background-color: rgb(21,5,35); }
div.DivClassName
{
background-color: #150523;
}
.BgClassName
{
background-color: #150523;
}
</style>
border-color css
<style>
span { border-color: #150523; }
span { border-color: rgb(21,5,35); }
td.TdClassName
{
border-color: #150523;
}
.TagClassName
{
border-color: #150523;
}
</style>