Shades of Blackcurrant #150134
Tints of Blackcurrant #150134
RGB
CMYK
RGB Variations
Color information
#150134 (or 0x150134) is known color: Blackcurrant. HEX triplet: 15, 01 and 34. RGB value is (21,1,52). Sum of RGB (Red+Green+Blue) = 21+1+52=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 52 (20.70% from 255 or 70.27% from 74); Max value from RGB is 52 - color contains mainly: blue. Hex color #150134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150134 is #EAFECB. Grayscale: #0C0C0C. Windows color (decimal): -15400652 or 3408149. OLE color: 3408149.
HSL color Cylindrical-coordinate representation of color #150134: hue angle of 263.53º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150134 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 1 | 52 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.80 |
| HSL | 263.53º | 0.96% | 0.1% | - |
| HSV(B) | 263.53º | 0.98% | 0.2% | - |
| XYZ | 0.94 | 0.43 | 3.28 | - |
| YUV | 12.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 52 | 0.60 | 0.98 | 0 | 0.80 | 263.53 | 0.96 | 0.1 |
| Hex | 15 | 1 | 34 | 3C | 62 | 0 | 50 | 108 | 60 | A |
| Octal | 25 | 1 | 64 | 74 | 142 | 0 | 120 | 410 | 140 | 12 |
| Binary | 10101 | 1 | 110100 | 111100 | 1100010 | 0 | 1010000 | 100001000 | 1100000 | 1010 |
Color Harmonies of #150134
Complementary color
Monochromatic Colors of #150134
Black with #150134
Text Example
Text Example
White with #150134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150134; }
p { color: rgb(21,1,52); }
H1.HeaderClassName
{
color: #150134;
}
.AnyTagClassName
{
color: #150134;
}
</style>
background-color css
<style>
a { background-color: #150134; }
a { background-color: rgb(21,1,52); }
div.DivClassName
{
background-color: #150134;
}
.BgClassName
{
background-color: #150134;
}
</style>
border-color css
<style>
span { border-color: #150134; }
span { border-color: rgb(21,1,52); }
td.TdClassName
{
border-color: #150134;
}
.TagClassName
{
border-color: #150134;
}
</style>