Shades of Blackberry #47182F
Tints of Blackberry #47182F
RGB
CMYK
RGB Variations
Color information
#47182F (or 0x47182F) is known color: Blackberry. HEX triplet: 47, 18 and 2F. RGB value is (71,24,47). Sum of RGB (Red+Green+Blue) = 71+24+47=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #47182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47182F is #B8E7D0. Grayscale: #282828. Windows color (decimal): -12117969 or 3086407. OLE color: 3086407.
HSL color Cylindrical-coordinate representation of color #47182F: hue angle of 330.64º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47182F is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 24 | 47 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.72 |
| HSL | 330.64º | 0.49% | 0.19% | - |
| HSV(B) | 330.64º | 0.66% | 0.28% | - |
| XYZ | 3.44 | 2.2 | 2.93 | - |
| YUV | 40.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 47 | 0 | 0.66 | 0.34 | 0.72 | 330.64 | 0.49 | 0.19 |
| Hex | 47 | 18 | 2F | 0 | 42 | 22 | 48 | 14B | 31 | 13 |
| Octal | 107 | 30 | 57 | 0 | 102 | 42 | 110 | 513 | 61 | 23 |
| Binary | 1000111 | 11000 | 101111 | 0 | 1000010 | 100010 | 1001000 | 101001011 | 110001 | 10011 |
Color Harmonies of #47182F
Complementary color
Monochromatic Colors of #47182F
Black with #47182F
Text Example
Text Example
White with #47182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47182F; }
p { color: rgb(71,24,47); }
H1.HeaderClassName
{
color: #47182F;
}
.AnyTagClassName
{
color: #47182F;
}
</style>
background-color css
<style>
a { background-color: #47182F; }
a { background-color: rgb(71,24,47); }
div.DivClassName
{
background-color: #47182F;
}
.BgClassName
{
background-color: #47182F;
}
</style>
border-color css
<style>
span { border-color: #47182F; }
span { border-color: rgb(71,24,47); }
td.TdClassName
{
border-color: #47182F;
}
.TagClassName
{
border-color: #47182F;
}
</style>