Shades of Blackberry #2A0415
Tints of Blackberry #2A0415
RGB
CMYK
RGB Variations
Color information
#2A0415 (or 0x2A0415) is known color: Blackberry. HEX triplet: 2A, 04 and 15. RGB value is (42,4,21). Sum of RGB (Red+Green+Blue) = 42+4+21=67 (8% of max value = 765). Red value is 42 (16.80% from 255 or 62.69% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 21 (8.59% from 255 or 31.34% from 67); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0415 is #D5FBEA. Grayscale: #111111. Windows color (decimal): -14023659 or 1377322. OLE color: 1377322.
HSL color Cylindrical-coordinate representation of color #2A0415: hue angle of 333.16º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A0415 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 4 | 21 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.84 |
| HSL | 333.16º | 0.83% | 0.09% | - |
| HSV(B) | 333.16º | 0.9% | 0.16% | - |
| XYZ | 1.13 | 0.63 | 0.77 | - |
| YUV | 17.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 21 | 0 | 0.90 | 0.50 | 0.84 | 333.16 | 0.83 | 0.09 |
| Hex | 2A | 4 | 15 | 0 | 5A | 32 | 54 | 14D | 53 | 9 |
| Octal | 52 | 4 | 25 | 0 | 132 | 62 | 124 | 515 | 123 | 11 |
| Binary | 101010 | 100 | 10101 | 0 | 1011010 | 110010 | 1010100 | 101001101 | 1010011 | 1001 |
Color Harmonies of #2A0415
Complementary color
Monochromatic Colors of #2A0415
Black with #2A0415
Text Example
Text Example
White with #2A0415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0415; }
p { color: rgb(42,4,21); }
H1.HeaderClassName
{
color: #2A0415;
}
.AnyTagClassName
{
color: #2A0415;
}
</style>
background-color css
<style>
a { background-color: #2A0415; }
a { background-color: rgb(42,4,21); }
div.DivClassName
{
background-color: #2A0415;
}
.BgClassName
{
background-color: #2A0415;
}
</style>
border-color css
<style>
span { border-color: #2A0415; }
span { border-color: rgb(42,4,21); }
td.TdClassName
{
border-color: #2A0415;
}
.TagClassName
{
border-color: #2A0415;
}
</style>