Shades of Blackcurrant #1B0132
Tints of Blackcurrant #1B0132
RGB
CMYK
RGB Variations
Color information
#1B0132 (or 0x1B0132) is known color: Blackcurrant. HEX triplet: 1B, 01 and 32. RGB value is (27,1,50). Sum of RGB (Red+Green+Blue) = 27+1+50=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 50 (19.92% from 255 or 64.10% from 78); Max value from RGB is 50 - color contains mainly: blue. Hex color #1B0132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0132 is #E4FECD. Grayscale: #0E0E0E. Windows color (decimal): -15007438 or 3277083. OLE color: 3277083.
HSL color Cylindrical-coordinate representation of color #1B0132: hue angle of 271.84º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B0132 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 1 | 50 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.80 |
| HSL | 271.84º | 0.96% | 0.1% | - |
| HSV(B) | 271.84º | 0.98% | 0.2% | - |
| XYZ | 1.04 | 0.49 | 3.06 | - |
| YUV | 14.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 50 | 0.46 | 0.98 | 0 | 0.80 | 271.84 | 0.96 | 0.1 |
| Hex | 1B | 1 | 32 | 2E | 62 | 0 | 50 | 110 | 60 | A |
| Octal | 33 | 1 | 62 | 56 | 142 | 0 | 120 | 420 | 140 | 12 |
| Binary | 11011 | 1 | 110010 | 101110 | 1100010 | 0 | 1010000 | 100010000 | 1100000 | 1010 |
Color Harmonies of #1B0132
Complementary color
Monochromatic Colors of #1B0132
Black with #1B0132
Text Example
Text Example
White with #1B0132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0132; }
p { color: rgb(27,1,50); }
H1.HeaderClassName
{
color: #1B0132;
}
.AnyTagClassName
{
color: #1B0132;
}
</style>
background-color css
<style>
a { background-color: #1B0132; }
a { background-color: rgb(27,1,50); }
div.DivClassName
{
background-color: #1B0132;
}
.BgClassName
{
background-color: #1B0132;
}
</style>
border-color css
<style>
span { border-color: #1B0132; }
span { border-color: rgb(27,1,50); }
td.TdClassName
{
border-color: #1B0132;
}
.TagClassName
{
border-color: #1B0132;
}
</style>