Shades of Blackcurrant #2B073F
Tints of Blackcurrant #2B073F
RGB
CMYK
RGB Variations
Color information
#2B073F (or 0x2B073F) is known color: Blackcurrant. HEX triplet: 2B, 07 and 3F. RGB value is (43,7,63). Sum of RGB (Red+Green+Blue) = 43+7+63=113 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.05% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B073F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B073F is #D4F8C0. Grayscale: #171717. Windows color (decimal): -13957313 or 4130603. OLE color: 4130603.
HSL color Cylindrical-coordinate representation of color #2B073F: hue angle of 278.57º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B073F is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 7 | 63 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.75 |
| HSL | 278.57º | 0.8% | 0.14% | - |
| HSV(B) | 278.57º | 0.89% | 0.25% | - |
| XYZ | 1.97 | 1.02 | 4.8 | - |
| YUV | 24.15 | 149.93 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 7 | 63 | 0.32 | 0.89 | 0 | 0.75 | 278.57 | 0.8 | 0.14 |
| Hex | 2B | 7 | 3F | 20 | 59 | 0 | 4B | 117 | 50 | E |
| Octal | 53 | 7 | 77 | 40 | 131 | 0 | 113 | 427 | 120 | 16 |
| Binary | 101011 | 111 | 111111 | 100000 | 1011001 | 0 | 1001011 | 100010111 | 1010000 | 1110 |
Color Harmonies of #2B073F
Complementary color
Monochromatic Colors of #2B073F
Black with #2B073F
Text Example
Text Example
White with #2B073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B073F; }
p { color: rgb(43,7,63); }
H1.HeaderClassName
{
color: #2B073F;
}
.AnyTagClassName
{
color: #2B073F;
}
</style>
background-color css
<style>
a { background-color: #2B073F; }
a { background-color: rgb(43,7,63); }
div.DivClassName
{
background-color: #2B073F;
}
.BgClassName
{
background-color: #2B073F;
}
</style>
border-color css
<style>
span { border-color: #2B073F; }
span { border-color: rgb(43,7,63); }
td.TdClassName
{
border-color: #2B073F;
}
.TagClassName
{
border-color: #2B073F;
}
</style>