Shades of Blackcurrant #150618
Tints of Blackcurrant #150618
RGB
CMYK
RGB Variations
Color information
#150618 (or 0x150618) is known color: Blackcurrant. HEX triplet: 15, 06 and 18. RGB value is (21,6,24). Sum of RGB (Red+Green+Blue) = 21+6+24=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: blue. Hex color #150618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150618 is #EAF9E7. Grayscale: #0C0C0C. Windows color (decimal): -15399400 or 1574421. OLE color: 1574421.
HSL color Cylindrical-coordinate representation of color #150618: hue angle of 290º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #150618 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 21 | 6 | 24 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.91 |
| HSL | 290º | 0.6% | 0.06% | - |
| HSV(B) | 290º | 0.75% | 0.09% | - |
| XYZ | 0.54 | 0.36 | 0.9 | - |
| YUV | 12.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 6 | 24 | 0.13 | 0.75 | 0 | 0.91 | 290 | 0.6 | 0.06 |
| Hex | 15 | 6 | 18 | D | 4B | 0 | 5B | 122 | 3C | 6 |
| Octal | 25 | 6 | 30 | 15 | 113 | 0 | 133 | 442 | 74 | 6 |
| Binary | 10101 | 110 | 11000 | 1101 | 1001011 | 0 | 1011011 | 100100010 | 111100 | 110 |
Color Harmonies of #150618
Complementary color
Monochromatic Colors of #150618
Black with #150618
Text Example
Text Example
White with #150618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150618; }
p { color: rgb(21,6,24); }
H1.HeaderClassName
{
color: #150618;
}
.AnyTagClassName
{
color: #150618;
}
</style>
background-color css
<style>
a { background-color: #150618; }
a { background-color: rgb(21,6,24); }
div.DivClassName
{
background-color: #150618;
}
.BgClassName
{
background-color: #150618;
}
</style>
border-color css
<style>
span { border-color: #150618; }
span { border-color: rgb(21,6,24); }
td.TdClassName
{
border-color: #150618;
}
.TagClassName
{
border-color: #150618;
}
</style>