Shades of Blackcurrant #2B0042
Tints of Blackcurrant #2B0042
RGB
CMYK
RGB Variations
Color information
#2B0042 (or 0x2B0042) is known color: Blackcurrant. HEX triplet: 2B, 00 and 42. RGB value is (43,0,66). Sum of RGB (Red+Green+Blue) = 43+0+66=109 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.45% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 66 (26.17% from 255 or 60.55% from 109); Max value from RGB is 66 - color contains mainly: blue. Hex color #2B0042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0042 is #D4FFBD. Grayscale: #141414. Windows color (decimal): -13959102 or 4325419. OLE color: 4325419.
HSL color Cylindrical-coordinate representation of color #2B0042: hue angle of 279.09º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B0042 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 0 | 66 | - |
| CMYK | 0.35 | 1 | 0 | 0.74 |
| HSL | 279.09º | 1% | 0.13% | - |
| HSV(B) | 279.09º | 1% | 0.26% | - |
| XYZ | 1.98 | 0.91 | 5.22 | - |
| YUV | 20.38 | 153.75 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 66 | 0.35 | 1 | 0 | 0.74 | 279.09 | 1 | 0.13 |
| Hex | 2B | 0 | 42 | 23 | 64 | 0 | 4A | 117 | 64 | D |
| Octal | 53 | 0 | 102 | 43 | 144 | 0 | 112 | 427 | 144 | 15 |
| Binary | 101011 | 0 | 1000010 | 100011 | 1100100 | 0 | 1001010 | 100010111 | 1100100 | 1101 |
Color Harmonies of #2B0042
Complementary color
Monochromatic Colors of #2B0042
Black with #2B0042
Text Example
Text Example
White with #2B0042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0042; }
p { color: rgb(43,0,66); }
H1.HeaderClassName
{
color: #2B0042;
}
.AnyTagClassName
{
color: #2B0042;
}
</style>
background-color css
<style>
a { background-color: #2B0042; }
a { background-color: rgb(43,0,66); }
div.DivClassName
{
background-color: #2B0042;
}
.BgClassName
{
background-color: #2B0042;
}
</style>
border-color css
<style>
span { border-color: #2B0042; }
span { border-color: rgb(43,0,66); }
td.TdClassName
{
border-color: #2B0042;
}
.TagClassName
{
border-color: #2B0042;
}
</style>