Shades of Blackcurrant #2B0A38
Tints of Blackcurrant #2B0A38
RGB
CMYK
RGB Variations
Color information
#2B0A38 (or 0x2B0A38) is known color: Blackcurrant. HEX triplet: 2B, 0A and 38. RGB value is (43,10,56). Sum of RGB (Red+Green+Blue) = 43+10+56=109 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.45% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 56 (22.27% from 255 or 51.38% from 109); Max value from RGB is 56 - color contains mainly: blue. Hex color #2B0A38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0A38 is #D4F5C7. Grayscale: #181818. Windows color (decimal): -13956552 or 3672619. OLE color: 3672619.
HSL color Cylindrical-coordinate representation of color #2B0A38: hue angle of 283.04º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B0A38 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 10 | 56 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.78 |
| HSL | 283.04º | 0.7% | 0.13% | - |
| HSV(B) | 283.04º | 0.82% | 0.22% | - |
| XYZ | 1.82 | 1.02 | 3.84 | - |
| YUV | 25.11 | 145.43 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 10 | 56 | 0.23 | 0.82 | 0 | 0.78 | 283.04 | 0.7 | 0.13 |
| Hex | 2B | A | 38 | 17 | 52 | 0 | 4E | 11B | 46 | D |
| Octal | 53 | 12 | 70 | 27 | 122 | 0 | 116 | 433 | 106 | 15 |
| Binary | 101011 | 1010 | 111000 | 10111 | 1010010 | 0 | 1001110 | 100011011 | 1000110 | 1101 |
Color Harmonies of #2B0A38
Complementary color
Monochromatic Colors of #2B0A38
Black with #2B0A38
Text Example
Text Example
White with #2B0A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0A38; }
p { color: rgb(43,10,56); }
H1.HeaderClassName
{
color: #2B0A38;
}
.AnyTagClassName
{
color: #2B0A38;
}
</style>
background-color css
<style>
a { background-color: #2B0A38; }
a { background-color: rgb(43,10,56); }
div.DivClassName
{
background-color: #2B0A38;
}
.BgClassName
{
background-color: #2B0A38;
}
</style>
border-color css
<style>
span { border-color: #2B0A38; }
span { border-color: rgb(43,10,56); }
td.TdClassName
{
border-color: #2B0A38;
}
.TagClassName
{
border-color: #2B0A38;
}
</style>