Shades of Blackberry #47011E
Tints of Blackberry #47011E
RGB
CMYK
RGB Variations
Color information
#47011E (or 0x47011E) is known color: Blackberry. HEX triplet: 47, 01 and 1E. RGB value is (71,1,30). Sum of RGB (Red+Green+Blue) = 71+1+30=102 (13% of max value = 765). Red value is 71 (28.12% from 255 or 69.61% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 30 (12.11% from 255 or 29.41% from 102); Max value from RGB is 71 - color contains mainly: red. Hex color #47011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47011E is #B8FEE1. Grayscale: #191919. Windows color (decimal): -12123874 or 1966407. OLE color: 1966407.
HSL color Cylindrical-coordinate representation of color #47011E: hue angle of 335.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47011E is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 1 | 30 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.72 |
| HSL | 335.14º | 0.97% | 0.14% | - |
| HSV(B) | 335.14º | 0.99% | 0.28% | - |
| XYZ | 2.84 | 1.46 | 1.36 | - |
| YUV | 25.24 | 130.69 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 1 | 30 | 0 | 0.99 | 0.58 | 0.72 | 335.14 | 0.97 | 0.14 |
| Hex | 47 | 1 | 1E | 0 | 63 | 3A | 48 | 14F | 61 | E |
| Octal | 107 | 1 | 36 | 0 | 143 | 72 | 110 | 517 | 141 | 16 |
| Binary | 1000111 | 1 | 11110 | 0 | 1100011 | 111010 | 1001000 | 101001111 | 1100001 | 1110 |
Color Harmonies of #47011E
Complementary color
Monochromatic Colors of #47011E
Black with #47011E
Text Example
Text Example
White with #47011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47011E; }
p { color: rgb(71,1,30); }
H1.HeaderClassName
{
color: #47011E;
}
.AnyTagClassName
{
color: #47011E;
}
</style>
background-color css
<style>
a { background-color: #47011E; }
a { background-color: rgb(71,1,30); }
div.DivClassName
{
background-color: #47011E;
}
.BgClassName
{
background-color: #47011E;
}
</style>
border-color css
<style>
span { border-color: #47011E; }
span { border-color: rgb(71,1,30); }
td.TdClassName
{
border-color: #47011E;
}
.TagClassName
{
border-color: #47011E;
}
</style>