Shades of Blackberry #2B0516
Tints of Blackberry #2B0516
RGB
CMYK
RGB Variations
Color information
#2B0516 (or 0x2B0516) is known color: Blackberry. HEX triplet: 2B, 05 and 16. RGB value is (43,5,22). Sum of RGB (Red+Green+Blue) = 43+5+22=70 (9% of max value = 765). Red value is 43 (17.19% from 255 or 61.43% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0516 is #D4FAE9. Grayscale: #121212. Windows color (decimal): -13957866 or 1443115. OLE color: 1443115.
HSL color Cylindrical-coordinate representation of color #2B0516: hue angle of 333.16º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B0516 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 5 | 22 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.83 |
| HSL | 333.16º | 0.79% | 0.09% | - |
| HSV(B) | 333.16º | 0.88% | 0.17% | - |
| XYZ | 1.2 | 0.68 | 0.83 | - |
| YUV | 18.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 22 | 0 | 0.88 | 0.49 | 0.83 | 333.16 | 0.79 | 0.09 |
| Hex | 2B | 5 | 16 | 0 | 58 | 31 | 53 | 14D | 4F | 9 |
| Octal | 53 | 5 | 26 | 0 | 130 | 61 | 123 | 515 | 117 | 11 |
| Binary | 101011 | 101 | 10110 | 0 | 1011000 | 110001 | 1010011 | 101001101 | 1001111 | 1001 |
Color Harmonies of #2B0516
Complementary color
Monochromatic Colors of #2B0516
Black with #2B0516
Text Example
Text Example
White with #2B0516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0516; }
p { color: rgb(43,5,22); }
H1.HeaderClassName
{
color: #2B0516;
}
.AnyTagClassName
{
color: #2B0516;
}
</style>
background-color css
<style>
a { background-color: #2B0516; }
a { background-color: rgb(43,5,22); }
div.DivClassName
{
background-color: #2B0516;
}
.BgClassName
{
background-color: #2B0516;
}
</style>
border-color css
<style>
span { border-color: #2B0516; }
span { border-color: rgb(43,5,22); }
td.TdClassName
{
border-color: #2B0516;
}
.TagClassName
{
border-color: #2B0516;
}
</style>