Shades of Blackberry #2A021C
Tints of Blackberry #2A021C
RGB
CMYK
RGB Variations
Color information
#2A021C (or 0x2A021C) is known color: Blackberry. HEX triplet: 2A, 02 and 1C. RGB value is (42,2,28). Sum of RGB (Red+Green+Blue) = 42+2+28=72 (9% of max value = 765). Red value is 42 (16.80% from 255 or 58.33% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 42 - color contains mainly: red. Hex color #2A021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A021C is #D5FDE3. Grayscale: #101010. Windows color (decimal): -14024164 or 1835562. OLE color: 1835562.
HSL color Cylindrical-coordinate representation of color #2A021C: hue angle of 321º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A021C is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 2 | 28 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.84 |
| HSL | 321º | 0.91% | 0.09% | - |
| HSV(B) | 321º | 0.95% | 0.16% | - |
| XYZ | 1.19 | 0.62 | 1.16 | - |
| YUV | 16.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 28 | 0 | 0.95 | 0.33 | 0.84 | 321 | 0.91 | 0.09 |
| Hex | 2A | 2 | 1C | 0 | 5F | 21 | 54 | 141 | 5B | 9 |
| Octal | 52 | 2 | 34 | 0 | 137 | 41 | 124 | 501 | 133 | 11 |
| Binary | 101010 | 10 | 11100 | 0 | 1011111 | 100001 | 1010100 | 101000001 | 1011011 | 1001 |
Color Harmonies of #2A021C
Complementary color
Monochromatic Colors of #2A021C
Black with #2A021C
Text Example
Text Example
White with #2A021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A021C; }
p { color: rgb(42,2,28); }
H1.HeaderClassName
{
color: #2A021C;
}
.AnyTagClassName
{
color: #2A021C;
}
</style>
background-color css
<style>
a { background-color: #2A021C; }
a { background-color: rgb(42,2,28); }
div.DivClassName
{
background-color: #2A021C;
}
.BgClassName
{
background-color: #2A021C;
}
</style>
border-color css
<style>
span { border-color: #2A021C; }
span { border-color: rgb(42,2,28); }
td.TdClassName
{
border-color: #2A021C;
}
.TagClassName
{
border-color: #2A021C;
}
</style>