Shades of Blackcurrant #150318
Tints of Blackcurrant #150318
RGB
CMYK
RGB Variations
Color information
#150318 (or 0x150318) is known color: Blackcurrant. HEX triplet: 15, 03 and 18. RGB value is (21,3,24). Sum of RGB (Red+Green+Blue) = 21+3+24=48 (6% of max value = 765). Red value is 21 (8.59% from 255 or 43.75% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 24 (9.77% from 255 or 50% from 48); Max value from RGB is 24 - color contains mainly: blue. Hex color #150318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150318 is #EAFCE7. Grayscale: #0A0A0A. Windows color (decimal): -15400168 or 1573653. OLE color: 1573653.
HSL color Cylindrical-coordinate representation of color #150318: hue angle of 291.43º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #150318 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 21 | 3 | 24 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.91 |
| HSL | 291.43º | 0.78% | 0.05% | - |
| HSV(B) | 291.43º | 0.88% | 0.09% | - |
| XYZ | 0.51 | 0.29 | 0.89 | - |
| YUV | 10.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 24 | 0.13 | 0.88 | 0 | 0.91 | 291.43 | 0.78 | 0.05 |
| Hex | 15 | 3 | 18 | D | 58 | 0 | 5B | 123 | 4E | 5 |
| Octal | 25 | 3 | 30 | 15 | 130 | 0 | 133 | 443 | 116 | 5 |
| Binary | 10101 | 11 | 11000 | 1101 | 1011000 | 0 | 1011011 | 100100011 | 1001110 | 101 |
Color Harmonies of #150318
Complementary color
Monochromatic Colors of #150318
Black with #150318
Text Example
Text Example
White with #150318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150318; }
p { color: rgb(21,3,24); }
H1.HeaderClassName
{
color: #150318;
}
.AnyTagClassName
{
color: #150318;
}
</style>
background-color css
<style>
a { background-color: #150318; }
a { background-color: rgb(21,3,24); }
div.DivClassName
{
background-color: #150318;
}
.BgClassName
{
background-color: #150318;
}
</style>
border-color css
<style>
span { border-color: #150318; }
span { border-color: rgb(21,3,24); }
td.TdClassName
{
border-color: #150318;
}
.TagClassName
{
border-color: #150318;
}
</style>