Shades of Blackberry #47123C
Tints of Blackberry #47123C
RGB
CMYK
RGB Variations
Color information
#47123C (or 0x47123C) is known color: Blackberry. HEX triplet: 47, 12 and 3C. RGB value is (71,18,60). Sum of RGB (Red+Green+Blue) = 71+18+60=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47123C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47123C is #B8EDC3. Grayscale: #262626. Windows color (decimal): -12119492 or 3936839. OLE color: 3936839.
HSL color Cylindrical-coordinate representation of color #47123C: hue angle of 312.45º 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 #47123C is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 18 | 60 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.72 |
| HSL | 312.45º | 0.6% | 0.17% | - |
| HSV(B) | 312.45º | 0.75% | 0.28% | - |
| XYZ | 3.63 | 2.1 | 4.49 | - |
| YUV | 38.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 18 | 60 | 0 | 0.75 | 0.15 | 0.72 | 312.45 | 0.6 | 0.17 |
| Hex | 47 | 12 | 3C | 0 | 4B | F | 48 | 138 | 3C | 11 |
| Octal | 107 | 22 | 74 | 0 | 113 | 17 | 110 | 470 | 74 | 21 |
| Binary | 1000111 | 10010 | 111100 | 0 | 1001011 | 1111 | 1001000 | 100111000 | 111100 | 10001 |
Color Harmonies of #47123C
Complementary color
Monochromatic Colors of #47123C
Black with #47123C
Text Example
Text Example
White with #47123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47123C; }
p { color: rgb(71,18,60); }
H1.HeaderClassName
{
color: #47123C;
}
.AnyTagClassName
{
color: #47123C;
}
</style>
background-color css
<style>
a { background-color: #47123C; }
a { background-color: rgb(71,18,60); }
div.DivClassName
{
background-color: #47123C;
}
.BgClassName
{
background-color: #47123C;
}
</style>
border-color css
<style>
span { border-color: #47123C; }
span { border-color: rgb(71,18,60); }
td.TdClassName
{
border-color: #47123C;
}
.TagClassName
{
border-color: #47123C;
}
</style>