Shades of Blackcurrant #150324
Tints of Blackcurrant #150324
RGB
CMYK
RGB Variations
Color information
#150324 (or 0x150324) is known color: Blackcurrant. HEX triplet: 15, 03 and 24. RGB value is (21,3,36). Sum of RGB (Red+Green+Blue) = 21+3+36=60 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 36 (14.45% from 255 or 60% from 60); Max value from RGB is 36 - color contains mainly: blue. Hex color #150324 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150324 is #EAFCDB. Grayscale: #0C0C0C. Windows color (decimal): -15400156 or 2360085. OLE color: 2360085.
HSL color Cylindrical-coordinate representation of color #150324: hue angle of 272.73º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150324 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 3 | 36 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.86 |
| HSL | 272.73º | 0.85% | 0.08% | - |
| HSV(B) | 272.73º | 0.92% | 0.14% | - |
| XYZ | 0.66 | 0.35 | 1.7 | - |
| YUV | 12.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 36 | 0.42 | 0.92 | 0 | 0.86 | 272.73 | 0.85 | 0.08 |
| Hex | 15 | 3 | 24 | 2A | 5C | 0 | 56 | 111 | 55 | 8 |
| Octal | 25 | 3 | 44 | 52 | 134 | 0 | 126 | 421 | 125 | 10 |
| Binary | 10101 | 11 | 100100 | 101010 | 1011100 | 0 | 1010110 | 100010001 | 1010101 | 1000 |
Color Harmonies of #150324
Complementary color
Monochromatic Colors of #150324
Black with #150324
Text Example
Text Example
White with #150324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150324; }
p { color: rgb(21,3,36); }
H1.HeaderClassName
{
color: #150324;
}
.AnyTagClassName
{
color: #150324;
}
</style>
background-color css
<style>
a { background-color: #150324; }
a { background-color: rgb(21,3,36); }
div.DivClassName
{
background-color: #150324;
}
.BgClassName
{
background-color: #150324;
}
</style>
border-color css
<style>
span { border-color: #150324; }
span { border-color: rgb(21,3,36); }
td.TdClassName
{
border-color: #150324;
}
.TagClassName
{
border-color: #150324;
}
</style>