Shades of Blackcurrant #15003B
Tints of Blackcurrant #15003B
RGB
CMYK
RGB Variations
Color information
#15003B (or 0x15003B) is known color: Blackcurrant. HEX triplet: 15, 00 and 3B. RGB value is (21,0,59). Sum of RGB (Red+Green+Blue) = 21+0+59=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 59 (23.44% from 255 or 73.75% from 80); Max value from RGB is 59 - color contains mainly: blue. Hex color #15003B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15003B is #EAFFC4. Grayscale: #0C0C0C. Windows color (decimal): -15400901 or 3866645. OLE color: 3866645.
HSL color Cylindrical-coordinate representation of color #15003B: hue angle of 261.36º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15003B is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 0 | 59 | - |
| CMYK | 0.64 | 1 | 0 | 0.77 |
| HSL | 261.36º | 1% | 0.12% | - |
| HSV(B) | 261.36º | 1% | 0.23% | - |
| XYZ | 1.1 | 0.48 | 4.17 | - |
| YUV | 13.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 59 | 0.64 | 1 | 0 | 0.77 | 261.36 | 1 | 0.12 |
| Hex | 15 | 0 | 3B | 40 | 64 | 0 | 4D | 105 | 64 | C |
| Octal | 25 | 0 | 73 | 100 | 144 | 0 | 115 | 405 | 144 | 14 |
| Binary | 10101 | 0 | 111011 | 1000000 | 1100100 | 0 | 1001101 | 100000101 | 1100100 | 1100 |
Color Harmonies of #15003B
Complementary color
Monochromatic Colors of #15003B
Black with #15003B
Text Example
Text Example
White with #15003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15003B; }
p { color: rgb(21,0,59); }
H1.HeaderClassName
{
color: #15003B;
}
.AnyTagClassName
{
color: #15003B;
}
</style>
background-color css
<style>
a { background-color: #15003B; }
a { background-color: rgb(21,0,59); }
div.DivClassName
{
background-color: #15003B;
}
.BgClassName
{
background-color: #15003B;
}
</style>
border-color css
<style>
span { border-color: #15003B; }
span { border-color: rgb(21,0,59); }
td.TdClassName
{
border-color: #15003B;
}
.TagClassName
{
border-color: #15003B;
}
</style>