Shades of Blackcurrant #2B053F
Tints of Blackcurrant #2B053F
RGB
CMYK
RGB Variations
Color information
#2B053F (or 0x2B053F) is known color: Blackcurrant. HEX triplet: 2B, 05 and 3F. RGB value is (43,5,63). Sum of RGB (Red+Green+Blue) = 43+5+63=111 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.74% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 63 (25% from 255 or 56.76% from 111); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B053F is #D4FAC0. Grayscale: #161616. Windows color (decimal): -13957825 or 4130091. OLE color: 4130091.
HSL color Cylindrical-coordinate representation of color #2B053F: hue angle of 279.31º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B053F is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 5 | 63 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.75 |
| HSL | 279.31º | 0.85% | 0.13% | - |
| HSV(B) | 279.31º | 0.92% | 0.25% | - |
| XYZ | 1.95 | 0.98 | 4.79 | - |
| YUV | 22.97 | 150.59 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 63 | 0.32 | 0.92 | 0 | 0.75 | 279.31 | 0.85 | 0.13 |
| Hex | 2B | 5 | 3F | 20 | 5C | 0 | 4B | 117 | 55 | D |
| Octal | 53 | 5 | 77 | 40 | 134 | 0 | 113 | 427 | 125 | 15 |
| Binary | 101011 | 101 | 111111 | 100000 | 1011100 | 0 | 1001011 | 100010111 | 1010101 | 1101 |
Color Harmonies of #2B053F
Complementary color
Monochromatic Colors of #2B053F
Black with #2B053F
Text Example
Text Example
White with #2B053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B053F; }
p { color: rgb(43,5,63); }
H1.HeaderClassName
{
color: #2B053F;
}
.AnyTagClassName
{
color: #2B053F;
}
</style>
background-color css
<style>
a { background-color: #2B053F; }
a { background-color: rgb(43,5,63); }
div.DivClassName
{
background-color: #2B053F;
}
.BgClassName
{
background-color: #2B053F;
}
</style>
border-color css
<style>
span { border-color: #2B053F; }
span { border-color: rgb(43,5,63); }
td.TdClassName
{
border-color: #2B053F;
}
.TagClassName
{
border-color: #2B053F;
}
</style>