Shades of Blackcurrant #1B0236
Tints of Blackcurrant #1B0236
RGB
CMYK
RGB Variations
Color information
#1B0236 (or 0x1B0236) is known color: Blackcurrant. HEX triplet: 1B, 02 and 36. RGB value is (27,2,54). Sum of RGB (Red+Green+Blue) = 27+2+54=83 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.53% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 54 (21.48% from 255 or 65.06% from 83); Max value from RGB is 54 - color contains mainly: blue. Hex color #1B0236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0236 is #E4FDC9. Grayscale: #0F0F0F. Windows color (decimal): -15007178 or 3539483. OLE color: 3539483.
HSL color Cylindrical-coordinate representation of color #1B0236: hue angle of 268.85º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B0236 is Cyan = 0.5, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 27 | 2 | 54 | - |
| CMYK | 0.5 | 0.96 | 0 | 0.79 |
| HSL | 268.85º | 0.93% | 0.11% | - |
| HSV(B) | 268.85º | 0.96% | 0.21% | - |
| XYZ | 1.14 | 0.54 | 3.53 | - |
| YUV | 15.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 2 | 54 | 0.5 | 0.96 | 0 | 0.79 | 268.85 | 0.93 | 0.11 |
| Hex | 1B | 2 | 36 | 32 | 60 | 0 | 4F | 10D | 5D | B |
| Octal | 33 | 2 | 66 | 62 | 140 | 0 | 117 | 415 | 135 | 13 |
| Binary | 11011 | 10 | 110110 | 110010 | 1100000 | 0 | 1001111 | 100001101 | 1011101 | 1011 |
Color Harmonies of #1B0236
Complementary color
Monochromatic Colors of #1B0236
Black with #1B0236
Text Example
Text Example
White with #1B0236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0236; }
p { color: rgb(27,2,54); }
H1.HeaderClassName
{
color: #1B0236;
}
.AnyTagClassName
{
color: #1B0236;
}
</style>
background-color css
<style>
a { background-color: #1B0236; }
a { background-color: rgb(27,2,54); }
div.DivClassName
{
background-color: #1B0236;
}
.BgClassName
{
background-color: #1B0236;
}
</style>
border-color css
<style>
span { border-color: #1B0236; }
span { border-color: rgb(27,2,54); }
td.TdClassName
{
border-color: #1B0236;
}
.TagClassName
{
border-color: #1B0236;
}
</style>