Shades of Blackcurrant #1B0533
Tints of Blackcurrant #1B0533
RGB
CMYK
RGB Variations
Color information
#1B0533 (or 0x1B0533) is known color: Blackcurrant. HEX triplet: 1B, 05 and 33. RGB value is (27,5,51). Sum of RGB (Red+Green+Blue) = 27+5+51=83 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.53% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 51 (20.31% from 255 or 61.45% from 83); Max value from RGB is 51 - color contains mainly: blue. Hex color #1B0533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0533 is #E4FACC. Grayscale: #101010. Windows color (decimal): -15006413 or 3343643. OLE color: 3343643.
HSL color Cylindrical-coordinate representation of color #1B0533: hue angle of 268.7º 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 #1B0533 is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 27 | 5 | 51 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.8 |
| HSL | 268.7º | 0.82% | 0.11% | - |
| HSV(B) | 268.7º | 0.9% | 0.2% | - |
| XYZ | 1.1 | 0.58 | 3.19 | - |
| YUV | 16.82 | 147.29 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 51 | 0.47 | 0.90 | 0 | 0.8 | 268.7 | 0.82 | 0.11 |
| Hex | 1B | 5 | 33 | 2F | 5A | 0 | 50 | 10D | 52 | B |
| Octal | 33 | 5 | 63 | 57 | 132 | 0 | 120 | 415 | 122 | 13 |
| Binary | 11011 | 101 | 110011 | 101111 | 1011010 | 0 | 1010000 | 100001101 | 1010010 | 1011 |
Color Harmonies of #1B0533
Complementary color
Monochromatic Colors of #1B0533
Black with #1B0533
Text Example
Text Example
White with #1B0533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0533; }
p { color: rgb(27,5,51); }
H1.HeaderClassName
{
color: #1B0533;
}
.AnyTagClassName
{
color: #1B0533;
}
</style>
background-color css
<style>
a { background-color: #1B0533; }
a { background-color: rgb(27,5,51); }
div.DivClassName
{
background-color: #1B0533;
}
.BgClassName
{
background-color: #1B0533;
}
</style>
border-color css
<style>
span { border-color: #1B0533; }
span { border-color: rgb(27,5,51); }
td.TdClassName
{
border-color: #1B0533;
}
.TagClassName
{
border-color: #1B0533;
}
</style>