Shades of Blackberry #2A021B
Tints of Blackberry #2A021B
RGB
CMYK
RGB Variations
Color information
#2A021B (or 0x2A021B) is known color: Blackberry. HEX triplet: 2A, 02 and 1B. RGB value is (42,2,27). Sum of RGB (Red+Green+Blue) = 42+2+27=71 (9% of max value = 765). Red value is 42 (16.80% from 255 or 59.15% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 42 - color contains mainly: red. Hex color #2A021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A021B is #D5FDE4. Grayscale: #101010. Windows color (decimal): -14024165 or 1770026. OLE color: 1770026.
HSL color Cylindrical-coordinate representation of color #2A021B: hue angle of 322.5º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A021B is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 2 | 27 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.84 |
| HSL | 322.5º | 0.91% | 0.09% | - |
| HSV(B) | 322.5º | 0.95% | 0.16% | - |
| XYZ | 1.17 | 0.61 | 1.09 | - |
| YUV | 16.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 27 | 0 | 0.95 | 0.36 | 0.84 | 322.5 | 0.91 | 0.09 |
| Hex | 2A | 2 | 1B | 0 | 5F | 24 | 54 | 142 | 5B | 9 |
| Octal | 52 | 2 | 33 | 0 | 137 | 44 | 124 | 502 | 133 | 11 |
| Binary | 101010 | 10 | 11011 | 0 | 1011111 | 100100 | 1010100 | 101000010 | 1011011 | 1001 |
Color Harmonies of #2A021B
Complementary color
Monochromatic Colors of #2A021B
Black with #2A021B
Text Example
Text Example
White with #2A021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A021B; }
p { color: rgb(42,2,27); }
H1.HeaderClassName
{
color: #2A021B;
}
.AnyTagClassName
{
color: #2A021B;
}
</style>
background-color css
<style>
a { background-color: #2A021B; }
a { background-color: rgb(42,2,27); }
div.DivClassName
{
background-color: #2A021B;
}
.BgClassName
{
background-color: #2A021B;
}
</style>
border-color css
<style>
span { border-color: #2A021B; }
span { border-color: rgb(42,2,27); }
td.TdClassName
{
border-color: #2A021B;
}
.TagClassName
{
border-color: #2A021B;
}
</style>