Shades of Blackcurrant #1B0032
Tints of Blackcurrant #1B0032
RGB
CMYK
RGB Variations
Color information
#1B0032 (or 0x1B0032) is known color: Blackcurrant. HEX triplet: 1B, 00 and 32. RGB value is (27,0,50). Sum of RGB (Red+Green+Blue) = 27+0+50=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 50 (19.92% from 255 or 64.94% from 77); Max value from RGB is 50 - color contains mainly: blue. Hex color #1B0032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0032 is #E4FFCD. Grayscale: #0D0D0D. Windows color (decimal): -15007694 or 3276827. OLE color: 3276827.
HSL color Cylindrical-coordinate representation of color #1B0032: hue angle of 272.4º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B0032 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 0 | 50 | - |
| CMYK | 0.46 | 1 | 0 | 0.80 |
| HSL | 272.4º | 1% | 0.1% | - |
| HSV(B) | 272.4º | 1% | 0.2% | - |
| XYZ | 1.03 | 0.46 | 3.05 | - |
| YUV | 13.77 | 148.45 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 50 | 0.46 | 1 | 0 | 0.80 | 272.4 | 1 | 0.1 |
| Hex | 1B | 0 | 32 | 2E | 64 | 0 | 50 | 110 | 64 | A |
| Octal | 33 | 0 | 62 | 56 | 144 | 0 | 120 | 420 | 144 | 12 |
| Binary | 11011 | 0 | 110010 | 101110 | 1100100 | 0 | 1010000 | 100010000 | 1100100 | 1010 |
Color Harmonies of #1B0032
Complementary color
Monochromatic Colors of #1B0032
Black with #1B0032
Text Example
Text Example
White with #1B0032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0032; }
p { color: rgb(27,0,50); }
H1.HeaderClassName
{
color: #1B0032;
}
.AnyTagClassName
{
color: #1B0032;
}
</style>
background-color css
<style>
a { background-color: #1B0032; }
a { background-color: rgb(27,0,50); }
div.DivClassName
{
background-color: #1B0032;
}
.BgClassName
{
background-color: #1B0032;
}
</style>
border-color css
<style>
span { border-color: #1B0032; }
span { border-color: rgb(27,0,50); }
td.TdClassName
{
border-color: #1B0032;
}
.TagClassName
{
border-color: #1B0032;
}
</style>