Shades of Blackberry #47133A
Tints of Blackberry #47133A
RGB
CMYK
RGB Variations
Color information
#47133A (or 0x47133A) is known color: Blackberry. HEX triplet: 47, 13 and 3A. RGB value is (71,19,58). Sum of RGB (Red+Green+Blue) = 71+19+58=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #47133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47133A is #B8ECC5. Grayscale: #262626. Windows color (decimal): -12119238 or 3806023. OLE color: 3806023.
HSL color Cylindrical-coordinate representation of color #47133A: hue angle of 315º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47133A is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 19 | 58 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.72 |
| HSL | 315º | 0.58% | 0.18% | - |
| HSV(B) | 315º | 0.73% | 0.28% | - |
| XYZ | 3.6 | 2.11 | 4.22 | - |
| YUV | 38.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 58 | 0 | 0.73 | 0.18 | 0.72 | 315 | 0.58 | 0.18 |
| Hex | 47 | 13 | 3A | 0 | 49 | 12 | 48 | 13B | 3A | 12 |
| Octal | 107 | 23 | 72 | 0 | 111 | 22 | 110 | 473 | 72 | 22 |
| Binary | 1000111 | 10011 | 111010 | 0 | 1001001 | 10010 | 1001000 | 100111011 | 111010 | 10010 |
Color Harmonies of #47133A
Complementary color
Monochromatic Colors of #47133A
Black with #47133A
Text Example
Text Example
White with #47133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47133A; }
p { color: rgb(71,19,58); }
H1.HeaderClassName
{
color: #47133A;
}
.AnyTagClassName
{
color: #47133A;
}
</style>
background-color css
<style>
a { background-color: #47133A; }
a { background-color: rgb(71,19,58); }
div.DivClassName
{
background-color: #47133A;
}
.BgClassName
{
background-color: #47133A;
}
</style>
border-color css
<style>
span { border-color: #47133A; }
span { border-color: rgb(71,19,58); }
td.TdClassName
{
border-color: #47133A;
}
.TagClassName
{
border-color: #47133A;
}
</style>