Shades of Blackberry #2B0B1C
Tints of Blackberry #2B0B1C
RGB
CMYK
RGB Variations
Color information
#2B0B1C (or 0x2B0B1C) is known color: Blackberry. HEX triplet: 2B, 0B and 1C. RGB value is (43,11,28). Sum of RGB (Red+Green+Blue) = 43+11+28=82 (10% of max value = 765). Red value is 43 (17.19% from 255 or 52.44% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0B1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0B1C is #D4F4E3. Grayscale: #161616. Windows color (decimal): -13956324 or 1837867. OLE color: 1837867.
HSL color Cylindrical-coordinate representation of color #2B0B1C: hue angle of 328.12º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B0B1C is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 11 | 28 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.83 |
| HSL | 328.13º | 0.59% | 0.11% | - |
| HSV(B) | 328.13º | 0.74% | 0.17% | - |
| XYZ | 1.33 | 0.84 | 1.19 | - |
| YUV | 22.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 11 | 28 | 0 | 0.74 | 0.35 | 0.83 | 328.13 | 0.59 | 0.11 |
| Hex | 2B | B | 1C | 0 | 4A | 23 | 53 | 148 | 3B | B |
| Octal | 53 | 13 | 34 | 0 | 112 | 43 | 123 | 510 | 73 | 13 |
| Binary | 101011 | 1011 | 11100 | 0 | 1001010 | 100011 | 1010011 | 101001000 | 111011 | 1011 |
Color Harmonies of #2B0B1C
Complementary color
Monochromatic Colors of #2B0B1C
Black with #2B0B1C
Text Example
Text Example
White with #2B0B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0B1C; }
p { color: rgb(43,11,28); }
H1.HeaderClassName
{
color: #2B0B1C;
}
.AnyTagClassName
{
color: #2B0B1C;
}
</style>
background-color css
<style>
a { background-color: #2B0B1C; }
a { background-color: rgb(43,11,28); }
div.DivClassName
{
background-color: #2B0B1C;
}
.BgClassName
{
background-color: #2B0B1C;
}
</style>
border-color css
<style>
span { border-color: #2B0B1C; }
span { border-color: rgb(43,11,28); }
td.TdClassName
{
border-color: #2B0B1C;
}
.TagClassName
{
border-color: #2B0B1C;
}
</style>