Shades of Blackberry #471835
Tints of Blackberry #471835
RGB
CMYK
RGB Variations
Color information
#471835 (or 0x471835) is known color: Blackberry. HEX triplet: 47, 18 and 35. RGB value is (71,24,53). Sum of RGB (Red+Green+Blue) = 71+24+53=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #471835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471835 is #B8E7CA. Grayscale: #292929. Windows color (decimal): -12117963 or 3479623. OLE color: 3479623.
HSL color Cylindrical-coordinate representation of color #471835: hue angle of 322.98º 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 #471835 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 24 | 53 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.72 |
| HSL | 322.98º | 0.49% | 0.19% | - |
| HSV(B) | 322.98º | 0.66% | 0.28% | - |
| XYZ | 3.57 | 2.25 | 3.61 | - |
| YUV | 41.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 53 | 0 | 0.66 | 0.25 | 0.72 | 322.98 | 0.49 | 0.19 |
| Hex | 47 | 18 | 35 | 0 | 42 | 19 | 48 | 143 | 31 | 13 |
| Octal | 107 | 30 | 65 | 0 | 102 | 31 | 110 | 503 | 61 | 23 |
| Binary | 1000111 | 11000 | 110101 | 0 | 1000010 | 11001 | 1001000 | 101000011 | 110001 | 10011 |
Color Harmonies of #471835
Complementary color
Monochromatic Colors of #471835
Black with #471835
Text Example
Text Example
White with #471835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471835; }
p { color: rgb(71,24,53); }
H1.HeaderClassName
{
color: #471835;
}
.AnyTagClassName
{
color: #471835;
}
</style>
background-color css
<style>
a { background-color: #471835; }
a { background-color: rgb(71,24,53); }
div.DivClassName
{
background-color: #471835;
}
.BgClassName
{
background-color: #471835;
}
</style>
border-color css
<style>
span { border-color: #471835; }
span { border-color: rgb(71,24,53); }
td.TdClassName
{
border-color: #471835;
}
.TagClassName
{
border-color: #471835;
}
</style>