Shades of Blackberry #2A131F
Tints of Blackberry #2A131F
RGB
CMYK
RGB Variations
Color information
#2A131F (or 0x2A131F) is known color: Blackberry. HEX triplet: 2A, 13 and 1F. RGB value is (42,19,31). Sum of RGB (Red+Green+Blue) = 42+19+31=92 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.65% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 42 - color contains mainly: red. Hex color #2A131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A131F is #D5ECE0. Grayscale: #1B1B1B. Windows color (decimal): -14019809 or 2036522. OLE color: 2036522.
HSL color Cylindrical-coordinate representation of color #2A131F: hue angle of 328.7º 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 #2A131F is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 19 | 31 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.84 |
| HSL | 328.7º | 0.38% | 0.12% | - |
| HSV(B) | 328.7º | 0.55% | 0.16% | - |
| XYZ | 1.44 | 1.06 | 1.42 | - |
| YUV | 27.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 31 | 0 | 0.55 | 0.26 | 0.84 | 328.7 | 0.38 | 0.12 |
| Hex | 2A | 13 | 1F | 0 | 37 | 1A | 54 | 149 | 26 | C |
| Octal | 52 | 23 | 37 | 0 | 67 | 32 | 124 | 511 | 46 | 14 |
| Binary | 101010 | 10011 | 11111 | 0 | 110111 | 11010 | 1010100 | 101001001 | 100110 | 1100 |
Color Harmonies of #2A131F
Complementary color
Monochromatic Colors of #2A131F
Black with #2A131F
Text Example
Text Example
White with #2A131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A131F; }
p { color: rgb(42,19,31); }
H1.HeaderClassName
{
color: #2A131F;
}
.AnyTagClassName
{
color: #2A131F;
}
</style>
background-color css
<style>
a { background-color: #2A131F; }
a { background-color: rgb(42,19,31); }
div.DivClassName
{
background-color: #2A131F;
}
.BgClassName
{
background-color: #2A131F;
}
</style>
border-color css
<style>
span { border-color: #2A131F; }
span { border-color: rgb(42,19,31); }
td.TdClassName
{
border-color: #2A131F;
}
.TagClassName
{
border-color: #2A131F;
}
</style>