Shades of Blackcurrant #1B0532
Tints of Blackcurrant #1B0532
RGB
CMYK
RGB Variations
Color information
#1B0532 (or 0x1B0532) is known color: Blackcurrant. HEX triplet: 1B, 05 and 32. RGB value is (27,5,50). Sum of RGB (Red+Green+Blue) = 27+5+50=82 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.93% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 50 (19.92% from 255 or 60.98% from 82); Max value from RGB is 50 - color contains mainly: blue. Hex color #1B0532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0532 is #E4FACD. Grayscale: #101010. Windows color (decimal): -15006414 or 3278107. OLE color: 3278107.
HSL color Cylindrical-coordinate representation of color #1B0532: hue angle of 269.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B0532 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 5 | 50 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.80 |
| HSL | 269.33º | 0.82% | 0.11% | - |
| HSV(B) | 269.33º | 0.9% | 0.2% | - |
| XYZ | 1.08 | 0.57 | 3.07 | - |
| YUV | 16.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 50 | 0.46 | 0.90 | 0 | 0.80 | 269.33 | 0.82 | 0.11 |
| Hex | 1B | 5 | 32 | 2E | 5A | 0 | 50 | 10D | 52 | B |
| Octal | 33 | 5 | 62 | 56 | 132 | 0 | 120 | 415 | 122 | 13 |
| Binary | 11011 | 101 | 110010 | 101110 | 1011010 | 0 | 1010000 | 100001101 | 1010010 | 1011 |
Color Harmonies of #1B0532
Complementary color
Monochromatic Colors of #1B0532
Black with #1B0532
Text Example
Text Example
White with #1B0532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0532; }
p { color: rgb(27,5,50); }
H1.HeaderClassName
{
color: #1B0532;
}
.AnyTagClassName
{
color: #1B0532;
}
</style>
background-color css
<style>
a { background-color: #1B0532; }
a { background-color: rgb(27,5,50); }
div.DivClassName
{
background-color: #1B0532;
}
.BgClassName
{
background-color: #1B0532;
}
</style>
border-color css
<style>
span { border-color: #1B0532; }
span { border-color: rgb(27,5,50); }
td.TdClassName
{
border-color: #1B0532;
}
.TagClassName
{
border-color: #1B0532;
}
</style>