Shades of Blackcurrant #150229
Tints of Blackcurrant #150229
RGB
CMYK
RGB Variations
Color information
#150229 (or 0x150229) is known color: Blackcurrant. HEX triplet: 15, 02 and 29. RGB value is (21,2,41). Sum of RGB (Red+Green+Blue) = 21+2+41=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 41 (16.41% from 255 or 64.06% from 64); Max value from RGB is 41 - color contains mainly: blue. Hex color #150229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150229 is #EAFDD6. Grayscale: #0B0B0B. Windows color (decimal): -15400407 or 2687509. OLE color: 2687509.
HSL color Cylindrical-coordinate representation of color #150229: hue angle of 269.23º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150229 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 2 | 41 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.84 |
| HSL | 269.23º | 0.91% | 0.08% | - |
| HSV(B) | 269.23º | 0.95% | 0.16% | - |
| XYZ | 0.73 | 0.36 | 2.13 | - |
| YUV | 12.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 41 | 0.49 | 0.95 | 0 | 0.84 | 269.23 | 0.91 | 0.08 |
| Hex | 15 | 2 | 29 | 31 | 5F | 0 | 54 | 10D | 5B | 8 |
| Octal | 25 | 2 | 51 | 61 | 137 | 0 | 124 | 415 | 133 | 10 |
| Binary | 10101 | 10 | 101001 | 110001 | 1011111 | 0 | 1010100 | 100001101 | 1011011 | 1000 |
Color Harmonies of #150229
Complementary color
Monochromatic Colors of #150229
Black with #150229
Text Example
Text Example
White with #150229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150229; }
p { color: rgb(21,2,41); }
H1.HeaderClassName
{
color: #150229;
}
.AnyTagClassName
{
color: #150229;
}
</style>
background-color css
<style>
a { background-color: #150229; }
a { background-color: rgb(21,2,41); }
div.DivClassName
{
background-color: #150229;
}
.BgClassName
{
background-color: #150229;
}
</style>
border-color css
<style>
span { border-color: #150229; }
span { border-color: rgb(21,2,41); }
td.TdClassName
{
border-color: #150229;
}
.TagClassName
{
border-color: #150229;
}
</style>