Shades of Blackcurrant #15023B
Tints of Blackcurrant #15023B
RGB
CMYK
RGB Variations
Color information
#15023B (or 0x15023B) is known color: Blackcurrant. HEX triplet: 15, 02 and 3B. RGB value is (21,2,59). Sum of RGB (Red+Green+Blue) = 21+2+59=82 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.61% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 59 (23.44% from 255 or 71.95% from 82); Max value from RGB is 59 - color contains mainly: blue. Hex color #15023B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15023B is #EAFDC4. Grayscale: #0D0D0D. Windows color (decimal): -15400389 or 3867157. OLE color: 3867157.
HSL color Cylindrical-coordinate representation of color #15023B: hue angle of 260º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #15023B is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 2 | 59 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.77 |
| HSL | 260º | 0.93% | 0.12% | - |
| HSV(B) | 260º | 0.97% | 0.23% | - |
| XYZ | 1.12 | 0.52 | 4.18 | - |
| YUV | 14.18 | 153.29 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 59 | 0.64 | 0.97 | 0 | 0.77 | 260 | 0.93 | 0.12 |
| Hex | 15 | 2 | 3B | 40 | 61 | 0 | 4D | 104 | 5D | C |
| Octal | 25 | 2 | 73 | 100 | 141 | 0 | 115 | 404 | 135 | 14 |
| Binary | 10101 | 10 | 111011 | 1000000 | 1100001 | 0 | 1001101 | 100000100 | 1011101 | 1100 |
Color Harmonies of #15023B
Complementary color
Monochromatic Colors of #15023B
Black with #15023B
Text Example
Text Example
White with #15023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15023B; }
p { color: rgb(21,2,59); }
H1.HeaderClassName
{
color: #15023B;
}
.AnyTagClassName
{
color: #15023B;
}
</style>
background-color css
<style>
a { background-color: #15023B; }
a { background-color: rgb(21,2,59); }
div.DivClassName
{
background-color: #15023B;
}
.BgClassName
{
background-color: #15023B;
}
</style>
border-color css
<style>
span { border-color: #15023B; }
span { border-color: rgb(21,2,59); }
td.TdClassName
{
border-color: #15023B;
}
.TagClassName
{
border-color: #15023B;
}
</style>