Shades of Blackcurrant #150039
Tints of Blackcurrant #150039
RGB
CMYK
RGB Variations
Color information
#150039 (or 0x150039) is known color: Blackcurrant. HEX triplet: 15, 00 and 39. RGB value is (21,0,57). Sum of RGB (Red+Green+Blue) = 21+0+57=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 57 (22.66% from 255 or 73.08% from 78); Max value from RGB is 57 - color contains mainly: blue. Hex color #150039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150039 is #EAFFC6. Grayscale: #0C0C0C. Windows color (decimal): -15400903 or 3735573. OLE color: 3735573.
HSL color Cylindrical-coordinate representation of color #150039: hue angle of 262.11º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150039 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 0 | 57 | - |
| CMYK | 0.63 | 1 | 0 | 0.78 |
| HSL | 262.11º | 1% | 0.11% | - |
| HSV(B) | 262.11º | 1% | 0.22% | - |
| XYZ | 1.05 | 0.45 | 3.9 | - |
| YUV | 12.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 57 | 0.63 | 1 | 0 | 0.78 | 262.11 | 1 | 0.11 |
| Hex | 15 | 0 | 39 | 3F | 64 | 0 | 4E | 106 | 64 | B |
| Octal | 25 | 0 | 71 | 77 | 144 | 0 | 116 | 406 | 144 | 13 |
| Binary | 10101 | 0 | 111001 | 111111 | 1100100 | 0 | 1001110 | 100000110 | 1100100 | 1011 |
Color Harmonies of #150039
Complementary color
Monochromatic Colors of #150039
Black with #150039
Text Example
Text Example
White with #150039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150039; }
p { color: rgb(21,0,57); }
H1.HeaderClassName
{
color: #150039;
}
.AnyTagClassName
{
color: #150039;
}
</style>
background-color css
<style>
a { background-color: #150039; }
a { background-color: rgb(21,0,57); }
div.DivClassName
{
background-color: #150039;
}
.BgClassName
{
background-color: #150039;
}
</style>
border-color css
<style>
span { border-color: #150039; }
span { border-color: rgb(21,0,57); }
td.TdClassName
{
border-color: #150039;
}
.TagClassName
{
border-color: #150039;
}
</style>