Shades of Blackberry #47093C
Tints of Blackberry #47093C
RGB
CMYK
RGB Variations
Color information
#47093C (or 0x47093C) is known color: Blackberry. HEX triplet: 47, 09 and 3C. RGB value is (71,9,60). Sum of RGB (Red+Green+Blue) = 71+9+60=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #47093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47093C is #B8F6C3. Grayscale: #212121. Windows color (decimal): -12121796 or 3934535. OLE color: 3934535.
HSL color Cylindrical-coordinate representation of color #47093C: hue angle of 310.65º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #47093C is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 9 | 60 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.72 |
| HSL | 310.65º | 0.78% | 0.16% | - |
| HSV(B) | 310.65º | 0.87% | 0.28% | - |
| XYZ | 3.51 | 1.86 | 4.45 | - |
| YUV | 33.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 9 | 60 | 0 | 0.87 | 0.15 | 0.72 | 310.65 | 0.78 | 0.16 |
| Hex | 47 | 9 | 3C | 0 | 57 | F | 48 | 137 | 4E | 10 |
| Octal | 107 | 11 | 74 | 0 | 127 | 17 | 110 | 467 | 116 | 20 |
| Binary | 1000111 | 1001 | 111100 | 0 | 1010111 | 1111 | 1001000 | 100110111 | 1001110 | 10000 |
Color Harmonies of #47093C
Complementary color
Monochromatic Colors of #47093C
Black with #47093C
Text Example
Text Example
White with #47093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47093C; }
p { color: rgb(71,9,60); }
H1.HeaderClassName
{
color: #47093C;
}
.AnyTagClassName
{
color: #47093C;
}
</style>
background-color css
<style>
a { background-color: #47093C; }
a { background-color: rgb(71,9,60); }
div.DivClassName
{
background-color: #47093C;
}
.BgClassName
{
background-color: #47093C;
}
</style>
border-color css
<style>
span { border-color: #47093C; }
span { border-color: rgb(71,9,60); }
td.TdClassName
{
border-color: #47093C;
}
.TagClassName
{
border-color: #47093C;
}
</style>