Shades of Blackberry #47123D
Tints of Blackberry #47123D
RGB
CMYK
RGB Variations
Color information
#47123D (or 0x47123D) is known color: Blackberry. HEX triplet: 47, 12 and 3D. RGB value is (71,18,61). Sum of RGB (Red+Green+Blue) = 71+18+61=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #47123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47123D is #B8EDC2. Grayscale: #262626. Windows color (decimal): -12119491 or 4002375. OLE color: 4002375.
HSL color Cylindrical-coordinate representation of color #47123D: hue angle of 311.32º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47123D is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 18 | 61 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.72 |
| HSL | 311.32º | 0.6% | 0.17% | - |
| HSV(B) | 311.32º | 0.75% | 0.28% | - |
| XYZ | 3.66 | 2.11 | 4.63 | - |
| YUV | 38.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 18 | 61 | 0 | 0.75 | 0.14 | 0.72 | 311.32 | 0.6 | 0.17 |
| Hex | 47 | 12 | 3D | 0 | 4B | E | 48 | 137 | 3C | 11 |
| Octal | 107 | 22 | 75 | 0 | 113 | 16 | 110 | 467 | 74 | 21 |
| Binary | 1000111 | 10010 | 111101 | 0 | 1001011 | 1110 | 1001000 | 100110111 | 111100 | 10001 |
Color Harmonies of #47123D
Complementary color
Monochromatic Colors of #47123D
Black with #47123D
Text Example
Text Example
White with #47123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47123D; }
p { color: rgb(71,18,61); }
H1.HeaderClassName
{
color: #47123D;
}
.AnyTagClassName
{
color: #47123D;
}
</style>
background-color css
<style>
a { background-color: #47123D; }
a { background-color: rgb(71,18,61); }
div.DivClassName
{
background-color: #47123D;
}
.BgClassName
{
background-color: #47123D;
}
</style>
border-color css
<style>
span { border-color: #47123D; }
span { border-color: rgb(71,18,61); }
td.TdClassName
{
border-color: #47123D;
}
.TagClassName
{
border-color: #47123D;
}
</style>