Shades of Blackcurrant #150823
Tints of Blackcurrant #150823
RGB
CMYK
RGB Variations
Color information
#150823 (or 0x150823) is known color: Blackcurrant. HEX triplet: 15, 08 and 23. RGB value is (21,8,35). Sum of RGB (Red+Green+Blue) = 21+8+35=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 35 (14.06% from 255 or 54.69% from 64); Max value from RGB is 35 - color contains mainly: blue. Hex color #150823 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150823 is #EAF7DC. Grayscale: #0E0E0E. Windows color (decimal): -15398877 or 2295829. OLE color: 2295829.
HSL color Cylindrical-coordinate representation of color #150823: hue angle of 268.89º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #150823 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 8 | 35 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.86 |
| HSL | 268.89º | 0.63% | 0.08% | - |
| HSV(B) | 268.89º | 0.77% | 0.14% | - |
| XYZ | 0.7 | 0.45 | 1.64 | - |
| YUV | 14.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 35 | 0.40 | 0.77 | 0 | 0.86 | 268.89 | 0.63 | 0.08 |
| Hex | 15 | 8 | 23 | 28 | 4D | 0 | 56 | 10D | 3F | 8 |
| Octal | 25 | 10 | 43 | 50 | 115 | 0 | 126 | 415 | 77 | 10 |
| Binary | 10101 | 1000 | 100011 | 101000 | 1001101 | 0 | 1010110 | 100001101 | 111111 | 1000 |
Color Harmonies of #150823
Complementary color
Monochromatic Colors of #150823
Black with #150823
Text Example
Text Example
White with #150823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150823; }
p { color: rgb(21,8,35); }
H1.HeaderClassName
{
color: #150823;
}
.AnyTagClassName
{
color: #150823;
}
</style>
background-color css
<style>
a { background-color: #150823; }
a { background-color: rgb(21,8,35); }
div.DivClassName
{
background-color: #150823;
}
.BgClassName
{
background-color: #150823;
}
</style>
border-color css
<style>
span { border-color: #150823; }
span { border-color: rgb(21,8,35); }
td.TdClassName
{
border-color: #150823;
}
.TagClassName
{
border-color: #150823;
}
</style>