Shades of Blackberry #2A031C
Tints of Blackberry #2A031C
RGB
CMYK
RGB Variations
Color information
#2A031C (or 0x2A031C) is known color: Blackberry. HEX triplet: 2A, 03 and 1C. RGB value is (42,3,28). Sum of RGB (Red+Green+Blue) = 42+3+28=73 (9% of max value = 765). Red value is 42 (16.80% from 255 or 57.53% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 42 - color contains mainly: red. Hex color #2A031C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A031C is #D5FCE3. Grayscale: #111111. Windows color (decimal): -14023908 or 1835818. OLE color: 1835818.
HSL color Cylindrical-coordinate representation of color #2A031C: hue angle of 321.54º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A031C is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 3 | 28 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.84 |
| HSL | 321.54º | 0.87% | 0.09% | - |
| HSV(B) | 321.54º | 0.93% | 0.16% | - |
| XYZ | 1.2 | 0.64 | 1.16 | - |
| YUV | 17.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 28 | 0 | 0.93 | 0.33 | 0.84 | 321.54 | 0.87 | 0.09 |
| Hex | 2A | 3 | 1C | 0 | 5D | 21 | 54 | 142 | 57 | 9 |
| Octal | 52 | 3 | 34 | 0 | 135 | 41 | 124 | 502 | 127 | 11 |
| Binary | 101010 | 11 | 11100 | 0 | 1011101 | 100001 | 1010100 | 101000010 | 1010111 | 1001 |
Color Harmonies of #2A031C
Complementary color
Monochromatic Colors of #2A031C
Black with #2A031C
Text Example
Text Example
White with #2A031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A031C; }
p { color: rgb(42,3,28); }
H1.HeaderClassName
{
color: #2A031C;
}
.AnyTagClassName
{
color: #2A031C;
}
</style>
background-color css
<style>
a { background-color: #2A031C; }
a { background-color: rgb(42,3,28); }
div.DivClassName
{
background-color: #2A031C;
}
.BgClassName
{
background-color: #2A031C;
}
</style>
border-color css
<style>
span { border-color: #2A031C; }
span { border-color: rgb(42,3,28); }
td.TdClassName
{
border-color: #2A031C;
}
.TagClassName
{
border-color: #2A031C;
}
</style>