Shades of Blackberry #470C25
Tints of Blackberry #470C25
RGB
CMYK
RGB Variations
Color information
#470C25 (or 0x470C25) is known color: Blackberry. HEX triplet: 47, 0C and 25. RGB value is (71,12,37). Sum of RGB (Red+Green+Blue) = 71+12+37=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 12 (5.08% from 255 or 10% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #470C25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C25 is #B8F3DA. Grayscale: #202020. Windows color (decimal): -12121051 or 2427975. OLE color: 2427975.
HSL color Cylindrical-coordinate representation of color #470C25: hue angle of 334.58º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #470C25 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 12 | 37 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.72 |
| HSL | 334.58º | 0.71% | 0.16% | - |
| HSV(B) | 334.58º | 0.83% | 0.28% | - |
| XYZ | 3.06 | 1.74 | 1.92 | - |
| YUV | 32.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 37 | 0 | 0.83 | 0.48 | 0.72 | 334.58 | 0.71 | 0.16 |
| Hex | 47 | C | 25 | 0 | 53 | 30 | 48 | 14F | 47 | 10 |
| Octal | 107 | 14 | 45 | 0 | 123 | 60 | 110 | 517 | 107 | 20 |
| Binary | 1000111 | 1100 | 100101 | 0 | 1010011 | 110000 | 1001000 | 101001111 | 1000111 | 10000 |
Color Harmonies of #470C25
Complementary color
Monochromatic Colors of #470C25
Black with #470C25
Text Example
Text Example
White with #470C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C25; }
p { color: rgb(71,12,37); }
H1.HeaderClassName
{
color: #470C25;
}
.AnyTagClassName
{
color: #470C25;
}
</style>
background-color css
<style>
a { background-color: #470C25; }
a { background-color: rgb(71,12,37); }
div.DivClassName
{
background-color: #470C25;
}
.BgClassName
{
background-color: #470C25;
}
</style>
border-color css
<style>
span { border-color: #470C25; }
span { border-color: rgb(71,12,37); }
td.TdClassName
{
border-color: #470C25;
}
.TagClassName
{
border-color: #470C25;
}
</style>