Shades of Blackcurrant #2B0B3D
Tints of Blackcurrant #2B0B3D
RGB
CMYK
RGB Variations
Color information
#2B0B3D (or 0x2B0B3D) is known color: Blackcurrant. HEX triplet: 2B, 0B and 3D. RGB value is (43,11,61). Sum of RGB (Red+Green+Blue) = 43+11+61=115 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.39% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #2B0B3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0B3D is #D4F4C2. Grayscale: #1A1A1A. Windows color (decimal): -13956291 or 4000555. OLE color: 4000555.
HSL color Cylindrical-coordinate representation of color #2B0B3D: hue angle of 278.4º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B0B3D is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 11 | 61 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.76 |
| HSL | 278.4º | 0.69% | 0.14% | - |
| HSV(B) | 278.4º | 0.82% | 0.24% | - |
| XYZ | 1.96 | 1.09 | 4.52 | - |
| YUV | 26.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 11 | 61 | 0.30 | 0.82 | 0 | 0.76 | 278.4 | 0.69 | 0.14 |
| Hex | 2B | B | 3D | 1E | 52 | 0 | 4C | 116 | 45 | E |
| Octal | 53 | 13 | 75 | 36 | 122 | 0 | 114 | 426 | 105 | 16 |
| Binary | 101011 | 1011 | 111101 | 11110 | 1010010 | 0 | 1001100 | 100010110 | 1000101 | 1110 |
Color Harmonies of #2B0B3D
Complementary color
Monochromatic Colors of #2B0B3D
Black with #2B0B3D
Text Example
Text Example
White with #2B0B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0B3D; }
p { color: rgb(43,11,61); }
H1.HeaderClassName
{
color: #2B0B3D;
}
.AnyTagClassName
{
color: #2B0B3D;
}
</style>
background-color css
<style>
a { background-color: #2B0B3D; }
a { background-color: rgb(43,11,61); }
div.DivClassName
{
background-color: #2B0B3D;
}
.BgClassName
{
background-color: #2B0B3D;
}
</style>
border-color css
<style>
span { border-color: #2B0B3D; }
span { border-color: rgb(43,11,61); }
td.TdClassName
{
border-color: #2B0B3D;
}
.TagClassName
{
border-color: #2B0B3D;
}
</style>