Shades of Blackcurrant #2B0239
Tints of Blackcurrant #2B0239
RGB
CMYK
RGB Variations
Color information
#2B0239 (or 0x2B0239) is known color: Blackcurrant. HEX triplet: 2B, 02 and 39. RGB value is (43,2,57). Sum of RGB (Red+Green+Blue) = 43+2+57=102 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.16% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 57 (22.66% from 255 or 55.88% from 102); Max value from RGB is 57 - color contains mainly: blue. Hex color #2B0239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0239 is #D4FDC6. Grayscale: #141414. Windows color (decimal): -13958599 or 3736107. OLE color: 3736107.
HSL color Cylindrical-coordinate representation of color #2B0239: hue angle of 284.73º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B0239 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 2 | 57 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.78 |
| HSL | 284.73º | 0.93% | 0.12% | - |
| HSV(B) | 284.73º | 0.96% | 0.22% | - |
| XYZ | 1.76 | 0.85 | 3.94 | - |
| YUV | 20.53 | 148.58 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 2 | 57 | 0.25 | 0.96 | 0 | 0.78 | 284.73 | 0.93 | 0.12 |
| Hex | 2B | 2 | 39 | 19 | 60 | 0 | 4E | 11D | 5D | C |
| Octal | 53 | 2 | 71 | 31 | 140 | 0 | 116 | 435 | 135 | 14 |
| Binary | 101011 | 10 | 111001 | 11001 | 1100000 | 0 | 1001110 | 100011101 | 1011101 | 1100 |
Color Harmonies of #2B0239
Complementary color
Monochromatic Colors of #2B0239
Black with #2B0239
Text Example
Text Example
White with #2B0239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0239; }
p { color: rgb(43,2,57); }
H1.HeaderClassName
{
color: #2B0239;
}
.AnyTagClassName
{
color: #2B0239;
}
</style>
background-color css
<style>
a { background-color: #2B0239; }
a { background-color: rgb(43,2,57); }
div.DivClassName
{
background-color: #2B0239;
}
.BgClassName
{
background-color: #2B0239;
}
</style>
border-color css
<style>
span { border-color: #2B0239; }
span { border-color: rgb(43,2,57); }
td.TdClassName
{
border-color: #2B0239;
}
.TagClassName
{
border-color: #2B0239;
}
</style>