Shades of Blackcurrant #15013A
Tints of Blackcurrant #15013A
RGB
CMYK
RGB Variations
Color information
#15013A (or 0x15013A) is known color: Blackcurrant. HEX triplet: 15, 01 and 3A. RGB value is (21,1,58). Sum of RGB (Red+Green+Blue) = 21+1+58=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 58 (23.05% from 255 or 72.5% from 80); Max value from RGB is 58 - color contains mainly: blue. Hex color #15013A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15013A is #EAFEC5. Grayscale: #0D0D0D. Windows color (decimal): -15400646 or 3801365. OLE color: 3801365.
HSL color Cylindrical-coordinate representation of color #15013A: hue angle of 261.05º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #15013A is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 1 | 58 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.77 |
| HSL | 261.05º | 0.97% | 0.12% | - |
| HSV(B) | 261.05º | 0.98% | 0.23% | - |
| XYZ | 1.08 | 0.49 | 4.04 | - |
| YUV | 13.48 | 153.13 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 58 | 0.64 | 0.98 | 0 | 0.77 | 261.05 | 0.97 | 0.12 |
| Hex | 15 | 1 | 3A | 40 | 62 | 0 | 4D | 105 | 61 | C |
| Octal | 25 | 1 | 72 | 100 | 142 | 0 | 115 | 405 | 141 | 14 |
| Binary | 10101 | 1 | 111010 | 1000000 | 1100010 | 0 | 1001101 | 100000101 | 1100001 | 1100 |
Color Harmonies of #15013A
Complementary color
Monochromatic Colors of #15013A
Black with #15013A
Text Example
Text Example
White with #15013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15013A; }
p { color: rgb(21,1,58); }
H1.HeaderClassName
{
color: #15013A;
}
.AnyTagClassName
{
color: #15013A;
}
</style>
background-color css
<style>
a { background-color: #15013A; }
a { background-color: rgb(21,1,58); }
div.DivClassName
{
background-color: #15013A;
}
.BgClassName
{
background-color: #15013A;
}
</style>
border-color css
<style>
span { border-color: #15013A; }
span { border-color: rgb(21,1,58); }
td.TdClassName
{
border-color: #15013A;
}
.TagClassName
{
border-color: #15013A;
}
</style>