Shades of Blackcurrant #1B011E
Tints of Blackcurrant #1B011E
RGB
CMYK
RGB Variations
Color information
#1B011E (or 0x1B011E) is known color: Blackcurrant. HEX triplet: 1B, 01 and 1E. RGB value is (27,1,30). Sum of RGB (Red+Green+Blue) = 27+1+30=58 (7% of max value = 765). Red value is 27 (10.94% from 255 or 46.55% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 30 (12.11% from 255 or 51.72% from 58); Max value from RGB is 30 - color contains mainly: blue. Hex color #1B011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B011E is #E4FEE1. Grayscale: #0B0B0B. Windows color (decimal): -15007458 or 1966363. OLE color: 1966363.
HSL color Cylindrical-coordinate representation of color #1B011E: hue angle of 293.79º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B011E is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 1 | 30 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.88 |
| HSL | 293.79º | 0.94% | 0.06% | - |
| HSV(B) | 293.79º | 0.97% | 0.12% | - |
| XYZ | 0.7 | 0.35 | 1.26 | - |
| YUV | 12.08 | 138.11 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 30 | 0.10 | 0.97 | 0 | 0.88 | 293.79 | 0.94 | 0.06 |
| Hex | 1B | 1 | 1E | A | 61 | 0 | 58 | 126 | 5E | 6 |
| Octal | 33 | 1 | 36 | 12 | 141 | 0 | 130 | 446 | 136 | 6 |
| Binary | 11011 | 1 | 11110 | 1010 | 1100001 | 0 | 1011000 | 100100110 | 1011110 | 110 |
Color Harmonies of #1B011E
Complementary color
Monochromatic Colors of #1B011E
Black with #1B011E
Text Example
Text Example
White with #1B011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B011E; }
p { color: rgb(27,1,30); }
H1.HeaderClassName
{
color: #1B011E;
}
.AnyTagClassName
{
color: #1B011E;
}
</style>
background-color css
<style>
a { background-color: #1B011E; }
a { background-color: rgb(27,1,30); }
div.DivClassName
{
background-color: #1B011E;
}
.BgClassName
{
background-color: #1B011E;
}
</style>
border-color css
<style>
span { border-color: #1B011E; }
span { border-color: rgb(27,1,30); }
td.TdClassName
{
border-color: #1B011E;
}
.TagClassName
{
border-color: #1B011E;
}
</style>