Shades of Blackcurrant #2B023F
Tints of Blackcurrant #2B023F
RGB
CMYK
RGB Variations
Color information
#2B023F (or 0x2B023F) is known color: Blackcurrant. HEX triplet: 2B, 02 and 3F. RGB value is (43,2,63). Sum of RGB (Red+Green+Blue) = 43+2+63=108 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.81% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 63 (25% from 255 or 58.33% from 108); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B023F is #D4FDC0. Grayscale: #151515. Windows color (decimal): -13958593 or 4129323. OLE color: 4129323.
HSL color Cylindrical-coordinate representation of color #2B023F: hue angle of 280.33º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B023F is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 2 | 63 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.75 |
| HSL | 280.33º | 0.94% | 0.13% | - |
| HSV(B) | 280.33º | 0.97% | 0.25% | - |
| XYZ | 1.92 | 0.92 | 4.78 | - |
| YUV | 21.21 | 151.58 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 2 | 63 | 0.32 | 0.97 | 0 | 0.75 | 280.33 | 0.94 | 0.13 |
| Hex | 2B | 2 | 3F | 20 | 61 | 0 | 4B | 118 | 5E | D |
| Octal | 53 | 2 | 77 | 40 | 141 | 0 | 113 | 430 | 136 | 15 |
| Binary | 101011 | 10 | 111111 | 100000 | 1100001 | 0 | 1001011 | 100011000 | 1011110 | 1101 |
Color Harmonies of #2B023F
Complementary color
Monochromatic Colors of #2B023F
Black with #2B023F
Text Example
Text Example
White with #2B023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B023F; }
p { color: rgb(43,2,63); }
H1.HeaderClassName
{
color: #2B023F;
}
.AnyTagClassName
{
color: #2B023F;
}
</style>
background-color css
<style>
a { background-color: #2B023F; }
a { background-color: rgb(43,2,63); }
div.DivClassName
{
background-color: #2B023F;
}
.BgClassName
{
background-color: #2B023F;
}
</style>
border-color css
<style>
span { border-color: #2B023F; }
span { border-color: rgb(43,2,63); }
td.TdClassName
{
border-color: #2B023F;
}
.TagClassName
{
border-color: #2B023F;
}
</style>