Shades of Blackcurrant #2B0152
Tints of Blackcurrant #2B0152
RGB
CMYK
RGB Variations
Color information
#2B0152 (or 0x2B0152) is known color: Blackcurrant. HEX triplet: 2B, 01 and 52. RGB value is (43,1,82). Sum of RGB (Red+Green+Blue) = 43+1+82=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 82 (32.42% from 255 or 65.08% from 126); Max value from RGB is 82 - color contains mainly: blue. Hex color #2B0152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0152 is #D4FEAD. Grayscale: #161616. Windows color (decimal): -13958830 or 5374251. OLE color: 5374251.
HSL color Cylindrical-coordinate representation of color #2B0152: hue angle of 271.11º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B0152 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 43 | 1 | 82 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.68 |
| HSL | 271.11º | 0.98% | 0.16% | - |
| HSV(B) | 271.11º | 0.99% | 0.32% | - |
| XYZ | 2.53 | 1.14 | 8.07 | - |
| YUV | 22.79 | 161.41 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 82 | 0.48 | 0.99 | 0 | 0.68 | 271.11 | 0.98 | 0.16 |
| Hex | 2B | 1 | 52 | 30 | 63 | 0 | 44 | 10F | 62 | 10 |
| Octal | 53 | 1 | 122 | 60 | 143 | 0 | 104 | 417 | 142 | 20 |
| Binary | 101011 | 1 | 1010010 | 110000 | 1100011 | 0 | 1000100 | 100001111 | 1100010 | 10000 |
Color Harmonies of #2B0152
Complementary color
Monochromatic Colors of #2B0152
Black with #2B0152
Text Example
Text Example
White with #2B0152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0152; }
p { color: rgb(43,1,82); }
H1.HeaderClassName
{
color: #2B0152;
}
.AnyTagClassName
{
color: #2B0152;
}
</style>
background-color css
<style>
a { background-color: #2B0152; }
a { background-color: rgb(43,1,82); }
div.DivClassName
{
background-color: #2B0152;
}
.BgClassName
{
background-color: #2B0152;
}
</style>
border-color css
<style>
span { border-color: #2B0152; }
span { border-color: rgb(43,1,82); }
td.TdClassName
{
border-color: #2B0152;
}
.TagClassName
{
border-color: #2B0152;
}
</style>