Shades of Blackberry #47192F
Tints of Blackberry #47192F
RGB
CMYK
RGB Variations
Color information
#47192F (or 0x47192F) is known color: Blackberry. HEX triplet: 47, 19 and 2F. RGB value is (71,25,47). Sum of RGB (Red+Green+Blue) = 71+25+47=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #47192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47192F is #B8E6D0. Grayscale: #292929. Windows color (decimal): -12117713 or 3086663. OLE color: 3086663.
HSL color Cylindrical-coordinate representation of color #47192F: hue angle of 331.3º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47192F is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 25 | 47 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.72 |
| HSL | 331.3º | 0.48% | 0.19% | - |
| HSV(B) | 331.3º | 0.65% | 0.28% | - |
| XYZ | 3.46 | 2.24 | 2.94 | - |
| YUV | 41.26 | 131.24 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 47 | 0 | 0.65 | 0.34 | 0.72 | 331.3 | 0.48 | 0.19 |
| Hex | 47 | 19 | 2F | 0 | 41 | 22 | 48 | 14B | 30 | 13 |
| Octal | 107 | 31 | 57 | 0 | 101 | 42 | 110 | 513 | 60 | 23 |
| Binary | 1000111 | 11001 | 101111 | 0 | 1000001 | 100010 | 1001000 | 101001011 | 110000 | 10011 |
Color Harmonies of #47192F
Complementary color
Monochromatic Colors of #47192F
Black with #47192F
Text Example
Text Example
White with #47192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47192F; }
p { color: rgb(71,25,47); }
H1.HeaderClassName
{
color: #47192F;
}
.AnyTagClassName
{
color: #47192F;
}
</style>
background-color css
<style>
a { background-color: #47192F; }
a { background-color: rgb(71,25,47); }
div.DivClassName
{
background-color: #47192F;
}
.BgClassName
{
background-color: #47192F;
}
</style>
border-color css
<style>
span { border-color: #47192F; }
span { border-color: rgb(71,25,47); }
td.TdClassName
{
border-color: #47192F;
}
.TagClassName
{
border-color: #47192F;
}
</style>