Shades of Blackcurrant #2B053E
Tints of Blackcurrant #2B053E
RGB
CMYK
RGB Variations
Color information
#2B053E (or 0x2B053E) is known color: Blackcurrant. HEX triplet: 2B, 05 and 3E. RGB value is (43,5,62). Sum of RGB (Red+Green+Blue) = 43+5+62=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 62 (24.61% from 255 or 56.36% from 110); Max value from RGB is 62 - color contains mainly: blue. Hex color #2B053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B053E is #D4FAC1. Grayscale: #161616. Windows color (decimal): -13957826 or 4064555. OLE color: 4064555.
HSL color Cylindrical-coordinate representation of color #2B053E: hue angle of 280º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B053E is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 5 | 62 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.76 |
| HSL | 280º | 0.85% | 0.13% | - |
| HSV(B) | 280º | 0.92% | 0.24% | - |
| XYZ | 1.92 | 0.97 | 4.64 | - |
| YUV | 22.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 62 | 0.31 | 0.92 | 0 | 0.76 | 280 | 0.85 | 0.13 |
| Hex | 2B | 5 | 3E | 1F | 5C | 0 | 4C | 118 | 55 | D |
| Octal | 53 | 5 | 76 | 37 | 134 | 0 | 114 | 430 | 125 | 15 |
| Binary | 101011 | 101 | 111110 | 11111 | 1011100 | 0 | 1001100 | 100011000 | 1010101 | 1101 |
Color Harmonies of #2B053E
Complementary color
Monochromatic Colors of #2B053E
Black with #2B053E
Text Example
Text Example
White with #2B053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B053E; }
p { color: rgb(43,5,62); }
H1.HeaderClassName
{
color: #2B053E;
}
.AnyTagClassName
{
color: #2B053E;
}
</style>
background-color css
<style>
a { background-color: #2B053E; }
a { background-color: rgb(43,5,62); }
div.DivClassName
{
background-color: #2B053E;
}
.BgClassName
{
background-color: #2B053E;
}
</style>
border-color css
<style>
span { border-color: #2B053E; }
span { border-color: rgb(43,5,62); }
td.TdClassName
{
border-color: #2B053E;
}
.TagClassName
{
border-color: #2B053E;
}
</style>