Shades of Blackcurrant #1B0131
Tints of Blackcurrant #1B0131
RGB
CMYK
RGB Variations
Color information
#1B0131 (or 0x1B0131) is known color: Blackcurrant. HEX triplet: 1B, 01 and 31. RGB value is (27,1,49). Sum of RGB (Red+Green+Blue) = 27+1+49=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #1B0131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0131 is #E4FECE. Grayscale: #0E0E0E. Windows color (decimal): -15007439 or 3211547. OLE color: 3211547.
HSL color Cylindrical-coordinate representation of color #1B0131: hue angle of 272.5º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B0131 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 27 | 1 | 49 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.81 |
| HSL | 272.5º | 0.96% | 0.1% | - |
| HSV(B) | 272.5º | 0.98% | 0.19% | - |
| XYZ | 1.02 | 0.48 | 2.94 | - |
| YUV | 14.25 | 147.61 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 49 | 0.45 | 0.98 | 0 | 0.81 | 272.5 | 0.96 | 0.1 |
| Hex | 1B | 1 | 31 | 2D | 62 | 0 | 51 | 110 | 60 | A |
| Octal | 33 | 1 | 61 | 55 | 142 | 0 | 121 | 420 | 140 | 12 |
| Binary | 11011 | 1 | 110001 | 101101 | 1100010 | 0 | 1010001 | 100010000 | 1100000 | 1010 |
Color Harmonies of #1B0131
Complementary color
Monochromatic Colors of #1B0131
Black with #1B0131
Text Example
Text Example
White with #1B0131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0131; }
p { color: rgb(27,1,49); }
H1.HeaderClassName
{
color: #1B0131;
}
.AnyTagClassName
{
color: #1B0131;
}
</style>
background-color css
<style>
a { background-color: #1B0131; }
a { background-color: rgb(27,1,49); }
div.DivClassName
{
background-color: #1B0131;
}
.BgClassName
{
background-color: #1B0131;
}
</style>
border-color css
<style>
span { border-color: #1B0131; }
span { border-color: rgb(27,1,49); }
td.TdClassName
{
border-color: #1B0131;
}
.TagClassName
{
border-color: #1B0131;
}
</style>