Shades of Blackcurrant #1B001E
Tints of Blackcurrant #1B001E
RGB
CMYK
RGB Variations
Color information
#1B001E (or 0x1B001E) is known color: Blackcurrant. HEX triplet: 1B, 00 and 1E. RGB value is (27,0,30). Sum of RGB (Red+Green+Blue) = 27+0+30=57 (7% of max value = 765). Red value is 27 (10.94% from 255 or 47.37% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 30 (12.11% from 255 or 52.63% from 57); Max value from RGB is 30 - color contains mainly: blue. Hex color #1B001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B001E is #E4FFE1. Grayscale: #0B0B0B. Windows color (decimal): -15007714 or 1966107. OLE color: 1966107.
HSL color Cylindrical-coordinate representation of color #1B001E: hue angle of 294º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B001E is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 0 | 30 | - |
| CMYK | 0.10 | 1 | 0 | 0.88 |
| HSL | 294º | 1% | 0.06% | - |
| HSV(B) | 294º | 1% | 0.12% | - |
| XYZ | 0.69 | 0.33 | 1.26 | - |
| YUV | 11.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 30 | 0.10 | 1 | 0 | 0.88 | 294 | 1 | 0.06 |
| Hex | 1B | 0 | 1E | A | 64 | 0 | 58 | 126 | 64 | 6 |
| Octal | 33 | 0 | 36 | 12 | 144 | 0 | 130 | 446 | 144 | 6 |
| Binary | 11011 | 0 | 11110 | 1010 | 1100100 | 0 | 1011000 | 100100110 | 1100100 | 110 |
Color Harmonies of #1B001E
Complementary color
Monochromatic Colors of #1B001E
Black with #1B001E
Text Example
Text Example
White with #1B001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B001E; }
p { color: rgb(27,0,30); }
H1.HeaderClassName
{
color: #1B001E;
}
.AnyTagClassName
{
color: #1B001E;
}
</style>
background-color css
<style>
a { background-color: #1B001E; }
a { background-color: rgb(27,0,30); }
div.DivClassName
{
background-color: #1B001E;
}
.BgClassName
{
background-color: #1B001E;
}
</style>
border-color css
<style>
span { border-color: #1B001E; }
span { border-color: rgb(27,0,30); }
td.TdClassName
{
border-color: #1B001E;
}
.TagClassName
{
border-color: #1B001E;
}
</style>