Shades of Blackcurrant #2B163F
Tints of Blackcurrant #2B163F
RGB
CMYK
RGB Variations
Color information
#2B163F (or 0x2B163F) is known color: Blackcurrant. HEX triplet: 2B, 16 and 3F. RGB value is (43,22,63). Sum of RGB (Red+Green+Blue) = 43+22+63=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B163F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B163F is #D4E9C0. Grayscale: #202020. Windows color (decimal): -13953473 or 4134443. OLE color: 4134443.
HSL color Cylindrical-coordinate representation of color #2B163F: hue angle of 270.73º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B163F is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 22 | 63 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.75 |
| HSL | 270.73º | 0.48% | 0.17% | - |
| HSV(B) | 270.73º | 0.65% | 0.25% | - |
| XYZ | 2.18 | 1.45 | 4.87 | - |
| YUV | 32.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 22 | 63 | 0.32 | 0.65 | 0 | 0.75 | 270.73 | 0.48 | 0.17 |
| Hex | 2B | 16 | 3F | 20 | 41 | 0 | 4B | 10F | 30 | 11 |
| Octal | 53 | 26 | 77 | 40 | 101 | 0 | 113 | 417 | 60 | 21 |
| Binary | 101011 | 10110 | 111111 | 100000 | 1000001 | 0 | 1001011 | 100001111 | 110000 | 10001 |
Color Harmonies of #2B163F
Complementary color
Monochromatic Colors of #2B163F
Black with #2B163F
Text Example
Text Example
White with #2B163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B163F; }
p { color: rgb(43,22,63); }
H1.HeaderClassName
{
color: #2B163F;
}
.AnyTagClassName
{
color: #2B163F;
}
</style>
background-color css
<style>
a { background-color: #2B163F; }
a { background-color: rgb(43,22,63); }
div.DivClassName
{
background-color: #2B163F;
}
.BgClassName
{
background-color: #2B163F;
}
</style>
border-color css
<style>
span { border-color: #2B163F; }
span { border-color: rgb(43,22,63); }
td.TdClassName
{
border-color: #2B163F;
}
.TagClassName
{
border-color: #2B163F;
}
</style>