Shades of Blackcurrant #1B1520
Tints of Blackcurrant #1B1520
RGB
CMYK
RGB Variations
Color information
#1B1520 (or 0x1B1520) is known color: Blackcurrant. HEX triplet: 1B, 15 and 20. RGB value is (27,21,32). Sum of RGB (Red+Green+Blue) = 27+21+32=80 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.75% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 32 (12.89% from 255 or 40% from 80); Max value from RGB is 32 - color contains mainly: blue. Hex color #1B1520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1520 is #E4EADF. Grayscale: #181818. Windows color (decimal): -15002336 or 2102555. OLE color: 2102555.
HSL color Cylindrical-coordinate representation of color #1B1520: hue angle of 272.73º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1B1520 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 27 | 21 | 32 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.87 |
| HSL | 272.73º | 0.21% | 0.1% | - |
| HSV(B) | 272.73º | 0.34% | 0.13% | - |
| XYZ | 0.98 | 0.87 | 1.48 | - |
| YUV | 24.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 21 | 32 | 0.16 | 0.34 | 0 | 0.87 | 272.73 | 0.21 | 0.1 |
| Hex | 1B | 15 | 20 | 10 | 22 | 0 | 57 | 111 | 15 | A |
| Octal | 33 | 25 | 40 | 20 | 42 | 0 | 127 | 421 | 25 | 12 |
| Binary | 11011 | 10101 | 100000 | 10000 | 100010 | 0 | 1010111 | 100010001 | 10101 | 1010 |
Color Harmonies of #1B1520
Complementary color
Monochromatic Colors of #1B1520
Black with #1B1520
Text Example
Text Example
White with #1B1520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1520; }
p { color: rgb(27,21,32); }
H1.HeaderClassName
{
color: #1B1520;
}
.AnyTagClassName
{
color: #1B1520;
}
</style>
background-color css
<style>
a { background-color: #1B1520; }
a { background-color: rgb(27,21,32); }
div.DivClassName
{
background-color: #1B1520;
}
.BgClassName
{
background-color: #1B1520;
}
</style>
border-color css
<style>
span { border-color: #1B1520; }
span { border-color: rgb(27,21,32); }
td.TdClassName
{
border-color: #1B1520;
}
.TagClassName
{
border-color: #1B1520;
}
</style>