Shades of Blackcurrant #2B0A34
Tints of Blackcurrant #2B0A34
RGB
CMYK
RGB Variations
Color information
#2B0A34 (or 0x2B0A34) is known color: Blackcurrant. HEX triplet: 2B, 0A and 34. RGB value is (43,10,52). Sum of RGB (Red+Green+Blue) = 43+10+52=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 52 (20.70% from 255 or 49.52% from 105); Max value from RGB is 52 - color contains mainly: blue. Hex color #2B0A34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0A34 is #D4F5CB. Grayscale: #181818. Windows color (decimal): -13956556 or 3410475. OLE color: 3410475.
HSL color Cylindrical-coordinate representation of color #2B0A34: hue angle of 287.14º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B0A34 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 10 | 52 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.80 |
| HSL | 287.14º | 0.68% | 0.12% | - |
| HSV(B) | 287.14º | 0.81% | 0.2% | - |
| XYZ | 1.72 | 0.98 | 3.35 | - |
| YUV | 24.66 | 143.43 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 10 | 52 | 0.17 | 0.81 | 0 | 0.80 | 287.14 | 0.68 | 0.12 |
| Hex | 2B | A | 34 | 11 | 51 | 0 | 50 | 11F | 44 | C |
| Octal | 53 | 12 | 64 | 21 | 121 | 0 | 120 | 437 | 104 | 14 |
| Binary | 101011 | 1010 | 110100 | 10001 | 1010001 | 0 | 1010000 | 100011111 | 1000100 | 1100 |
Color Harmonies of #2B0A34
Complementary color
Monochromatic Colors of #2B0A34
Black with #2B0A34
Text Example
Text Example
White with #2B0A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0A34; }
p { color: rgb(43,10,52); }
H1.HeaderClassName
{
color: #2B0A34;
}
.AnyTagClassName
{
color: #2B0A34;
}
</style>
background-color css
<style>
a { background-color: #2B0A34; }
a { background-color: rgb(43,10,52); }
div.DivClassName
{
background-color: #2B0A34;
}
.BgClassName
{
background-color: #2B0A34;
}
</style>
border-color css
<style>
span { border-color: #2B0A34; }
span { border-color: rgb(43,10,52); }
td.TdClassName
{
border-color: #2B0A34;
}
.TagClassName
{
border-color: #2B0A34;
}
</style>