Shades of Blackcurrant #150818
Tints of Blackcurrant #150818
RGB
CMYK
RGB Variations
Color information
#150818 (or 0x150818) is known color: Blackcurrant. HEX triplet: 15, 08 and 18. RGB value is (21,8,24). Sum of RGB (Red+Green+Blue) = 21+8+24=53 (7% of max value = 765). Red value is 21 (8.59% from 255 or 39.62% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 24 - color contains mainly: blue. Hex color #150818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150818 is #EAF7E7. Grayscale: #0D0D0D. Windows color (decimal): -15398888 or 1574933. OLE color: 1574933.
HSL color Cylindrical-coordinate representation of color #150818: hue angle of 288.75º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #150818 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 21 | 8 | 24 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.91 |
| HSL | 288.75º | 0.5% | 0.06% | - |
| HSV(B) | 288.75º | 0.67% | 0.09% | - |
| XYZ | 0.56 | 0.4 | 0.91 | - |
| YUV | 13.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 24 | 0.13 | 0.67 | 0 | 0.91 | 288.75 | 0.5 | 0.06 |
| Hex | 15 | 8 | 18 | D | 43 | 0 | 5B | 121 | 32 | 6 |
| Octal | 25 | 10 | 30 | 15 | 103 | 0 | 133 | 441 | 62 | 6 |
| Binary | 10101 | 1000 | 11000 | 1101 | 1000011 | 0 | 1011011 | 100100001 | 110010 | 110 |
Color Harmonies of #150818
Complementary color
Monochromatic Colors of #150818
Black with #150818
Text Example
Text Example
White with #150818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150818; }
p { color: rgb(21,8,24); }
H1.HeaderClassName
{
color: #150818;
}
.AnyTagClassName
{
color: #150818;
}
</style>
background-color css
<style>
a { background-color: #150818; }
a { background-color: rgb(21,8,24); }
div.DivClassName
{
background-color: #150818;
}
.BgClassName
{
background-color: #150818;
}
</style>
border-color css
<style>
span { border-color: #150818; }
span { border-color: rgb(21,8,24); }
td.TdClassName
{
border-color: #150818;
}
.TagClassName
{
border-color: #150818;
}
</style>