Shades of Blackberry #2A001C
Tints of Blackberry #2A001C
RGB
CMYK
RGB Variations
Color information
#2A001C (or 0x2A001C) is known color: Blackberry. HEX triplet: 2A, 00 and 1C. RGB value is (42,0,28). Sum of RGB (Red+Green+Blue) = 42+0+28=70 (9% of max value = 765). Red value is 42 (16.80% from 255 or 60% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 42 - color contains mainly: red. Hex color #2A001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A001C is #D5FFE3. Grayscale: #0F0F0F. Windows color (decimal): -14024676 or 1835050. OLE color: 1835050.
HSL color Cylindrical-coordinate representation of color #2A001C: hue angle of 320º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A001C is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.33 | 0.84 |
| HSL | 320º | 1% | 0.08% | - |
| HSV(B) | 320º | 1% | 0.16% | - |
| XYZ | 1.16 | 0.58 | 1.15 | - |
| YUV | 15.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 28 | 0 | 1 | 0.33 | 0.84 | 320 | 1 | 0.08 |
| Hex | 2A | 0 | 1C | 0 | 64 | 21 | 54 | 140 | 64 | 8 |
| Octal | 52 | 0 | 34 | 0 | 144 | 41 | 124 | 500 | 144 | 10 |
| Binary | 101010 | 0 | 11100 | 0 | 1100100 | 100001 | 1010100 | 101000000 | 1100100 | 1000 |
Color Harmonies of #2A001C
Complementary color
Monochromatic Colors of #2A001C
Black with #2A001C
Text Example
Text Example
White with #2A001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A001C; }
p { color: rgb(42,0,28); }
H1.HeaderClassName
{
color: #2A001C;
}
.AnyTagClassName
{
color: #2A001C;
}
</style>
background-color css
<style>
a { background-color: #2A001C; }
a { background-color: rgb(42,0,28); }
div.DivClassName
{
background-color: #2A001C;
}
.BgClassName
{
background-color: #2A001C;
}
</style>
border-color css
<style>
span { border-color: #2A001C; }
span { border-color: rgb(42,0,28); }
td.TdClassName
{
border-color: #2A001C;
}
.TagClassName
{
border-color: #2A001C;
}
</style>