Shades of Blackberry #460736
Tints of Blackberry #460736
RGB
CMYK
RGB Variations
Color information
#460736 (or 0x460736) is known color: Blackberry. HEX triplet: 46, 07 and 36. RGB value is (70,7,54). Sum of RGB (Red+Green+Blue) = 70+7+54=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #460736 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460736 is #B9F8C9. Grayscale: #1F1F1F. Windows color (decimal): -12187850 or 3540806. OLE color: 3540806.
HSL color Cylindrical-coordinate representation of color #460736: hue angle of 315.24º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460736 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 7 | 54 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.73 |
| HSL | 315.24º | 0.82% | 0.15% | - |
| HSV(B) | 315.24º | 0.9% | 0.27% | - |
| XYZ | 3.27 | 1.72 | 3.65 | - |
| YUV | 31.2 | 140.87 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 54 | 0 | 0.90 | 0.23 | 0.73 | 315.24 | 0.82 | 0.15 |
| Hex | 46 | 7 | 36 | 0 | 5A | 17 | 49 | 13B | 52 | F |
| Octal | 106 | 7 | 66 | 0 | 132 | 27 | 111 | 473 | 122 | 17 |
| Binary | 1000110 | 111 | 110110 | 0 | 1011010 | 10111 | 1001001 | 100111011 | 1010010 | 1111 |
Color Harmonies of #460736
Complementary color
Monochromatic Colors of #460736
Black with #460736
Text Example
Text Example
White with #460736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460736; }
p { color: rgb(70,7,54); }
H1.HeaderClassName
{
color: #460736;
}
.AnyTagClassName
{
color: #460736;
}
</style>
background-color css
<style>
a { background-color: #460736; }
a { background-color: rgb(70,7,54); }
div.DivClassName
{
background-color: #460736;
}
.BgClassName
{
background-color: #460736;
}
</style>
border-color css
<style>
span { border-color: #460736; }
span { border-color: rgb(70,7,54); }
td.TdClassName
{
border-color: #460736;
}
.TagClassName
{
border-color: #460736;
}
</style>