Shades of Blackberry #2A081E
Tints of Blackberry #2A081E
RGB
CMYK
RGB Variations
Color information
#2A081E (or 0x2A081E) is known color: Blackberry. HEX triplet: 2A, 08 and 1E. RGB value is (42,8,30). Sum of RGB (Red+Green+Blue) = 42+8+30=80 (10% of max value = 765). Red value is 42 (16.80% from 255 or 52.5% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 42 - color contains mainly: red. Hex color #2A081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A081E is #D5F7E1. Grayscale: #141414. Windows color (decimal): -14022626 or 1968170. OLE color: 1968170.
HSL color Cylindrical-coordinate representation of color #2A081E: hue angle of 321.18º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A081E is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 8 | 30 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.84 |
| HSL | 321.18º | 0.68% | 0.1% | - |
| HSV(B) | 321.18º | 0.81% | 0.16% | - |
| XYZ | 1.28 | 0.76 | 1.31 | - |
| YUV | 20.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 30 | 0 | 0.81 | 0.29 | 0.84 | 321.18 | 0.68 | 0.1 |
| Hex | 2A | 8 | 1E | 0 | 51 | 1D | 54 | 141 | 44 | A |
| Octal | 52 | 10 | 36 | 0 | 121 | 35 | 124 | 501 | 104 | 12 |
| Binary | 101010 | 1000 | 11110 | 0 | 1010001 | 11101 | 1010100 | 101000001 | 1000100 | 1010 |
Color Harmonies of #2A081E
Complementary color
Monochromatic Colors of #2A081E
Black with #2A081E
Text Example
Text Example
White with #2A081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A081E; }
p { color: rgb(42,8,30); }
H1.HeaderClassName
{
color: #2A081E;
}
.AnyTagClassName
{
color: #2A081E;
}
</style>
background-color css
<style>
a { background-color: #2A081E; }
a { background-color: rgb(42,8,30); }
div.DivClassName
{
background-color: #2A081E;
}
.BgClassName
{
background-color: #2A081E;
}
</style>
border-color css
<style>
span { border-color: #2A081E; }
span { border-color: rgb(42,8,30); }
td.TdClassName
{
border-color: #2A081E;
}
.TagClassName
{
border-color: #2A081E;
}
</style>