Shades of Blackcurrant #150035
Tints of Blackcurrant #150035
RGB
CMYK
RGB Variations
Color information
#150035 (or 0x150035) is known color: Blackcurrant. HEX triplet: 15, 00 and 35. RGB value is (21,0,53). Sum of RGB (Red+Green+Blue) = 21+0+53=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 53 (21.09% from 255 or 71.62% from 74); Max value from RGB is 53 - color contains mainly: blue. Hex color #150035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150035 is #EAFFCA. Grayscale: #0C0C0C. Windows color (decimal): -15400907 or 3473429. OLE color: 3473429.
HSL color Cylindrical-coordinate representation of color #150035: hue angle of 263.77º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150035 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 0 | 53 | - |
| CMYK | 0.60 | 1 | 0 | 0.79 |
| HSL | 263.77º | 1% | 0.1% | - |
| HSV(B) | 263.77º | 1% | 0.21% | - |
| XYZ | 0.95 | 0.42 | 3.4 | - |
| YUV | 12.32 | 150.96 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 53 | 0.60 | 1 | 0 | 0.79 | 263.77 | 1 | 0.1 |
| Hex | 15 | 0 | 35 | 3C | 64 | 0 | 4F | 108 | 64 | A |
| Octal | 25 | 0 | 65 | 74 | 144 | 0 | 117 | 410 | 144 | 12 |
| Binary | 10101 | 0 | 110101 | 111100 | 1100100 | 0 | 1001111 | 100001000 | 1100100 | 1010 |
Color Harmonies of #150035
Complementary color
Monochromatic Colors of #150035
Black with #150035
Text Example
Text Example
White with #150035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150035; }
p { color: rgb(21,0,53); }
H1.HeaderClassName
{
color: #150035;
}
.AnyTagClassName
{
color: #150035;
}
</style>
background-color css
<style>
a { background-color: #150035; }
a { background-color: rgb(21,0,53); }
div.DivClassName
{
background-color: #150035;
}
.BgClassName
{
background-color: #150035;
}
</style>
border-color css
<style>
span { border-color: #150035; }
span { border-color: rgb(21,0,53); }
td.TdClassName
{
border-color: #150035;
}
.TagClassName
{
border-color: #150035;
}
</style>