Shades of Blackberry #2B0116
Tints of Blackberry #2B0116
RGB
CMYK
RGB Variations
Color information
#2B0116 (or 0x2B0116) is known color: Blackberry. HEX triplet: 2B, 01 and 16. RGB value is (43,1,22). Sum of RGB (Red+Green+Blue) = 43+1+22=66 (8% of max value = 765). Red value is 43 (17.19% from 255 or 65.15% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0116 is #D4FEE9. Grayscale: #0F0F0F. Windows color (decimal): -13958890 or 1442091. OLE color: 1442091.
HSL color Cylindrical-coordinate representation of color #2B0116: hue angle of 330º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B0116 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 1 | 22 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.83 |
| HSL | 330º | 0.95% | 0.09% | - |
| HSV(B) | 330º | 0.98% | 0.17% | - |
| XYZ | 1.15 | 0.59 | 0.81 | - |
| YUV | 15.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 22 | 0 | 0.98 | 0.49 | 0.83 | 330 | 0.95 | 0.09 |
| Hex | 2B | 1 | 16 | 0 | 62 | 31 | 53 | 14A | 5F | 9 |
| Octal | 53 | 1 | 26 | 0 | 142 | 61 | 123 | 512 | 137 | 11 |
| Binary | 101011 | 1 | 10110 | 0 | 1100010 | 110001 | 1010011 | 101001010 | 1011111 | 1001 |
Color Harmonies of #2B0116
Complementary color
Monochromatic Colors of #2B0116
Black with #2B0116
Text Example
Text Example
White with #2B0116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0116; }
p { color: rgb(43,1,22); }
H1.HeaderClassName
{
color: #2B0116;
}
.AnyTagClassName
{
color: #2B0116;
}
</style>
background-color css
<style>
a { background-color: #2B0116; }
a { background-color: rgb(43,1,22); }
div.DivClassName
{
background-color: #2B0116;
}
.BgClassName
{
background-color: #2B0116;
}
</style>
border-color css
<style>
span { border-color: #2B0116; }
span { border-color: rgb(43,1,22); }
td.TdClassName
{
border-color: #2B0116;
}
.TagClassName
{
border-color: #2B0116;
}
</style>