Shades of Blackberry #2A111C
Tints of Blackberry #2A111C
RGB
CMYK
RGB Variations
Color information
#2A111C (or 0x2A111C) is known color: Blackberry. HEX triplet: 2A, 11 and 1C. RGB value is (42,17,28). Sum of RGB (Red+Green+Blue) = 42+17+28=87 (11% of max value = 765). Red value is 42 (16.80% from 255 or 48.28% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 42 - color contains mainly: red. Hex color #2A111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A111C is #D5EEE3. Grayscale: #191919. Windows color (decimal): -14020324 or 1839402. OLE color: 1839402.
HSL color Cylindrical-coordinate representation of color #2A111C: hue angle of 333.6º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A111C is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 17 | 28 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.84 |
| HSL | 333.6º | 0.42% | 0.12% | - |
| HSV(B) | 333.6º | 0.6% | 0.16% | - |
| XYZ | 1.36 | 0.98 | 1.22 | - |
| YUV | 25.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 28 | 0 | 0.60 | 0.33 | 0.84 | 333.6 | 0.42 | 0.12 |
| Hex | 2A | 11 | 1C | 0 | 3C | 21 | 54 | 14E | 2A | C |
| Octal | 52 | 21 | 34 | 0 | 74 | 41 | 124 | 516 | 52 | 14 |
| Binary | 101010 | 10001 | 11100 | 0 | 111100 | 100001 | 1010100 | 101001110 | 101010 | 1100 |
Color Harmonies of #2A111C
Complementary color
Monochromatic Colors of #2A111C
Black with #2A111C
Text Example
Text Example
White with #2A111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A111C; }
p { color: rgb(42,17,28); }
H1.HeaderClassName
{
color: #2A111C;
}
.AnyTagClassName
{
color: #2A111C;
}
</style>
background-color css
<style>
a { background-color: #2A111C; }
a { background-color: rgb(42,17,28); }
div.DivClassName
{
background-color: #2A111C;
}
.BgClassName
{
background-color: #2A111C;
}
</style>
border-color css
<style>
span { border-color: #2A111C; }
span { border-color: rgb(42,17,28); }
td.TdClassName
{
border-color: #2A111C;
}
.TagClassName
{
border-color: #2A111C;
}
</style>