Shades of Blackberry #2A0B21
Tints of Blackberry #2A0B21
RGB
CMYK
RGB Variations
Color information
#2A0B21 (or 0x2A0B21) is known color: Blackberry. HEX triplet: 2A, 0B and 21. RGB value is (42,11,33). Sum of RGB (Red+Green+Blue) = 42+11+33=86 (11% of max value = 765). Red value is 42 (16.80% from 255 or 48.84% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0B21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0B21 is #D5F4DE. Grayscale: #161616. Windows color (decimal): -14021855 or 2165546. OLE color: 2165546.
HSL color Cylindrical-coordinate representation of color #2A0B21: hue angle of 317.42º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A0B21 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 11 | 33 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.84 |
| HSL | 317.42º | 0.58% | 0.1% | - |
| HSV(B) | 317.42º | 0.74% | 0.16% | - |
| XYZ | 1.35 | 0.84 | 1.53 | - |
| YUV | 22.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 11 | 33 | 0 | 0.74 | 0.21 | 0.84 | 317.42 | 0.58 | 0.1 |
| Hex | 2A | B | 21 | 0 | 4A | 15 | 54 | 13D | 3A | A |
| Octal | 52 | 13 | 41 | 0 | 112 | 25 | 124 | 475 | 72 | 12 |
| Binary | 101010 | 1011 | 100001 | 0 | 1001010 | 10101 | 1010100 | 100111101 | 111010 | 1010 |
Color Harmonies of #2A0B21
Complementary color
Monochromatic Colors of #2A0B21
Black with #2A0B21
Text Example
Text Example
White with #2A0B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0B21; }
p { color: rgb(42,11,33); }
H1.HeaderClassName
{
color: #2A0B21;
}
.AnyTagClassName
{
color: #2A0B21;
}
</style>
background-color css
<style>
a { background-color: #2A0B21; }
a { background-color: rgb(42,11,33); }
div.DivClassName
{
background-color: #2A0B21;
}
.BgClassName
{
background-color: #2A0B21;
}
</style>
border-color css
<style>
span { border-color: #2A0B21; }
span { border-color: rgb(42,11,33); }
td.TdClassName
{
border-color: #2A0B21;
}
.TagClassName
{
border-color: #2A0B21;
}
</style>