Shades of Blackberry #47013C
Tints of Blackberry #47013C
RGB
CMYK
RGB Variations
Color information
#47013C (or 0x47013C) is known color: Blackberry. HEX triplet: 47, 01 and 3C. RGB value is (71,1,60). Sum of RGB (Red+Green+Blue) = 71+1+60=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #47013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47013C is #B8FEC3. Grayscale: #1C1C1C. Windows color (decimal): -12123844 or 3932487. OLE color: 3932487.
HSL color Cylindrical-coordinate representation of color #47013C: hue angle of 309.43º 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 #47013C is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.72 |
| HSL | 309.43º | 0.97% | 0.14% | - |
| HSV(B) | 309.43º | 0.99% | 0.28% | - |
| XYZ | 3.42 | 1.69 | 4.42 | - |
| YUV | 28.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 1 | 60 | 0 | 0.99 | 0.15 | 0.72 | 309.43 | 0.97 | 0.14 |
| Hex | 47 | 1 | 3C | 0 | 63 | F | 48 | 135 | 61 | E |
| Octal | 107 | 1 | 74 | 0 | 143 | 17 | 110 | 465 | 141 | 16 |
| Binary | 1000111 | 1 | 111100 | 0 | 1100011 | 1111 | 1001000 | 100110101 | 1100001 | 1110 |
Color Harmonies of #47013C
Complementary color
Monochromatic Colors of #47013C
Black with #47013C
Text Example
Text Example
White with #47013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47013C; }
p { color: rgb(71,1,60); }
H1.HeaderClassName
{
color: #47013C;
}
.AnyTagClassName
{
color: #47013C;
}
</style>
background-color css
<style>
a { background-color: #47013C; }
a { background-color: rgb(71,1,60); }
div.DivClassName
{
background-color: #47013C;
}
.BgClassName
{
background-color: #47013C;
}
</style>
border-color css
<style>
span { border-color: #47013C; }
span { border-color: rgb(71,1,60); }
td.TdClassName
{
border-color: #47013C;
}
.TagClassName
{
border-color: #47013C;
}
</style>