Shades of Blackcurrant #2B0430
Tints of Blackcurrant #2B0430
RGB
CMYK
RGB Variations
Color information
#2B0430 (or 0x2B0430) is known color: Blackcurrant. HEX triplet: 2B, 04 and 30. RGB value is (43,4,48). Sum of RGB (Red+Green+Blue) = 43+4+48=95 (12% of max value = 765). Red value is 43 (17.19% from 255 or 45.26% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #2B0430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0430 is #D4FBCF. Grayscale: #141414. Windows color (decimal): -13958096 or 3146795. OLE color: 3146795.
HSL color Cylindrical-coordinate representation of color #2B0430: hue angle of 293.18º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B0430 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 4 | 48 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.81 |
| HSL | 293.18º | 0.85% | 0.1% | - |
| HSV(B) | 293.18º | 0.92% | 0.19% | - |
| XYZ | 1.57 | 0.81 | 2.87 | - |
| YUV | 20.68 | 143.42 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 48 | 0.10 | 0.92 | 0 | 0.81 | 293.18 | 0.85 | 0.1 |
| Hex | 2B | 4 | 30 | A | 5C | 0 | 51 | 125 | 55 | A |
| Octal | 53 | 4 | 60 | 12 | 134 | 0 | 121 | 445 | 125 | 12 |
| Binary | 101011 | 100 | 110000 | 1010 | 1011100 | 0 | 1010001 | 100100101 | 1010101 | 1010 |
Color Harmonies of #2B0430
Complementary color
Monochromatic Colors of #2B0430
Black with #2B0430
Text Example
Text Example
White with #2B0430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0430; }
p { color: rgb(43,4,48); }
H1.HeaderClassName
{
color: #2B0430;
}
.AnyTagClassName
{
color: #2B0430;
}
</style>
background-color css
<style>
a { background-color: #2B0430; }
a { background-color: rgb(43,4,48); }
div.DivClassName
{
background-color: #2B0430;
}
.BgClassName
{
background-color: #2B0430;
}
</style>
border-color css
<style>
span { border-color: #2B0430; }
span { border-color: rgb(43,4,48); }
td.TdClassName
{
border-color: #2B0430;
}
.TagClassName
{
border-color: #2B0430;
}
</style>