Shades of Blackberry #2A061D
Tints of Blackberry #2A061D
RGB
CMYK
RGB Variations
Color information
#2A061D (or 0x2A061D) is known color: Blackberry. HEX triplet: 2A, 06 and 1D. RGB value is (42,6,29). Sum of RGB (Red+Green+Blue) = 42+6+29=77 (10% of max value = 765). Red value is 42 (16.80% from 255 or 54.55% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 42 - color contains mainly: red. Hex color #2A061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A061D is #D5F9E2. Grayscale: #131313. Windows color (decimal): -14023139 or 1902122. OLE color: 1902122.
HSL color Cylindrical-coordinate representation of color #2A061D: hue angle of 321.67º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A061D is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 6 | 29 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.84 |
| HSL | 321.67º | 0.75% | 0.09% | - |
| HSV(B) | 321.67º | 0.86% | 0.16% | - |
| XYZ | 1.24 | 0.71 | 1.23 | - |
| YUV | 19.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 29 | 0 | 0.86 | 0.31 | 0.84 | 321.67 | 0.75 | 0.09 |
| Hex | 2A | 6 | 1D | 0 | 56 | 1F | 54 | 142 | 4B | 9 |
| Octal | 52 | 6 | 35 | 0 | 126 | 37 | 124 | 502 | 113 | 11 |
| Binary | 101010 | 110 | 11101 | 0 | 1010110 | 11111 | 1010100 | 101000010 | 1001011 | 1001 |
Color Harmonies of #2A061D
Complementary color
Monochromatic Colors of #2A061D
Black with #2A061D
Text Example
Text Example
White with #2A061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A061D; }
p { color: rgb(42,6,29); }
H1.HeaderClassName
{
color: #2A061D;
}
.AnyTagClassName
{
color: #2A061D;
}
</style>
background-color css
<style>
a { background-color: #2A061D; }
a { background-color: rgb(42,6,29); }
div.DivClassName
{
background-color: #2A061D;
}
.BgClassName
{
background-color: #2A061D;
}
</style>
border-color css
<style>
span { border-color: #2A061D; }
span { border-color: rgb(42,6,29); }
td.TdClassName
{
border-color: #2A061D;
}
.TagClassName
{
border-color: #2A061D;
}
</style>