Shades of Blackcurrant #150130
Tints of Blackcurrant #150130
RGB
CMYK
RGB Variations
Color information
#150130 (or 0x150130) is known color: Blackcurrant. HEX triplet: 15, 01 and 30. RGB value is (21,1,48). Sum of RGB (Red+Green+Blue) = 21+1+48=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 48 (19.14% from 255 or 68.57% from 70); Max value from RGB is 48 - color contains mainly: blue. Hex color #150130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150130 is #EAFECF. Grayscale: #0C0C0C. Windows color (decimal): -15400656 or 3146005. OLE color: 3146005.
HSL color Cylindrical-coordinate representation of color #150130: hue angle of 265.53º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150130 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 1 | 48 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.81 |
| HSL | 265.53º | 0.96% | 0.1% | - |
| HSV(B) | 265.53º | 0.98% | 0.19% | - |
| XYZ | 0.85 | 0.39 | 2.83 | - |
| YUV | 12.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 48 | 0.56 | 0.98 | 0 | 0.81 | 265.53 | 0.96 | 0.1 |
| Hex | 15 | 1 | 30 | 38 | 62 | 0 | 51 | 10A | 60 | A |
| Octal | 25 | 1 | 60 | 70 | 142 | 0 | 121 | 412 | 140 | 12 |
| Binary | 10101 | 1 | 110000 | 111000 | 1100010 | 0 | 1010001 | 100001010 | 1100000 | 1010 |
Color Harmonies of #150130
Complementary color
Monochromatic Colors of #150130
Black with #150130
Text Example
Text Example
White with #150130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150130; }
p { color: rgb(21,1,48); }
H1.HeaderClassName
{
color: #150130;
}
.AnyTagClassName
{
color: #150130;
}
</style>
background-color css
<style>
a { background-color: #150130; }
a { background-color: rgb(21,1,48); }
div.DivClassName
{
background-color: #150130;
}
.BgClassName
{
background-color: #150130;
}
</style>
border-color css
<style>
span { border-color: #150130; }
span { border-color: rgb(21,1,48); }
td.TdClassName
{
border-color: #150130;
}
.TagClassName
{
border-color: #150130;
}
</style>