Shades of Blackcurrant #2B002F
Tints of Blackcurrant #2B002F
RGB
CMYK
RGB Variations
Color information
#2B002F (or 0x2B002F) is known color: Blackcurrant. HEX triplet: 2B, 00 and 2F. RGB value is (43,0,47). Sum of RGB (Red+Green+Blue) = 43+0+47=90 (11% of max value = 765). Red value is 43 (17.19% from 255 or 47.78% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 47 (18.75% from 255 or 52.22% from 90); Max value from RGB is 47 - color contains mainly: blue. Hex color #2B002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B002F is #D4FFD0. Grayscale: #121212. Windows color (decimal): -13959121 or 3080235. OLE color: 3080235.
HSL color Cylindrical-coordinate representation of color #2B002F: hue angle of 294.89º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B002F is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 0 | 47 | - |
| CMYK | 0.09 | 1 | 0 | 0.82 |
| HSL | 294.89º | 1% | 0.09% | - |
| HSV(B) | 294.89º | 1% | 0.18% | - |
| XYZ | 1.51 | 0.72 | 2.75 | - |
| YUV | 18.22 | 144.25 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 47 | 0.09 | 1 | 0 | 0.82 | 294.89 | 1 | 0.09 |
| Hex | 2B | 0 | 2F | 9 | 64 | 0 | 52 | 127 | 64 | 9 |
| Octal | 53 | 0 | 57 | 11 | 144 | 0 | 122 | 447 | 144 | 11 |
| Binary | 101011 | 0 | 101111 | 1001 | 1100100 | 0 | 1010010 | 100100111 | 1100100 | 1001 |
Color Harmonies of #2B002F
Complementary color
Monochromatic Colors of #2B002F
Black with #2B002F
Text Example
Text Example
White with #2B002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B002F; }
p { color: rgb(43,0,47); }
H1.HeaderClassName
{
color: #2B002F;
}
.AnyTagClassName
{
color: #2B002F;
}
</style>
background-color css
<style>
a { background-color: #2B002F; }
a { background-color: rgb(43,0,47); }
div.DivClassName
{
background-color: #2B002F;
}
.BgClassName
{
background-color: #2B002F;
}
</style>
border-color css
<style>
span { border-color: #2B002F; }
span { border-color: rgb(43,0,47); }
td.TdClassName
{
border-color: #2B002F;
}
.TagClassName
{
border-color: #2B002F;
}
</style>