Shades of Blackcurrant #1B1122
Tints of Blackcurrant #1B1122
RGB
CMYK
RGB Variations
Color information
#1B1122 (or 0x1B1122) is known color: Blackcurrant. HEX triplet: 1B, 11 and 22. RGB value is (27,17,34). Sum of RGB (Red+Green+Blue) = 27+17+34=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 34 (13.67% from 255 or 43.59% from 78); Max value from RGB is 34 - color contains mainly: blue. Hex color #1B1122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1122 is #E4EEDD. Grayscale: #151515. Windows color (decimal): -15003358 or 2232603. OLE color: 2232603.
HSL color Cylindrical-coordinate representation of color #1B1122: hue angle of 275.29º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1B1122 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 27 | 17 | 34 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.87 |
| HSL | 275.29º | 0.33% | 0.1% | - |
| HSV(B) | 275.29º | 0.5% | 0.13% | - |
| XYZ | 0.94 | 0.75 | 1.61 | - |
| YUV | 21.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 17 | 34 | 0.21 | 0.50 | 0 | 0.87 | 275.29 | 0.33 | 0.1 |
| Hex | 1B | 11 | 22 | 15 | 32 | 0 | 57 | 113 | 21 | A |
| Octal | 33 | 21 | 42 | 25 | 62 | 0 | 127 | 423 | 41 | 12 |
| Binary | 11011 | 10001 | 100010 | 10101 | 110010 | 0 | 1010111 | 100010011 | 100001 | 1010 |
Color Harmonies of #1B1122
Complementary color
Monochromatic Colors of #1B1122
Black with #1B1122
Text Example
Text Example
White with #1B1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1122; }
p { color: rgb(27,17,34); }
H1.HeaderClassName
{
color: #1B1122;
}
.AnyTagClassName
{
color: #1B1122;
}
</style>
background-color css
<style>
a { background-color: #1B1122; }
a { background-color: rgb(27,17,34); }
div.DivClassName
{
background-color: #1B1122;
}
.BgClassName
{
background-color: #1B1122;
}
</style>
border-color css
<style>
span { border-color: #1B1122; }
span { border-color: rgb(27,17,34); }
td.TdClassName
{
border-color: #1B1122;
}
.TagClassName
{
border-color: #1B1122;
}
</style>