Shades of Blackberry #2B0B19
Tints of Blackberry #2B0B19
RGB
CMYK
RGB Variations
Color information
#2B0B19 (or 0x2B0B19) is known color: Blackberry. HEX triplet: 2B, 0B and 19. RGB value is (43,11,25). Sum of RGB (Red+Green+Blue) = 43+11+25=79 (10% of max value = 765). Red value is 43 (17.19% from 255 or 54.43% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0B19 is #D4F4E6. Grayscale: #161616. Windows color (decimal): -13956327 or 1641259. OLE color: 1641259.
HSL color Cylindrical-coordinate representation of color #2B0B19: hue angle of 333.75º 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 #2B0B19 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 11 | 25 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.83 |
| HSL | 333.75º | 0.59% | 0.11% | - |
| HSV(B) | 333.75º | 0.74% | 0.17% | - |
| XYZ | 1.29 | 0.82 | 1.01 | - |
| YUV | 22.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 11 | 25 | 0 | 0.74 | 0.42 | 0.83 | 333.75 | 0.59 | 0.11 |
| Hex | 2B | B | 19 | 0 | 4A | 2A | 53 | 14E | 3B | B |
| Octal | 53 | 13 | 31 | 0 | 112 | 52 | 123 | 516 | 73 | 13 |
| Binary | 101011 | 1011 | 11001 | 0 | 1001010 | 101010 | 1010011 | 101001110 | 111011 | 1011 |
Color Harmonies of #2B0B19
Complementary color
Monochromatic Colors of #2B0B19
Black with #2B0B19
Text Example
Text Example
White with #2B0B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0B19; }
p { color: rgb(43,11,25); }
H1.HeaderClassName
{
color: #2B0B19;
}
.AnyTagClassName
{
color: #2B0B19;
}
</style>
background-color css
<style>
a { background-color: #2B0B19; }
a { background-color: rgb(43,11,25); }
div.DivClassName
{
background-color: #2B0B19;
}
.BgClassName
{
background-color: #2B0B19;
}
</style>
border-color css
<style>
span { border-color: #2B0B19; }
span { border-color: rgb(43,11,25); }
td.TdClassName
{
border-color: #2B0B19;
}
.TagClassName
{
border-color: #2B0B19;
}
</style>