Shades of Blackcurrant #1B0046
Tints of Blackcurrant #1B0046
RGB
CMYK
RGB Variations
Color information
#1B0046 (or 0x1B0046) is known color: Blackcurrant. HEX triplet: 1B, 00 and 46. RGB value is (27,0,70). Sum of RGB (Red+Green+Blue) = 27+0+70=97 (12% of max value = 765). Red value is 27 (10.94% from 255 or 27.84% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 70 (27.73% from 255 or 72.16% from 97); Max value from RGB is 70 - color contains mainly: blue. Hex color #1B0046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0046 is #E4FFB9. Grayscale: #0F0F0F. Windows color (decimal): -15007674 or 4587547. OLE color: 4587547.
HSL color Cylindrical-coordinate representation of color #1B0046: hue angle of 263.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B0046 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 27 | 0 | 70 | - |
| CMYK | 0.61 | 1 | 0 | 0.73 |
| HSL | 263.14º | 1% | 0.14% | - |
| HSV(B) | 263.14º | 1% | 0.27% | - |
| XYZ | 1.56 | 0.68 | 5.84 | - |
| YUV | 16.05 | 158.45 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 70 | 0.61 | 1 | 0 | 0.73 | 263.14 | 1 | 0.14 |
| Hex | 1B | 0 | 46 | 3D | 64 | 0 | 49 | 107 | 64 | E |
| Octal | 33 | 0 | 106 | 75 | 144 | 0 | 111 | 407 | 144 | 16 |
| Binary | 11011 | 0 | 1000110 | 111101 | 1100100 | 0 | 1001001 | 100000111 | 1100100 | 1110 |
Color Harmonies of #1B0046
Complementary color
Monochromatic Colors of #1B0046
Black with #1B0046
Text Example
Text Example
White with #1B0046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0046; }
p { color: rgb(27,0,70); }
H1.HeaderClassName
{
color: #1B0046;
}
.AnyTagClassName
{
color: #1B0046;
}
</style>
background-color css
<style>
a { background-color: #1B0046; }
a { background-color: rgb(27,0,70); }
div.DivClassName
{
background-color: #1B0046;
}
.BgClassName
{
background-color: #1B0046;
}
</style>
border-color css
<style>
span { border-color: #1B0046; }
span { border-color: rgb(27,0,70); }
td.TdClassName
{
border-color: #1B0046;
}
.TagClassName
{
border-color: #1B0046;
}
</style>