Shades of Blackberry #2B061D
Tints of Blackberry #2B061D
RGB
CMYK
RGB Variations
Color information
#2B061D (or 0x2B061D) is known color: Blackberry. HEX triplet: 2B, 06 and 1D. RGB value is (43,6,29). Sum of RGB (Red+Green+Blue) = 43+6+29=78 (10% of max value = 765). Red value is 43 (17.19% from 255 or 55.13% from 78); Green value is 6 (2.73% from 255 or 7.69% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 43 - color contains mainly: red. Hex color #2B061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B061D is #D4F9E2. Grayscale: #131313. Windows color (decimal): -13957603 or 1902123. OLE color: 1902123.
HSL color Cylindrical-coordinate representation of color #2B061D: hue angle of 322.7º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B061D is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 6 | 29 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.83 |
| HSL | 322.7º | 0.76% | 0.1% | - |
| HSV(B) | 322.7º | 0.86% | 0.17% | - |
| XYZ | 1.28 | 0.73 | 1.24 | - |
| YUV | 19.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 6 | 29 | 0 | 0.86 | 0.33 | 0.83 | 322.7 | 0.76 | 0.1 |
| Hex | 2B | 6 | 1D | 0 | 56 | 21 | 53 | 143 | 4C | A |
| Octal | 53 | 6 | 35 | 0 | 126 | 41 | 123 | 503 | 114 | 12 |
| Binary | 101011 | 110 | 11101 | 0 | 1010110 | 100001 | 1010011 | 101000011 | 1001100 | 1010 |
Color Harmonies of #2B061D
Complementary color
Monochromatic Colors of #2B061D
Black with #2B061D
Text Example
Text Example
White with #2B061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B061D; }
p { color: rgb(43,6,29); }
H1.HeaderClassName
{
color: #2B061D;
}
.AnyTagClassName
{
color: #2B061D;
}
</style>
background-color css
<style>
a { background-color: #2B061D; }
a { background-color: rgb(43,6,29); }
div.DivClassName
{
background-color: #2B061D;
}
.BgClassName
{
background-color: #2B061D;
}
</style>
border-color css
<style>
span { border-color: #2B061D; }
span { border-color: rgb(43,6,29); }
td.TdClassName
{
border-color: #2B061D;
}
.TagClassName
{
border-color: #2B061D;
}
</style>