Shades of Blackcurrant #1B0531
Tints of Blackcurrant #1B0531
RGB
CMYK
RGB Variations
Color information
#1B0531 (or 0x1B0531) is known color: Blackcurrant. HEX triplet: 1B, 05 and 31. RGB value is (27,5,49). Sum of RGB (Red+Green+Blue) = 27+5+49=81 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.33% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 49 (19.53% from 255 or 60.49% from 81); Max value from RGB is 49 - color contains mainly: blue. Hex color #1B0531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0531 is #E4FACE. Grayscale: #101010. Windows color (decimal): -15006415 or 3212571. OLE color: 3212571.
HSL color Cylindrical-coordinate representation of color #1B0531: hue angle of 270º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B0531 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 27 | 5 | 49 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.81 |
| HSL | 270º | 0.81% | 0.11% | - |
| HSV(B) | 270º | 0.9% | 0.19% | - |
| XYZ | 1.06 | 0.56 | 2.96 | - |
| YUV | 16.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 49 | 0.45 | 0.90 | 0 | 0.81 | 270 | 0.81 | 0.11 |
| Hex | 1B | 5 | 31 | 2D | 5A | 0 | 51 | 10E | 51 | B |
| Octal | 33 | 5 | 61 | 55 | 132 | 0 | 121 | 416 | 121 | 13 |
| Binary | 11011 | 101 | 110001 | 101101 | 1011010 | 0 | 1010001 | 100001110 | 1010001 | 1011 |
Color Harmonies of #1B0531
Complementary color
Monochromatic Colors of #1B0531
Black with #1B0531
Text Example
Text Example
White with #1B0531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0531; }
p { color: rgb(27,5,49); }
H1.HeaderClassName
{
color: #1B0531;
}
.AnyTagClassName
{
color: #1B0531;
}
</style>
background-color css
<style>
a { background-color: #1B0531; }
a { background-color: rgb(27,5,49); }
div.DivClassName
{
background-color: #1B0531;
}
.BgClassName
{
background-color: #1B0531;
}
</style>
border-color css
<style>
span { border-color: #1B0531; }
span { border-color: rgb(27,5,49); }
td.TdClassName
{
border-color: #1B0531;
}
.TagClassName
{
border-color: #1B0531;
}
</style>