Shades of Blackcurrant #150226
Tints of Blackcurrant #150226
RGB
CMYK
RGB Variations
Color information
#150226 (or 0x150226) is known color: Blackcurrant. HEX triplet: 15, 02 and 26. RGB value is (21,2,38). Sum of RGB (Red+Green+Blue) = 21+2+38=61 (8% of max value = 765). Red value is 21 (8.59% from 255 or 34.43% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 38 (15.23% from 255 or 62.30% from 61); Max value from RGB is 38 - color contains mainly: blue. Hex color #150226 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150226 is #EAFDD9. Grayscale: #0B0B0B. Windows color (decimal): -15400410 or 2490901. OLE color: 2490901.
HSL color Cylindrical-coordinate representation of color #150226: hue angle of 271.67º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150226 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 21 | 2 | 38 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.85 |
| HSL | 271.67º | 0.9% | 0.08% | - |
| HSV(B) | 271.67º | 0.95% | 0.15% | - |
| XYZ | 0.68 | 0.34 | 1.86 | - |
| YUV | 11.79 | 142.79 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 38 | 0.45 | 0.95 | 0 | 0.85 | 271.67 | 0.9 | 0.08 |
| Hex | 15 | 2 | 26 | 2D | 5F | 0 | 55 | 110 | 5A | 8 |
| Octal | 25 | 2 | 46 | 55 | 137 | 0 | 125 | 420 | 132 | 10 |
| Binary | 10101 | 10 | 100110 | 101101 | 1011111 | 0 | 1010101 | 100010000 | 1011010 | 1000 |
Color Harmonies of #150226
Complementary color
Monochromatic Colors of #150226
Black with #150226
Text Example
Text Example
White with #150226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150226; }
p { color: rgb(21,2,38); }
H1.HeaderClassName
{
color: #150226;
}
.AnyTagClassName
{
color: #150226;
}
</style>
background-color css
<style>
a { background-color: #150226; }
a { background-color: rgb(21,2,38); }
div.DivClassName
{
background-color: #150226;
}
.BgClassName
{
background-color: #150226;
}
</style>
border-color css
<style>
span { border-color: #150226; }
span { border-color: rgb(21,2,38); }
td.TdClassName
{
border-color: #150226;
}
.TagClassName
{
border-color: #150226;
}
</style>