Shades of Blackcurrant #15013B
Tints of Blackcurrant #15013B
RGB
CMYK
RGB Variations
Color information
#15013B (or 0x15013B) is known color: Blackcurrant. HEX triplet: 15, 01 and 3B. RGB value is (21,1,59). Sum of RGB (Red+Green+Blue) = 21+1+59=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 59 (23.44% from 255 or 72.84% from 81); Max value from RGB is 59 - color contains mainly: blue. Hex color #15013B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15013B is #EAFEC4. Grayscale: #0D0D0D. Windows color (decimal): -15400645 or 3866901. OLE color: 3866901.
HSL color Cylindrical-coordinate representation of color #15013B: hue angle of 260.69º 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 #15013B is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 1 | 59 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.77 |
| HSL | 260.69º | 0.97% | 0.12% | - |
| HSV(B) | 260.69º | 0.98% | 0.23% | - |
| XYZ | 1.11 | 0.5 | 4.18 | - |
| YUV | 13.59 | 153.63 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 59 | 0.64 | 0.98 | 0 | 0.77 | 260.69 | 0.97 | 0.12 |
| Hex | 15 | 1 | 3B | 40 | 62 | 0 | 4D | 105 | 61 | C |
| Octal | 25 | 1 | 73 | 100 | 142 | 0 | 115 | 405 | 141 | 14 |
| Binary | 10101 | 1 | 111011 | 1000000 | 1100010 | 0 | 1001101 | 100000101 | 1100001 | 1100 |
Color Harmonies of #15013B
Complementary color
Monochromatic Colors of #15013B
Black with #15013B
Text Example
Text Example
White with #15013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15013B; }
p { color: rgb(21,1,59); }
H1.HeaderClassName
{
color: #15013B;
}
.AnyTagClassName
{
color: #15013B;
}
</style>
background-color css
<style>
a { background-color: #15013B; }
a { background-color: rgb(21,1,59); }
div.DivClassName
{
background-color: #15013B;
}
.BgClassName
{
background-color: #15013B;
}
</style>
border-color css
<style>
span { border-color: #15013B; }
span { border-color: rgb(21,1,59); }
td.TdClassName
{
border-color: #15013B;
}
.TagClassName
{
border-color: #15013B;
}
</style>