Shades of Blackberry #2B0E1E
Tints of Blackberry #2B0E1E
RGB
CMYK
RGB Variations
Color information
#2B0E1E (or 0x2B0E1E) is known color: Blackberry. HEX triplet: 2B, 0E and 1E. RGB value is (43,14,30). Sum of RGB (Red+Green+Blue) = 43+14+30=87 (11% of max value = 765). Red value is 43 (17.19% from 255 or 49.43% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0E1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0E1E is #D4F1E1. Grayscale: #181818. Windows color (decimal): -13955554 or 1969707. OLE color: 1969707.
HSL color Cylindrical-coordinate representation of color #2B0E1E: hue angle of 326.9º degrees, saturation: 0.51, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B0E1E is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 14 | 30 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.83 |
| HSL | 326.9º | 0.51% | 0.11% | - |
| HSV(B) | 326.9º | 0.67% | 0.17% | - |
| XYZ | 1.39 | 0.92 | 1.33 | - |
| YUV | 24.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 14 | 30 | 0 | 0.67 | 0.30 | 0.83 | 326.9 | 0.51 | 0.11 |
| Hex | 2B | E | 1E | 0 | 43 | 1E | 53 | 147 | 33 | B |
| Octal | 53 | 16 | 36 | 0 | 103 | 36 | 123 | 507 | 63 | 13 |
| Binary | 101011 | 1110 | 11110 | 0 | 1000011 | 11110 | 1010011 | 101000111 | 110011 | 1011 |
Color Harmonies of #2B0E1E
Complementary color
Monochromatic Colors of #2B0E1E
Black with #2B0E1E
Text Example
Text Example
White with #2B0E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0E1E; }
p { color: rgb(43,14,30); }
H1.HeaderClassName
{
color: #2B0E1E;
}
.AnyTagClassName
{
color: #2B0E1E;
}
</style>
background-color css
<style>
a { background-color: #2B0E1E; }
a { background-color: rgb(43,14,30); }
div.DivClassName
{
background-color: #2B0E1E;
}
.BgClassName
{
background-color: #2B0E1E;
}
</style>
border-color css
<style>
span { border-color: #2B0E1E; }
span { border-color: rgb(43,14,30); }
td.TdClassName
{
border-color: #2B0E1E;
}
.TagClassName
{
border-color: #2B0E1E;
}
</style>