Shades of Blackberry #47002A
Tints of Blackberry #47002A
RGB
CMYK
RGB Variations
Color information
#47002A (or 0x47002A) is known color: Blackberry. HEX triplet: 47, 00 and 2A. RGB value is (71,0,42). Sum of RGB (Red+Green+Blue) = 71+0+42=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #47002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47002A is #B8FFD5. Grayscale: #191919. Windows color (decimal): -12124118 or 2752583. OLE color: 2752583.
HSL color Cylindrical-coordinate representation of color #47002A: hue angle of 324.51º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #47002A is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.41 | 0.72 |
| HSL | 324.51º | 1% | 0.14% | - |
| HSV(B) | 324.51º | 1% | 0.28% | - |
| XYZ | 3.02 | 1.51 | 2.32 | - |
| YUV | 26.02 | 137.02 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 0 | 42 | 0 | 1 | 0.41 | 0.72 | 324.51 | 1 | 0.14 |
| Hex | 47 | 0 | 2A | 0 | 64 | 29 | 48 | 145 | 64 | E |
| Octal | 107 | 0 | 52 | 0 | 144 | 51 | 110 | 505 | 144 | 16 |
| Binary | 1000111 | 0 | 101010 | 0 | 1100100 | 101001 | 1001000 | 101000101 | 1100100 | 1110 |
Color Harmonies of #47002A
Complementary color
Monochromatic Colors of #47002A
Black with #47002A
Text Example
Text Example
White with #47002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47002A; }
p { color: rgb(71,0,42); }
H1.HeaderClassName
{
color: #47002A;
}
.AnyTagClassName
{
color: #47002A;
}
</style>
background-color css
<style>
a { background-color: #47002A; }
a { background-color: rgb(71,0,42); }
div.DivClassName
{
background-color: #47002A;
}
.BgClassName
{
background-color: #47002A;
}
</style>
border-color css
<style>
span { border-color: #47002A; }
span { border-color: rgb(71,0,42); }
td.TdClassName
{
border-color: #47002A;
}
.TagClassName
{
border-color: #47002A;
}
</style>