Shades of Blackcurrant #1B1522
Tints of Blackcurrant #1B1522
RGB
CMYK
RGB Variations
Color information
#1B1522 (or 0x1B1522) is known color: Blackcurrant. HEX triplet: 1B, 15 and 22. RGB value is (27,21,34). Sum of RGB (Red+Green+Blue) = 27+21+34=82 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.93% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 34 (13.67% from 255 or 41.46% from 82); Max value from RGB is 34 - color contains mainly: blue. Hex color #1B1522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1522 is #E4EADD. Grayscale: #181818. Windows color (decimal): -15002334 or 2233627. OLE color: 2233627.
HSL color Cylindrical-coordinate representation of color #1B1522: hue angle of 267.69º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1B1522 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 27 | 21 | 34 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.87 |
| HSL | 267.69º | 0.24% | 0.11% | - |
| HSV(B) | 267.69º | 0.38% | 0.13% | - |
| XYZ | 1.01 | 0.88 | 1.63 | - |
| YUV | 24.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 21 | 34 | 0.21 | 0.38 | 0 | 0.87 | 267.69 | 0.24 | 0.11 |
| Hex | 1B | 15 | 22 | 15 | 26 | 0 | 57 | 10C | 18 | B |
| Octal | 33 | 25 | 42 | 25 | 46 | 0 | 127 | 414 | 30 | 13 |
| Binary | 11011 | 10101 | 100010 | 10101 | 100110 | 0 | 1010111 | 100001100 | 11000 | 1011 |
Color Harmonies of #1B1522
Complementary color
Monochromatic Colors of #1B1522
Black with #1B1522
Text Example
Text Example
White with #1B1522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1522; }
p { color: rgb(27,21,34); }
H1.HeaderClassName
{
color: #1B1522;
}
.AnyTagClassName
{
color: #1B1522;
}
</style>
background-color css
<style>
a { background-color: #1B1522; }
a { background-color: rgb(27,21,34); }
div.DivClassName
{
background-color: #1B1522;
}
.BgClassName
{
background-color: #1B1522;
}
</style>
border-color css
<style>
span { border-color: #1B1522; }
span { border-color: rgb(27,21,34); }
td.TdClassName
{
border-color: #1B1522;
}
.TagClassName
{
border-color: #1B1522;
}
</style>