Shades of Blackcurrant #1B0022
Tints of Blackcurrant #1B0022
RGB
CMYK
RGB Variations
Color information
#1B0022 (or 0x1B0022) is known color: Blackcurrant. HEX triplet: 1B, 00 and 22. RGB value is (27,0,34). Sum of RGB (Red+Green+Blue) = 27+0+34=61 (8% of max value = 765). Red value is 27 (10.94% from 255 or 44.26% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 34 (13.67% from 255 or 55.74% from 61); Max value from RGB is 34 - color contains mainly: blue. Hex color #1B0022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0022 is #E4FFDD. Grayscale: #0B0B0B. Windows color (decimal): -15007710 or 2228251. OLE color: 2228251.
HSL color Cylindrical-coordinate representation of color #1B0022: hue angle of 287.65º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B0022 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 27 | 0 | 34 | - |
| CMYK | 0.21 | 1 | 0 | 0.87 |
| HSL | 287.65º | 1% | 0.07% | - |
| HSV(B) | 287.65º | 1% | 0.13% | - |
| XYZ | 0.74 | 0.35 | 1.54 | - |
| YUV | 11.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 34 | 0.21 | 1 | 0 | 0.87 | 287.65 | 1 | 0.07 |
| Hex | 1B | 0 | 22 | 15 | 64 | 0 | 57 | 120 | 64 | 7 |
| Octal | 33 | 0 | 42 | 25 | 144 | 0 | 127 | 440 | 144 | 7 |
| Binary | 11011 | 0 | 100010 | 10101 | 1100100 | 0 | 1010111 | 100100000 | 1100100 | 111 |
Color Harmonies of #1B0022
Complementary color
Monochromatic Colors of #1B0022
Black with #1B0022
Text Example
Text Example
White with #1B0022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0022; }
p { color: rgb(27,0,34); }
H1.HeaderClassName
{
color: #1B0022;
}
.AnyTagClassName
{
color: #1B0022;
}
</style>
background-color css
<style>
a { background-color: #1B0022; }
a { background-color: rgb(27,0,34); }
div.DivClassName
{
background-color: #1B0022;
}
.BgClassName
{
background-color: #1B0022;
}
</style>
border-color css
<style>
span { border-color: #1B0022; }
span { border-color: rgb(27,0,34); }
td.TdClassName
{
border-color: #1B0022;
}
.TagClassName
{
border-color: #1B0022;
}
</style>