Shades of Blackcurrant #1B0136
Tints of Blackcurrant #1B0136
RGB
CMYK
RGB Variations
Color information
#1B0136 (or 0x1B0136) is known color: Blackcurrant. HEX triplet: 1B, 01 and 36. RGB value is (27,1,54). Sum of RGB (Red+Green+Blue) = 27+1+54=82 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.93% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 54 (21.48% from 255 or 65.85% from 82); Max value from RGB is 54 - color contains mainly: blue. Hex color #1B0136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0136 is #E4FEC9. Grayscale: #0E0E0E. Windows color (decimal): -15007434 or 3539227. OLE color: 3539227.
HSL color Cylindrical-coordinate representation of color #1B0136: hue angle of 269.43º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B0136 is Cyan = 0.5, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 27 | 1 | 54 | - |
| CMYK | 0.5 | 0.98 | 0 | 0.79 |
| HSL | 269.43º | 0.96% | 0.11% | - |
| HSV(B) | 269.43º | 0.98% | 0.21% | - |
| XYZ | 1.13 | 0.52 | 3.53 | - |
| YUV | 14.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 54 | 0.5 | 0.98 | 0 | 0.79 | 269.43 | 0.96 | 0.11 |
| Hex | 1B | 1 | 36 | 32 | 62 | 0 | 4F | 10D | 60 | B |
| Octal | 33 | 1 | 66 | 62 | 142 | 0 | 117 | 415 | 140 | 13 |
| Binary | 11011 | 1 | 110110 | 110010 | 1100010 | 0 | 1001111 | 100001101 | 1100000 | 1011 |
Color Harmonies of #1B0136
Complementary color
Monochromatic Colors of #1B0136
Black with #1B0136
Text Example
Text Example
White with #1B0136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0136; }
p { color: rgb(27,1,54); }
H1.HeaderClassName
{
color: #1B0136;
}
.AnyTagClassName
{
color: #1B0136;
}
</style>
background-color css
<style>
a { background-color: #1B0136; }
a { background-color: rgb(27,1,54); }
div.DivClassName
{
background-color: #1B0136;
}
.BgClassName
{
background-color: #1B0136;
}
</style>
border-color css
<style>
span { border-color: #1B0136; }
span { border-color: rgb(27,1,54); }
td.TdClassName
{
border-color: #1B0136;
}
.TagClassName
{
border-color: #1B0136;
}
</style>