Shades of Blackcurrant #15001B
Tints of Blackcurrant #15001B
RGB
CMYK
RGB Variations
Color information
#15001B (or 0x15001B) is known color: Blackcurrant. HEX triplet: 15, 00 and 1B. RGB value is (21,0,27). Sum of RGB (Red+Green+Blue) = 21+0+27=48 (6% of max value = 765). Red value is 21 (8.59% from 255 or 43.75% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 27 (10.94% from 255 or 56.25% from 48); Max value from RGB is 27 - color contains mainly: blue. Hex color #15001B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15001B is #EAFFE4. Grayscale: #090909. Windows color (decimal): -15400933 or 1769493. OLE color: 1769493.
HSL color Cylindrical-coordinate representation of color #15001B: hue angle of 286.67º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15001B is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 0 | 27 | - |
| CMYK | 0.22 | 1 | 0 | 0.89 |
| HSL | 286.67º | 1% | 0.05% | - |
| HSV(B) | 286.67º | 1% | 0.11% | - |
| XYZ | 0.51 | 0.24 | 1.06 | - |
| YUV | 9.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 27 | 0.22 | 1 | 0 | 0.89 | 286.67 | 1 | 0.05 |
| Hex | 15 | 0 | 1B | 16 | 64 | 0 | 59 | 11F | 64 | 5 |
| Octal | 25 | 0 | 33 | 26 | 144 | 0 | 131 | 437 | 144 | 5 |
| Binary | 10101 | 0 | 11011 | 10110 | 1100100 | 0 | 1011001 | 100011111 | 1100100 | 101 |
Color Harmonies of #15001B
Complementary color
Monochromatic Colors of #15001B
Black with #15001B
Text Example
Text Example
White with #15001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15001B; }
p { color: rgb(21,0,27); }
H1.HeaderClassName
{
color: #15001B;
}
.AnyTagClassName
{
color: #15001B;
}
</style>
background-color css
<style>
a { background-color: #15001B; }
a { background-color: rgb(21,0,27); }
div.DivClassName
{
background-color: #15001B;
}
.BgClassName
{
background-color: #15001B;
}
</style>
border-color css
<style>
span { border-color: #15001B; }
span { border-color: rgb(21,0,27); }
td.TdClassName
{
border-color: #15001B;
}
.TagClassName
{
border-color: #15001B;
}
</style>