Shades of Blackcurrant #1B031E
Tints of Blackcurrant #1B031E
RGB
CMYK
RGB Variations
Color information
#1B031E (or 0x1B031E) is known color: Blackcurrant. HEX triplet: 1B, 03 and 1E. RGB value is (27,3,30). Sum of RGB (Red+Green+Blue) = 27+3+30=60 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 30 (12.11% from 255 or 50% from 60); Max value from RGB is 30 - color contains mainly: blue. Hex color #1B031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B031E is #E4FCE1. Grayscale: #0D0D0D. Windows color (decimal): -15006946 or 1966875. OLE color: 1966875.
HSL color Cylindrical-coordinate representation of color #1B031E: hue angle of 293.33º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B031E is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 3 | 30 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.88 |
| HSL | 293.33º | 0.82% | 0.06% | - |
| HSV(B) | 293.33º | 0.9% | 0.12% | - |
| XYZ | 0.72 | 0.39 | 1.27 | - |
| YUV | 13.25 | 137.45 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 3 | 30 | 0.10 | 0.90 | 0 | 0.88 | 293.33 | 0.82 | 0.06 |
| Hex | 1B | 3 | 1E | A | 5A | 0 | 58 | 125 | 52 | 6 |
| Octal | 33 | 3 | 36 | 12 | 132 | 0 | 130 | 445 | 122 | 6 |
| Binary | 11011 | 11 | 11110 | 1010 | 1011010 | 0 | 1011000 | 100100101 | 1010010 | 110 |
Color Harmonies of #1B031E
Complementary color
Monochromatic Colors of #1B031E
Black with #1B031E
Text Example
Text Example
White with #1B031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B031E; }
p { color: rgb(27,3,30); }
H1.HeaderClassName
{
color: #1B031E;
}
.AnyTagClassName
{
color: #1B031E;
}
</style>
background-color css
<style>
a { background-color: #1B031E; }
a { background-color: rgb(27,3,30); }
div.DivClassName
{
background-color: #1B031E;
}
.BgClassName
{
background-color: #1B031E;
}
</style>
border-color css
<style>
span { border-color: #1B031E; }
span { border-color: rgb(27,3,30); }
td.TdClassName
{
border-color: #1B031E;
}
.TagClassName
{
border-color: #1B031E;
}
</style>