Shades of Blackberry #2A1320
Tints of Blackberry #2A1320
RGB
CMYK
RGB Variations
Color information
#2A1320 (or 0x2A1320) is known color: Blackberry. HEX triplet: 2A, 13 and 20. RGB value is (42,19,32). Sum of RGB (Red+Green+Blue) = 42+19+32=93 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.16% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1320 is #D5ECDF. Grayscale: #1B1B1B. Windows color (decimal): -14019808 or 2102058. OLE color: 2102058.
HSL color Cylindrical-coordinate representation of color #2A1320: hue angle of 326.09º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A1320 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 19 | 32 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.84 |
| HSL | 326.09º | 0.38% | 0.12% | - |
| HSV(B) | 326.09º | 0.55% | 0.16% | - |
| XYZ | 1.45 | 1.06 | 1.5 | - |
| YUV | 27.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 32 | 0 | 0.55 | 0.24 | 0.84 | 326.09 | 0.38 | 0.12 |
| Hex | 2A | 13 | 20 | 0 | 37 | 18 | 54 | 146 | 26 | C |
| Octal | 52 | 23 | 40 | 0 | 67 | 30 | 124 | 506 | 46 | 14 |
| Binary | 101010 | 10011 | 100000 | 0 | 110111 | 11000 | 1010100 | 101000110 | 100110 | 1100 |
Color Harmonies of #2A1320
Complementary color
Monochromatic Colors of #2A1320
Black with #2A1320
Text Example
Text Example
White with #2A1320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1320; }
p { color: rgb(42,19,32); }
H1.HeaderClassName
{
color: #2A1320;
}
.AnyTagClassName
{
color: #2A1320;
}
</style>
background-color css
<style>
a { background-color: #2A1320; }
a { background-color: rgb(42,19,32); }
div.DivClassName
{
background-color: #2A1320;
}
.BgClassName
{
background-color: #2A1320;
}
</style>
border-color css
<style>
span { border-color: #2A1320; }
span { border-color: rgb(42,19,32); }
td.TdClassName
{
border-color: #2A1320;
}
.TagClassName
{
border-color: #2A1320;
}
</style>