Shades of Blackberry #47033B
Tints of Blackberry #47033B
RGB
CMYK
RGB Variations
Color information
#47033B (or 0x47033B) is known color: Blackberry. HEX triplet: 47, 03 and 3B. RGB value is (71,3,59). Sum of RGB (Red+Green+Blue) = 71+3+59=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47033B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47033B is #B8FCC4. Grayscale: #1D1D1D. Windows color (decimal): -12123333 or 3867463. OLE color: 3867463.
HSL color Cylindrical-coordinate representation of color #47033B: hue angle of 310.59º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #47033B is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 3 | 59 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.72 |
| HSL | 310.59º | 0.92% | 0.15% | - |
| HSV(B) | 310.59º | 0.96% | 0.28% | - |
| XYZ | 3.42 | 1.72 | 4.29 | - |
| YUV | 29.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 3 | 59 | 0 | 0.96 | 0.17 | 0.72 | 310.59 | 0.92 | 0.15 |
| Hex | 47 | 3 | 3B | 0 | 60 | 11 | 48 | 137 | 5C | F |
| Octal | 107 | 3 | 73 | 0 | 140 | 21 | 110 | 467 | 134 | 17 |
| Binary | 1000111 | 11 | 111011 | 0 | 1100000 | 10001 | 1001000 | 100110111 | 1011100 | 1111 |
Color Harmonies of #47033B
Complementary color
Monochromatic Colors of #47033B
Black with #47033B
Text Example
Text Example
White with #47033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47033B; }
p { color: rgb(71,3,59); }
H1.HeaderClassName
{
color: #47033B;
}
.AnyTagClassName
{
color: #47033B;
}
</style>
background-color css
<style>
a { background-color: #47033B; }
a { background-color: rgb(71,3,59); }
div.DivClassName
{
background-color: #47033B;
}
.BgClassName
{
background-color: #47033B;
}
</style>
border-color css
<style>
span { border-color: #47033B; }
span { border-color: rgb(71,3,59); }
td.TdClassName
{
border-color: #47033B;
}
.TagClassName
{
border-color: #47033B;
}
</style>