Shades of Blackcurrant #1B0020
Tints of Blackcurrant #1B0020
RGB
CMYK
RGB Variations
Color information
#1B0020 (or 0x1B0020) is known color: Blackcurrant. HEX triplet: 1B, 00 and 20. RGB value is (27,0,32). Sum of RGB (Red+Green+Blue) = 27+0+32=59 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45.76% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 32 (12.89% from 255 or 54.24% from 59); Max value from RGB is 32 - color contains mainly: blue. Hex color #1B0020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0020 is #E4FFDF. Grayscale: #0B0B0B. Windows color (decimal): -15007712 or 2097179. OLE color: 2097179.
HSL color Cylindrical-coordinate representation of color #1B0020: hue angle of 290.62º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B0020 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 27 | 0 | 32 | - |
| CMYK | 0.16 | 1 | 0 | 0.87 |
| HSL | 290.63º | 1% | 0.06% | - |
| HSV(B) | 290.63º | 1% | 0.13% | - |
| XYZ | 0.71 | 0.34 | 1.39 | - |
| YUV | 11.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 32 | 0.16 | 1 | 0 | 0.87 | 290.63 | 1 | 0.06 |
| Hex | 1B | 0 | 20 | 10 | 64 | 0 | 57 | 123 | 64 | 6 |
| Octal | 33 | 0 | 40 | 20 | 144 | 0 | 127 | 443 | 144 | 6 |
| Binary | 11011 | 0 | 100000 | 10000 | 1100100 | 0 | 1010111 | 100100011 | 1100100 | 110 |
Color Harmonies of #1B0020
Complementary color
Monochromatic Colors of #1B0020
Black with #1B0020
Text Example
Text Example
White with #1B0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0020; }
p { color: rgb(27,0,32); }
H1.HeaderClassName
{
color: #1B0020;
}
.AnyTagClassName
{
color: #1B0020;
}
</style>
background-color css
<style>
a { background-color: #1B0020; }
a { background-color: rgb(27,0,32); }
div.DivClassName
{
background-color: #1B0020;
}
.BgClassName
{
background-color: #1B0020;
}
</style>
border-color css
<style>
span { border-color: #1B0020; }
span { border-color: rgb(27,0,32); }
td.TdClassName
{
border-color: #1B0020;
}
.TagClassName
{
border-color: #1B0020;
}
</style>