Shades of Blackberry #2A0419
Tints of Blackberry #2A0419
RGB
CMYK
RGB Variations
Color information
#2A0419 (or 0x2A0419) is known color: Blackberry. HEX triplet: 2A, 04 and 19. RGB value is (42,4,25). Sum of RGB (Red+Green+Blue) = 42+4+25=71 (9% of max value = 765). Red value is 42 (16.80% from 255 or 59.15% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0419 is #D5FBE6. Grayscale: #111111. Windows color (decimal): -14023655 or 1639466. OLE color: 1639466.
HSL color Cylindrical-coordinate representation of color #2A0419: hue angle of 326.84º 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 #2A0419 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 4 | 25 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.84 |
| HSL | 326.84º | 0.83% | 0.09% | - |
| HSV(B) | 326.84º | 0.9% | 0.16% | - |
| XYZ | 1.17 | 0.65 | 0.98 | - |
| YUV | 17.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 25 | 0 | 0.90 | 0.40 | 0.84 | 326.84 | 0.83 | 0.09 |
| Hex | 2A | 4 | 19 | 0 | 5A | 28 | 54 | 147 | 53 | 9 |
| Octal | 52 | 4 | 31 | 0 | 132 | 50 | 124 | 507 | 123 | 11 |
| Binary | 101010 | 100 | 11001 | 0 | 1011010 | 101000 | 1010100 | 101000111 | 1010011 | 1001 |
Color Harmonies of #2A0419
Complementary color
Monochromatic Colors of #2A0419
Black with #2A0419
Text Example
Text Example
White with #2A0419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0419; }
p { color: rgb(42,4,25); }
H1.HeaderClassName
{
color: #2A0419;
}
.AnyTagClassName
{
color: #2A0419;
}
</style>
background-color css
<style>
a { background-color: #2A0419; }
a { background-color: rgb(42,4,25); }
div.DivClassName
{
background-color: #2A0419;
}
.BgClassName
{
background-color: #2A0419;
}
</style>
border-color css
<style>
span { border-color: #2A0419; }
span { border-color: rgb(42,4,25); }
td.TdClassName
{
border-color: #2A0419;
}
.TagClassName
{
border-color: #2A0419;
}
</style>