Shades of Blackberry #470D22
Tints of Blackberry #470D22
RGB
CMYK
RGB Variations
Color information
#470D22 (or 0x470D22) is known color: Blackberry. HEX triplet: 47, 0D and 22. RGB value is (71,13,34). Sum of RGB (Red+Green+Blue) = 71+13+34=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #470D22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D22 is #B8F2DD. Grayscale: #202020. Windows color (decimal): -12120798 or 2231623. OLE color: 2231623.
HSL color Cylindrical-coordinate representation of color #470D22: hue angle of 338.28º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #470D22 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 13 | 34 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.72 |
| HSL | 338.28º | 0.69% | 0.16% | - |
| HSV(B) | 338.28º | 0.82% | 0.28% | - |
| XYZ | 3.03 | 1.74 | 1.69 | - |
| YUV | 32.74 | 128.72 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 34 | 0 | 0.82 | 0.52 | 0.72 | 338.28 | 0.69 | 0.16 |
| Hex | 47 | D | 22 | 0 | 52 | 34 | 48 | 152 | 45 | 10 |
| Octal | 107 | 15 | 42 | 0 | 122 | 64 | 110 | 522 | 105 | 20 |
| Binary | 1000111 | 1101 | 100010 | 0 | 1010010 | 110100 | 1001000 | 101010010 | 1000101 | 10000 |
Color Harmonies of #470D22
Complementary color
Monochromatic Colors of #470D22
Black with #470D22
Text Example
Text Example
White with #470D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470D22; }
p { color: rgb(71,13,34); }
H1.HeaderClassName
{
color: #470D22;
}
.AnyTagClassName
{
color: #470D22;
}
</style>
background-color css
<style>
a { background-color: #470D22; }
a { background-color: rgb(71,13,34); }
div.DivClassName
{
background-color: #470D22;
}
.BgClassName
{
background-color: #470D22;
}
</style>
border-color css
<style>
span { border-color: #470D22; }
span { border-color: rgb(71,13,34); }
td.TdClassName
{
border-color: #470D22;
}
.TagClassName
{
border-color: #470D22;
}
</style>