Shades of Blackcurrant #2B0A3D
Tints of Blackcurrant #2B0A3D
RGB
CMYK
RGB Variations
Color information
#2B0A3D (or 0x2B0A3D) is known color: Blackcurrant. HEX triplet: 2B, 0A and 3D. RGB value is (43,10,61). Sum of RGB (Red+Green+Blue) = 43+10+61=114 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.72% from 114); Green value is 10 (4.30% from 255 or 8.77% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #2B0A3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0A3D is #D4F5C2. Grayscale: #191919. Windows color (decimal): -13956547 or 4000299. OLE color: 4000299.
HSL color Cylindrical-coordinate representation of color #2B0A3D: hue angle of 278.82º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B0A3D is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 10 | 61 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.76 |
| HSL | 278.82º | 0.72% | 0.14% | - |
| HSV(B) | 278.82º | 0.84% | 0.24% | - |
| XYZ | 1.95 | 1.07 | 4.52 | - |
| YUV | 25.68 | 147.93 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 10 | 61 | 0.30 | 0.84 | 0 | 0.76 | 278.82 | 0.72 | 0.14 |
| Hex | 2B | A | 3D | 1E | 54 | 0 | 4C | 117 | 48 | E |
| Octal | 53 | 12 | 75 | 36 | 124 | 0 | 114 | 427 | 110 | 16 |
| Binary | 101011 | 1010 | 111101 | 11110 | 1010100 | 0 | 1001100 | 100010111 | 1001000 | 1110 |
Color Harmonies of #2B0A3D
Complementary color
Monochromatic Colors of #2B0A3D
Black with #2B0A3D
Text Example
Text Example
White with #2B0A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0A3D; }
p { color: rgb(43,10,61); }
H1.HeaderClassName
{
color: #2B0A3D;
}
.AnyTagClassName
{
color: #2B0A3D;
}
</style>
background-color css
<style>
a { background-color: #2B0A3D; }
a { background-color: rgb(43,10,61); }
div.DivClassName
{
background-color: #2B0A3D;
}
.BgClassName
{
background-color: #2B0A3D;
}
</style>
border-color css
<style>
span { border-color: #2B0A3D; }
span { border-color: rgb(43,10,61); }
td.TdClassName
{
border-color: #2B0A3D;
}
.TagClassName
{
border-color: #2B0A3D;
}
</style>