Shades of Blackcurrant #150323
Tints of Blackcurrant #150323
RGB
CMYK
RGB Variations
Color information
#150323 (or 0x150323) is known color: Blackcurrant. HEX triplet: 15, 03 and 23. RGB value is (21,3,35). Sum of RGB (Red+Green+Blue) = 21+3+35=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 35 (14.06% from 255 or 59.32% from 59); Max value from RGB is 35 - color contains mainly: blue. Hex color #150323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150323 is #EAFCDC. Grayscale: #0B0B0B. Windows color (decimal): -15400157 or 2294549. OLE color: 2294549.
HSL color Cylindrical-coordinate representation of color #150323: hue angle of 273.75º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #150323 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 3 | 35 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.86 |
| HSL | 273.75º | 0.84% | 0.07% | - |
| HSV(B) | 273.75º | 0.91% | 0.14% | - |
| XYZ | 0.65 | 0.35 | 1.62 | - |
| YUV | 12.03 | 140.96 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 35 | 0.40 | 0.91 | 0 | 0.86 | 273.75 | 0.84 | 0.07 |
| Hex | 15 | 3 | 23 | 28 | 5B | 0 | 56 | 112 | 54 | 7 |
| Octal | 25 | 3 | 43 | 50 | 133 | 0 | 126 | 422 | 124 | 7 |
| Binary | 10101 | 11 | 100011 | 101000 | 1011011 | 0 | 1010110 | 100010010 | 1010100 | 111 |
Color Harmonies of #150323
Complementary color
Monochromatic Colors of #150323
Black with #150323
Text Example
Text Example
White with #150323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150323; }
p { color: rgb(21,3,35); }
H1.HeaderClassName
{
color: #150323;
}
.AnyTagClassName
{
color: #150323;
}
</style>
background-color css
<style>
a { background-color: #150323; }
a { background-color: rgb(21,3,35); }
div.DivClassName
{
background-color: #150323;
}
.BgClassName
{
background-color: #150323;
}
</style>
border-color css
<style>
span { border-color: #150323; }
span { border-color: rgb(21,3,35); }
td.TdClassName
{
border-color: #150323;
}
.TagClassName
{
border-color: #150323;
}
</style>