Shades of Blackcurrant #150123
Tints of Blackcurrant #150123
RGB
CMYK
RGB Variations
Color information
#150123 (or 0x150123) is known color: Blackcurrant. HEX triplet: 15, 01 and 23. RGB value is (21,1,35). Sum of RGB (Red+Green+Blue) = 21+1+35=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 35 (14.06% from 255 or 61.40% from 57); Max value from RGB is 35 - color contains mainly: blue. Hex color #150123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150123 is #EAFEDC. Grayscale: #0A0A0A. Windows color (decimal): -15400669 or 2294037. OLE color: 2294037.
HSL color Cylindrical-coordinate representation of color #150123: hue angle of 275.29º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #150123 is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 1 | 35 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.86 |
| HSL | 275.29º | 0.94% | 0.07% | - |
| HSV(B) | 275.29º | 0.97% | 0.14% | - |
| XYZ | 0.62 | 0.3 | 1.62 | - |
| YUV | 10.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 35 | 0.40 | 0.97 | 0 | 0.86 | 275.29 | 0.94 | 0.07 |
| Hex | 15 | 1 | 23 | 28 | 61 | 0 | 56 | 113 | 5E | 7 |
| Octal | 25 | 1 | 43 | 50 | 141 | 0 | 126 | 423 | 136 | 7 |
| Binary | 10101 | 1 | 100011 | 101000 | 1100001 | 0 | 1010110 | 100010011 | 1011110 | 111 |
Color Harmonies of #150123
Complementary color
Monochromatic Colors of #150123
Black with #150123
Text Example
Text Example
White with #150123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150123; }
p { color: rgb(21,1,35); }
H1.HeaderClassName
{
color: #150123;
}
.AnyTagClassName
{
color: #150123;
}
</style>
background-color css
<style>
a { background-color: #150123; }
a { background-color: rgb(21,1,35); }
div.DivClassName
{
background-color: #150123;
}
.BgClassName
{
background-color: #150123;
}
</style>
border-color css
<style>
span { border-color: #150123; }
span { border-color: rgb(21,1,35); }
td.TdClassName
{
border-color: #150123;
}
.TagClassName
{
border-color: #150123;
}
</style>