Shades of Blackberry #471A36
Tints of Blackberry #471A36
RGB
CMYK
RGB Variations
Color information
#471A36 (or 0x471A36) is known color: Blackberry. HEX triplet: 47, 1A and 36. RGB value is (71,26,54). Sum of RGB (Red+Green+Blue) = 71+26+54=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #471A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A36 is #B8E5C9. Grayscale: #2A2A2A. Windows color (decimal): -12117450 or 3545671. OLE color: 3545671.
HSL color Cylindrical-coordinate representation of color #471A36: hue angle of 322.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #471A36 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 26 | 54 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.72 |
| HSL | 322.67º | 0.46% | 0.19% | - |
| HSV(B) | 322.67º | 0.63% | 0.28% | - |
| XYZ | 3.63 | 2.34 | 3.75 | - |
| YUV | 42.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 54 | 0 | 0.63 | 0.24 | 0.72 | 322.67 | 0.46 | 0.19 |
| Hex | 47 | 1A | 36 | 0 | 3F | 18 | 48 | 143 | 2E | 13 |
| Octal | 107 | 32 | 66 | 0 | 77 | 30 | 110 | 503 | 56 | 23 |
| Binary | 1000111 | 11010 | 110110 | 0 | 111111 | 11000 | 1001000 | 101000011 | 101110 | 10011 |
Color Harmonies of #471A36
Complementary color
Monochromatic Colors of #471A36
Black with #471A36
Text Example
Text Example
White with #471A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A36; }
p { color: rgb(71,26,54); }
H1.HeaderClassName
{
color: #471A36;
}
.AnyTagClassName
{
color: #471A36;
}
</style>
background-color css
<style>
a { background-color: #471A36; }
a { background-color: rgb(71,26,54); }
div.DivClassName
{
background-color: #471A36;
}
.BgClassName
{
background-color: #471A36;
}
</style>
border-color css
<style>
span { border-color: #471A36; }
span { border-color: rgb(71,26,54); }
td.TdClassName
{
border-color: #471A36;
}
.TagClassName
{
border-color: #471A36;
}
</style>