Shades of Blackcurrant #2B003F
Tints of Blackcurrant #2B003F
RGB
CMYK
RGB Variations
Color information
#2B003F (or 0x2B003F) is known color: Blackcurrant. HEX triplet: 2B, 00 and 3F. RGB value is (43,0,63). Sum of RGB (Red+Green+Blue) = 43+0+63=106 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.57% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 63 (25% from 255 or 59.43% from 106); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B003F is #D4FFC0. Grayscale: #131313. Windows color (decimal): -13959105 or 4128811. OLE color: 4128811.
HSL color Cylindrical-coordinate representation of color #2B003F: hue angle of 280.95º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B003F is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 0 | 63 | - |
| CMYK | 0.32 | 1 | 0 | 0.75 |
| HSL | 280.95º | 1% | 0.12% | - |
| HSV(B) | 280.95º | 1% | 0.25% | - |
| XYZ | 1.89 | 0.87 | 4.77 | - |
| YUV | 20.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 63 | 0.32 | 1 | 0 | 0.75 | 280.95 | 1 | 0.12 |
| Hex | 2B | 0 | 3F | 20 | 64 | 0 | 4B | 119 | 64 | C |
| Octal | 53 | 0 | 77 | 40 | 144 | 0 | 113 | 431 | 144 | 14 |
| Binary | 101011 | 0 | 111111 | 100000 | 1100100 | 0 | 1001011 | 100011001 | 1100100 | 1100 |
Color Harmonies of #2B003F
Complementary color
Monochromatic Colors of #2B003F
Black with #2B003F
Text Example
Text Example
White with #2B003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B003F; }
p { color: rgb(43,0,63); }
H1.HeaderClassName
{
color: #2B003F;
}
.AnyTagClassName
{
color: #2B003F;
}
</style>
background-color css
<style>
a { background-color: #2B003F; }
a { background-color: rgb(43,0,63); }
div.DivClassName
{
background-color: #2B003F;
}
.BgClassName
{
background-color: #2B003F;
}
</style>
border-color css
<style>
span { border-color: #2B003F; }
span { border-color: rgb(43,0,63); }
td.TdClassName
{
border-color: #2B003F;
}
.TagClassName
{
border-color: #2B003F;
}
</style>