Shades of Blackberry #2B041B
Tints of Blackberry #2B041B
RGB
CMYK
RGB Variations
Color information
#2B041B (or 0x2B041B) is known color: Blackberry. HEX triplet: 2B, 04 and 1B. RGB value is (43,4,27). Sum of RGB (Red+Green+Blue) = 43+4+27=74 (9% of max value = 765). Red value is 43 (17.19% from 255 or 58.11% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 43 - color contains mainly: red. Hex color #2B041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B041B is #D4FBE4. Grayscale: #121212. Windows color (decimal): -13958117 or 1770539. OLE color: 1770539.
HSL color Cylindrical-coordinate representation of color #2B041B: hue angle of 324.62º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B041B is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 4 | 27 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.83 |
| HSL | 324.62º | 0.83% | 0.09% | - |
| HSV(B) | 324.62º | 0.91% | 0.17% | - |
| XYZ | 1.24 | 0.68 | 1.1 | - |
| YUV | 18.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 27 | 0 | 0.91 | 0.37 | 0.83 | 324.62 | 0.83 | 0.09 |
| Hex | 2B | 4 | 1B | 0 | 5B | 25 | 53 | 145 | 53 | 9 |
| Octal | 53 | 4 | 33 | 0 | 133 | 45 | 123 | 505 | 123 | 11 |
| Binary | 101011 | 100 | 11011 | 0 | 1011011 | 100101 | 1010011 | 101000101 | 1010011 | 1001 |
Color Harmonies of #2B041B
Complementary color
Monochromatic Colors of #2B041B
Black with #2B041B
Text Example
Text Example
White with #2B041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B041B; }
p { color: rgb(43,4,27); }
H1.HeaderClassName
{
color: #2B041B;
}
.AnyTagClassName
{
color: #2B041B;
}
</style>
background-color css
<style>
a { background-color: #2B041B; }
a { background-color: rgb(43,4,27); }
div.DivClassName
{
background-color: #2B041B;
}
.BgClassName
{
background-color: #2B041B;
}
</style>
border-color css
<style>
span { border-color: #2B041B; }
span { border-color: rgb(43,4,27); }
td.TdClassName
{
border-color: #2B041B;
}
.TagClassName
{
border-color: #2B041B;
}
</style>