Shades of Blackberry #2A0019
Tints of Blackberry #2A0019
RGB
CMYK
RGB Variations
Color information
#2A0019 (or 0x2A0019) is known color: Blackberry. HEX triplet: 2A, 00 and 19. RGB value is (42,0,25). Sum of RGB (Red+Green+Blue) = 42+0+25=67 (8% of max value = 765). Red value is 42 (16.80% from 255 or 62.69% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0019 is #D5FFE6. Grayscale: #0F0F0F. Windows color (decimal): -14024679 or 1638442. OLE color: 1638442.
HSL color Cylindrical-coordinate representation of color #2A0019: hue angle of 324.29º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0019 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.40 | 0.84 |
| HSL | 324.29º | 1% | 0.08% | - |
| HSV(B) | 324.29º | 1% | 0.16% | - |
| XYZ | 1.13 | 0.56 | 0.97 | - |
| YUV | 15.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 25 | 0 | 1 | 0.40 | 0.84 | 324.29 | 1 | 0.08 |
| Hex | 2A | 0 | 19 | 0 | 64 | 28 | 54 | 144 | 64 | 8 |
| Octal | 52 | 0 | 31 | 0 | 144 | 50 | 124 | 504 | 144 | 10 |
| Binary | 101010 | 0 | 11001 | 0 | 1100100 | 101000 | 1010100 | 101000100 | 1100100 | 1000 |
Color Harmonies of #2A0019
Complementary color
Monochromatic Colors of #2A0019
Black with #2A0019
Text Example
Text Example
White with #2A0019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0019; }
p { color: rgb(42,0,25); }
H1.HeaderClassName
{
color: #2A0019;
}
.AnyTagClassName
{
color: #2A0019;
}
</style>
background-color css
<style>
a { background-color: #2A0019; }
a { background-color: rgb(42,0,25); }
div.DivClassName
{
background-color: #2A0019;
}
.BgClassName
{
background-color: #2A0019;
}
</style>
border-color css
<style>
span { border-color: #2A0019; }
span { border-color: rgb(42,0,25); }
td.TdClassName
{
border-color: #2A0019;
}
.TagClassName
{
border-color: #2A0019;
}
</style>