Shades of Blackberry #470423
Tints of Blackberry #470423
RGB
CMYK
RGB Variations
Color information
#470423 (or 0x470423) is known color: Blackberry. HEX triplet: 47, 04 and 23. RGB value is (71,4,35). Sum of RGB (Red+Green+Blue) = 71+4+35=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #470423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470423 is #B8FBDC. Grayscale: #1B1B1B. Windows color (decimal): -12123101 or 2294855. OLE color: 2294855.
HSL color Cylindrical-coordinate representation of color #470423: hue angle of 332.24º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470423 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 4 | 35 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.72 |
| HSL | 332.24º | 0.89% | 0.15% | - |
| HSV(B) | 332.24º | 0.94% | 0.28% | - |
| XYZ | 2.95 | 1.55 | 1.73 | - |
| YUV | 27.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 4 | 35 | 0 | 0.94 | 0.51 | 0.72 | 332.24 | 0.89 | 0.15 |
| Hex | 47 | 4 | 23 | 0 | 5E | 33 | 48 | 14C | 59 | F |
| Octal | 107 | 4 | 43 | 0 | 136 | 63 | 110 | 514 | 131 | 17 |
| Binary | 1000111 | 100 | 100011 | 0 | 1011110 | 110011 | 1001000 | 101001100 | 1011001 | 1111 |
Color Harmonies of #470423
Complementary color
Monochromatic Colors of #470423
Black with #470423
Text Example
Text Example
White with #470423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470423; }
p { color: rgb(71,4,35); }
H1.HeaderClassName
{
color: #470423;
}
.AnyTagClassName
{
color: #470423;
}
</style>
background-color css
<style>
a { background-color: #470423; }
a { background-color: rgb(71,4,35); }
div.DivClassName
{
background-color: #470423;
}
.BgClassName
{
background-color: #470423;
}
</style>
border-color css
<style>
span { border-color: #470423; }
span { border-color: rgb(71,4,35); }
td.TdClassName
{
border-color: #470423;
}
.TagClassName
{
border-color: #470423;
}
</style>