Shades of Blackberry #47002E
Tints of Blackberry #47002E
RGB
CMYK
RGB Variations
Color information
#47002E (or 0x47002E) is known color: Blackberry. HEX triplet: 47, 00 and 2E. RGB value is (71,0,46). Sum of RGB (Red+Green+Blue) = 71+0+46=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #47002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47002E is #B8FFD1. Grayscale: #1A1A1A. Windows color (decimal): -12124114 or 3014727. OLE color: 3014727.
HSL color Cylindrical-coordinate representation of color #47002E: hue angle of 321.13º 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 #47002E is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.35 | 0.72 |
| HSL | 321.13º | 1% | 0.14% | - |
| HSV(B) | 321.13º | 1% | 0.28% | - |
| XYZ | 3.09 | 1.54 | 2.72 | - |
| YUV | 26.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 0 | 46 | 0 | 1 | 0.35 | 0.72 | 321.13 | 1 | 0.14 |
| Hex | 47 | 0 | 2E | 0 | 64 | 23 | 48 | 141 | 64 | E |
| Octal | 107 | 0 | 56 | 0 | 144 | 43 | 110 | 501 | 144 | 16 |
| Binary | 1000111 | 0 | 101110 | 0 | 1100100 | 100011 | 1001000 | 101000001 | 1100100 | 1110 |
Color Harmonies of #47002E
Complementary color
Monochromatic Colors of #47002E
Black with #47002E
Text Example
Text Example
White with #47002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47002E; }
p { color: rgb(71,0,46); }
H1.HeaderClassName
{
color: #47002E;
}
.AnyTagClassName
{
color: #47002E;
}
</style>
background-color css
<style>
a { background-color: #47002E; }
a { background-color: rgb(71,0,46); }
div.DivClassName
{
background-color: #47002E;
}
.BgClassName
{
background-color: #47002E;
}
</style>
border-color css
<style>
span { border-color: #47002E; }
span { border-color: rgb(71,0,46); }
td.TdClassName
{
border-color: #47002E;
}
.TagClassName
{
border-color: #47002E;
}
</style>