Shades of Blackberry #47002F
Tints of Blackberry #47002F
RGB
CMYK
RGB Variations
Color information
#47002F (or 0x47002F) is known color: Blackberry. HEX triplet: 47, 00 and 2F. RGB value is (71,0,47). Sum of RGB (Red+Green+Blue) = 71+0+47=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #47002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47002F is #B8FFD0. Grayscale: #1A1A1A. Windows color (decimal): -12124113 or 3080263. OLE color: 3080263.
HSL color Cylindrical-coordinate representation of color #47002F: hue angle of 320.28º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #47002F is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.34 | 0.72 |
| HSL | 320.28º | 1% | 0.14% | - |
| HSV(B) | 320.28º | 1% | 0.28% | - |
| XYZ | 3.11 | 1.54 | 2.82 | - |
| YUV | 26.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 0 | 47 | 0 | 1 | 0.34 | 0.72 | 320.28 | 1 | 0.14 |
| Hex | 47 | 0 | 2F | 0 | 64 | 22 | 48 | 140 | 64 | E |
| Octal | 107 | 0 | 57 | 0 | 144 | 42 | 110 | 500 | 144 | 16 |
| Binary | 1000111 | 0 | 101111 | 0 | 1100100 | 100010 | 1001000 | 101000000 | 1100100 | 1110 |
Color Harmonies of #47002F
Complementary color
Monochromatic Colors of #47002F
Black with #47002F
Text Example
Text Example
White with #47002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47002F; }
p { color: rgb(71,0,47); }
H1.HeaderClassName
{
color: #47002F;
}
.AnyTagClassName
{
color: #47002F;
}
</style>
background-color css
<style>
a { background-color: #47002F; }
a { background-color: rgb(71,0,47); }
div.DivClassName
{
background-color: #47002F;
}
.BgClassName
{
background-color: #47002F;
}
</style>
border-color css
<style>
span { border-color: #47002F; }
span { border-color: rgb(71,0,47); }
td.TdClassName
{
border-color: #47002F;
}
.TagClassName
{
border-color: #47002F;
}
</style>