Shades of Blackberry #2A0A1A
Tints of Blackberry #2A0A1A
RGB
CMYK
RGB Variations
Color information
#2A0A1A (or 0x2A0A1A) is known color: Blackberry. HEX triplet: 2A, 0A and 1A. RGB value is (42,10,26). Sum of RGB (Red+Green+Blue) = 42+10+26=78 (10% of max value = 765). Red value is 42 (16.80% from 255 or 53.85% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0A1A is #D5F5E5. Grayscale: #151515. Windows color (decimal): -14022118 or 1706538. OLE color: 1706538.
HSL color Cylindrical-coordinate representation of color #2A0A1A: hue angle of 330º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A0A1A is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 10 | 26 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.84 |
| HSL | 330º | 0.62% | 0.1% | - |
| HSV(B) | 330º | 0.76% | 0.16% | - |
| XYZ | 1.25 | 0.78 | 1.06 | - |
| YUV | 21.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 10 | 26 | 0 | 0.76 | 0.38 | 0.84 | 330 | 0.62 | 0.1 |
| Hex | 2A | A | 1A | 0 | 4C | 26 | 54 | 14A | 3E | A |
| Octal | 52 | 12 | 32 | 0 | 114 | 46 | 124 | 512 | 76 | 12 |
| Binary | 101010 | 1010 | 11010 | 0 | 1001100 | 100110 | 1010100 | 101001010 | 111110 | 1010 |
Color Harmonies of #2A0A1A
Complementary color
Monochromatic Colors of #2A0A1A
Black with #2A0A1A
Text Example
Text Example
White with #2A0A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0A1A; }
p { color: rgb(42,10,26); }
H1.HeaderClassName
{
color: #2A0A1A;
}
.AnyTagClassName
{
color: #2A0A1A;
}
</style>
background-color css
<style>
a { background-color: #2A0A1A; }
a { background-color: rgb(42,10,26); }
div.DivClassName
{
background-color: #2A0A1A;
}
.BgClassName
{
background-color: #2A0A1A;
}
</style>
border-color css
<style>
span { border-color: #2A0A1A; }
span { border-color: rgb(42,10,26); }
td.TdClassName
{
border-color: #2A0A1A;
}
.TagClassName
{
border-color: #2A0A1A;
}
</style>