Shades of Blackcurrant #1B0021
Tints of Blackcurrant #1B0021
RGB
CMYK
RGB Variations
Color information
#1B0021 (or 0x1B0021) is known color: Blackcurrant. HEX triplet: 1B, 00 and 21. RGB value is (27,0,33). Sum of RGB (Red+Green+Blue) = 27+0+33=60 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 33 (13.28% from 255 or 55% from 60); Max value from RGB is 33 - color contains mainly: blue. Hex color #1B0021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0021 is #E4FFDE. Grayscale: #0B0B0B. Windows color (decimal): -15007711 or 2162715. OLE color: 2162715.
HSL color Cylindrical-coordinate representation of color #1B0021: hue angle of 289.09º 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 #1B0021 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 27 | 0 | 33 | - |
| CMYK | 0.18 | 1 | 0 | 0.87 |
| HSL | 289.09º | 1% | 0.06% | - |
| HSV(B) | 289.09º | 1% | 0.13% | - |
| XYZ | 0.73 | 0.34 | 1.47 | - |
| YUV | 11.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 33 | 0.18 | 1 | 0 | 0.87 | 289.09 | 1 | 0.06 |
| Hex | 1B | 0 | 21 | 12 | 64 | 0 | 57 | 121 | 64 | 6 |
| Octal | 33 | 0 | 41 | 22 | 144 | 0 | 127 | 441 | 144 | 6 |
| Binary | 11011 | 0 | 100001 | 10010 | 1100100 | 0 | 1010111 | 100100001 | 1100100 | 110 |
Color Harmonies of #1B0021
Complementary color
Monochromatic Colors of #1B0021
Black with #1B0021
Text Example
Text Example
White with #1B0021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0021; }
p { color: rgb(27,0,33); }
H1.HeaderClassName
{
color: #1B0021;
}
.AnyTagClassName
{
color: #1B0021;
}
</style>
background-color css
<style>
a { background-color: #1B0021; }
a { background-color: rgb(27,0,33); }
div.DivClassName
{
background-color: #1B0021;
}
.BgClassName
{
background-color: #1B0021;
}
</style>
border-color css
<style>
span { border-color: #1B0021; }
span { border-color: rgb(27,0,33); }
td.TdClassName
{
border-color: #1B0021;
}
.TagClassName
{
border-color: #1B0021;
}
</style>