Shades of Blackcurrant #150829
Tints of Blackcurrant #150829
RGB
CMYK
RGB Variations
Color information
#150829 (or 0x150829) is known color: Blackcurrant. HEX triplet: 15, 08 and 29. RGB value is (21,8,41). Sum of RGB (Red+Green+Blue) = 21+8+41=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 41 (16.41% from 255 or 58.57% from 70); Max value from RGB is 41 - color contains mainly: blue. Hex color #150829 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150829 is #EAF7D6. Grayscale: #0F0F0F. Windows color (decimal): -15398871 or 2689045. OLE color: 2689045.
HSL color Cylindrical-coordinate representation of color #150829: hue angle of 263.64º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #150829 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 8 | 41 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.84 |
| HSL | 263.64º | 0.67% | 0.1% | - |
| HSV(B) | 263.64º | 0.8% | 0.16% | - |
| XYZ | 0.8 | 0.49 | 2.15 | - |
| YUV | 15.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 41 | 0.49 | 0.80 | 0 | 0.84 | 263.64 | 0.67 | 0.1 |
| Hex | 15 | 8 | 29 | 31 | 50 | 0 | 54 | 108 | 43 | A |
| Octal | 25 | 10 | 51 | 61 | 120 | 0 | 124 | 410 | 103 | 12 |
| Binary | 10101 | 1000 | 101001 | 110001 | 1010000 | 0 | 1010100 | 100001000 | 1000011 | 1010 |
Color Harmonies of #150829
Complementary color
Monochromatic Colors of #150829
Black with #150829
Text Example
Text Example
White with #150829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150829; }
p { color: rgb(21,8,41); }
H1.HeaderClassName
{
color: #150829;
}
.AnyTagClassName
{
color: #150829;
}
</style>
background-color css
<style>
a { background-color: #150829; }
a { background-color: rgb(21,8,41); }
div.DivClassName
{
background-color: #150829;
}
.BgClassName
{
background-color: #150829;
}
</style>
border-color css
<style>
span { border-color: #150829; }
span { border-color: rgb(21,8,41); }
td.TdClassName
{
border-color: #150829;
}
.TagClassName
{
border-color: #150829;
}
</style>