Shades of Blackcurrant #150135
Tints of Blackcurrant #150135
RGB
CMYK
RGB Variations
Color information
#150135 (or 0x150135) is known color: Blackcurrant. HEX triplet: 15, 01 and 35. RGB value is (21,1,53). Sum of RGB (Red+Green+Blue) = 21+1+53=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 53 (21.09% from 255 or 70.67% from 75); Max value from RGB is 53 - color contains mainly: blue. Hex color #150135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150135 is #EAFECA. Grayscale: #0C0C0C. Windows color (decimal): -15400651 or 3473685. OLE color: 3473685.
HSL color Cylindrical-coordinate representation of color #150135: hue angle of 263.08º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150135 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 1 | 53 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.79 |
| HSL | 263.08º | 0.96% | 0.11% | - |
| HSV(B) | 263.08º | 0.98% | 0.21% | - |
| XYZ | 0.96 | 0.44 | 3.4 | - |
| YUV | 12.91 | 150.63 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 53 | 0.60 | 0.98 | 0 | 0.79 | 263.08 | 0.96 | 0.11 |
| Hex | 15 | 1 | 35 | 3C | 62 | 0 | 4F | 107 | 60 | B |
| Octal | 25 | 1 | 65 | 74 | 142 | 0 | 117 | 407 | 140 | 13 |
| Binary | 10101 | 1 | 110101 | 111100 | 1100010 | 0 | 1001111 | 100000111 | 1100000 | 1011 |
Color Harmonies of #150135
Complementary color
Monochromatic Colors of #150135
Black with #150135
Text Example
Text Example
White with #150135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150135; }
p { color: rgb(21,1,53); }
H1.HeaderClassName
{
color: #150135;
}
.AnyTagClassName
{
color: #150135;
}
</style>
background-color css
<style>
a { background-color: #150135; }
a { background-color: rgb(21,1,53); }
div.DivClassName
{
background-color: #150135;
}
.BgClassName
{
background-color: #150135;
}
</style>
border-color css
<style>
span { border-color: #150135; }
span { border-color: rgb(21,1,53); }
td.TdClassName
{
border-color: #150135;
}
.TagClassName
{
border-color: #150135;
}
</style>