Shades of Blackcurrant #150634
Tints of Blackcurrant #150634
RGB
CMYK
RGB Variations
Color information
#150634 (or 0x150634) is known color: Blackcurrant. HEX triplet: 15, 06 and 34. RGB value is (21,6,52). Sum of RGB (Red+Green+Blue) = 21+6+52=79 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.58% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 52 (20.70% from 255 or 65.82% from 79); Max value from RGB is 52 - color contains mainly: blue. Hex color #150634 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150634 is #EAF9CB. Grayscale: #0F0F0F. Windows color (decimal): -15399372 or 3409429. OLE color: 3409429.
HSL color Cylindrical-coordinate representation of color #150634: hue angle of 259.57º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #150634 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 6 | 52 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.80 |
| HSL | 259.57º | 0.79% | 0.11% | - |
| HSV(B) | 259.57º | 0.88% | 0.2% | - |
| XYZ | 0.99 | 0.54 | 3.3 | - |
| YUV | 15.73 | 148.47 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 6 | 52 | 0.60 | 0.88 | 0 | 0.80 | 259.57 | 0.79 | 0.11 |
| Hex | 15 | 6 | 34 | 3C | 58 | 0 | 50 | 104 | 4F | B |
| Octal | 25 | 6 | 64 | 74 | 130 | 0 | 120 | 404 | 117 | 13 |
| Binary | 10101 | 110 | 110100 | 111100 | 1011000 | 0 | 1010000 | 100000100 | 1001111 | 1011 |
Color Harmonies of #150634
Complementary color
Monochromatic Colors of #150634
Black with #150634
Text Example
Text Example
White with #150634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150634; }
p { color: rgb(21,6,52); }
H1.HeaderClassName
{
color: #150634;
}
.AnyTagClassName
{
color: #150634;
}
</style>
background-color css
<style>
a { background-color: #150634; }
a { background-color: rgb(21,6,52); }
div.DivClassName
{
background-color: #150634;
}
.BgClassName
{
background-color: #150634;
}
</style>
border-color css
<style>
span { border-color: #150634; }
span { border-color: rgb(21,6,52); }
td.TdClassName
{
border-color: #150634;
}
.TagClassName
{
border-color: #150634;
}
</style>