Shades of Blackberry #2B051B
Tints of Blackberry #2B051B
RGB
CMYK
RGB Variations
Color information
#2B051B (or 0x2B051B) is known color: Blackberry. HEX triplet: 2B, 05 and 1B. RGB value is (43,5,27). Sum of RGB (Red+Green+Blue) = 43+5+27=75 (9% of max value = 765). Red value is 43 (17.19% from 255 or 57.33% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 43 - color contains mainly: red. Hex color #2B051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B051B is #D4FAE4. Grayscale: #121212. Windows color (decimal): -13957861 or 1770795. OLE color: 1770795.
HSL color Cylindrical-coordinate representation of color #2B051B: hue angle of 325.26º 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 #2B051B is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 5 | 27 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.83 |
| HSL | 325.26º | 0.79% | 0.09% | - |
| HSV(B) | 325.26º | 0.88% | 0.17% | - |
| XYZ | 1.25 | 0.7 | 1.11 | - |
| YUV | 18.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 27 | 0 | 0.88 | 0.37 | 0.83 | 325.26 | 0.79 | 0.09 |
| Hex | 2B | 5 | 1B | 0 | 58 | 25 | 53 | 145 | 4F | 9 |
| Octal | 53 | 5 | 33 | 0 | 130 | 45 | 123 | 505 | 117 | 11 |
| Binary | 101011 | 101 | 11011 | 0 | 1011000 | 100101 | 1010011 | 101000101 | 1001111 | 1001 |
Color Harmonies of #2B051B
Complementary color
Monochromatic Colors of #2B051B
Black with #2B051B
Text Example
Text Example
White with #2B051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B051B; }
p { color: rgb(43,5,27); }
H1.HeaderClassName
{
color: #2B051B;
}
.AnyTagClassName
{
color: #2B051B;
}
</style>
background-color css
<style>
a { background-color: #2B051B; }
a { background-color: rgb(43,5,27); }
div.DivClassName
{
background-color: #2B051B;
}
.BgClassName
{
background-color: #2B051B;
}
</style>
border-color css
<style>
span { border-color: #2B051B; }
span { border-color: rgb(43,5,27); }
td.TdClassName
{
border-color: #2B051B;
}
.TagClassName
{
border-color: #2B051B;
}
</style>