Shades of Blackcurrant #2B0255
Tints of Blackcurrant #2B0255
RGB
CMYK
RGB Variations
Color information
#2B0255 (or 0x2B0255) is known color: Blackcurrant. HEX triplet: 2B, 02 and 55. RGB value is (43,2,85). Sum of RGB (Red+Green+Blue) = 43+2+85=130 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.08% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 85 (33.59% from 255 or 65.38% from 130); Max value from RGB is 85 - color contains mainly: blue. Hex color #2B0255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0255 is #D4FDAA. Grayscale: #171717. Windows color (decimal): -13958571 or 5571115. OLE color: 5571115.
HSL color Cylindrical-coordinate representation of color #2B0255: hue angle of 269.64º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B0255 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 2 | 85 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.67 |
| HSL | 269.64º | 0.95% | 0.17% | - |
| HSV(B) | 269.64º | 0.98% | 0.33% | - |
| XYZ | 2.66 | 1.21 | 8.69 | - |
| YUV | 23.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 2 | 85 | 0.49 | 0.98 | 0 | 0.67 | 269.64 | 0.95 | 0.17 |
| Hex | 2B | 2 | 55 | 31 | 62 | 0 | 43 | 10E | 5F | 11 |
| Octal | 53 | 2 | 125 | 61 | 142 | 0 | 103 | 416 | 137 | 21 |
| Binary | 101011 | 10 | 1010101 | 110001 | 1100010 | 0 | 1000011 | 100001110 | 1011111 | 10001 |
Color Harmonies of #2B0255
Complementary color
Monochromatic Colors of #2B0255
Black with #2B0255
Text Example
Text Example
White with #2B0255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0255; }
p { color: rgb(43,2,85); }
H1.HeaderClassName
{
color: #2B0255;
}
.AnyTagClassName
{
color: #2B0255;
}
</style>
background-color css
<style>
a { background-color: #2B0255; }
a { background-color: rgb(43,2,85); }
div.DivClassName
{
background-color: #2B0255;
}
.BgClassName
{
background-color: #2B0255;
}
</style>
border-color css
<style>
span { border-color: #2B0255; }
span { border-color: rgb(43,2,85); }
td.TdClassName
{
border-color: #2B0255;
}
.TagClassName
{
border-color: #2B0255;
}
</style>