Shades of Blackberry #47122F
Tints of Blackberry #47122F
RGB
CMYK
RGB Variations
Color information
#47122F (or 0x47122F) is known color: Blackberry. HEX triplet: 47, 12 and 2F. RGB value is (71,18,47). Sum of RGB (Red+Green+Blue) = 71+18+47=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47122F is #B8EDD0. Grayscale: #252525. Windows color (decimal): -12119505 or 3084871. OLE color: 3084871.
HSL color Cylindrical-coordinate representation of color #47122F: hue angle of 327.17º 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 #47122F is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 18 | 47 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.72 |
| HSL | 327.17º | 0.6% | 0.17% | - |
| HSV(B) | 327.17º | 0.75% | 0.28% | - |
| XYZ | 3.33 | 1.98 | 2.9 | - |
| YUV | 37.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 18 | 47 | 0 | 0.75 | 0.34 | 0.72 | 327.17 | 0.6 | 0.17 |
| Hex | 47 | 12 | 2F | 0 | 4B | 22 | 48 | 147 | 3C | 11 |
| Octal | 107 | 22 | 57 | 0 | 113 | 42 | 110 | 507 | 74 | 21 |
| Binary | 1000111 | 10010 | 101111 | 0 | 1001011 | 100010 | 1001000 | 101000111 | 111100 | 10001 |
Color Harmonies of #47122F
Complementary color
Monochromatic Colors of #47122F
Black with #47122F
Text Example
Text Example
White with #47122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47122F; }
p { color: rgb(71,18,47); }
H1.HeaderClassName
{
color: #47122F;
}
.AnyTagClassName
{
color: #47122F;
}
</style>
background-color css
<style>
a { background-color: #47122F; }
a { background-color: rgb(71,18,47); }
div.DivClassName
{
background-color: #47122F;
}
.BgClassName
{
background-color: #47122F;
}
</style>
border-color css
<style>
span { border-color: #47122F; }
span { border-color: rgb(71,18,47); }
td.TdClassName
{
border-color: #47122F;
}
.TagClassName
{
border-color: #47122F;
}
</style>