Shades of Blackberry #460A37
Tints of Blackberry #460A37
RGB
CMYK
RGB Variations
Color information
#460A37 (or 0x460A37) is known color: Blackberry. HEX triplet: 46, 0A and 37. RGB value is (70,10,55). Sum of RGB (Red+Green+Blue) = 70+10+55=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #460A37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460A37 is #B9F5C8. Grayscale: #202020. Windows color (decimal): -12187081 or 3607110. OLE color: 3607110.
HSL color Cylindrical-coordinate representation of color #460A37: hue angle of 315º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460A37 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 10 | 55 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.73 |
| HSL | 315º | 0.75% | 0.16% | - |
| HSV(B) | 315º | 0.86% | 0.27% | - |
| XYZ | 3.32 | 1.8 | 3.79 | - |
| YUV | 33.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 55 | 0 | 0.86 | 0.21 | 0.73 | 315 | 0.75 | 0.16 |
| Hex | 46 | A | 37 | 0 | 56 | 15 | 49 | 13B | 4B | 10 |
| Octal | 106 | 12 | 67 | 0 | 126 | 25 | 111 | 473 | 113 | 20 |
| Binary | 1000110 | 1010 | 110111 | 0 | 1010110 | 10101 | 1001001 | 100111011 | 1001011 | 10000 |
Color Harmonies of #460A37
Complementary color
Monochromatic Colors of #460A37
Black with #460A37
Text Example
Text Example
White with #460A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460A37; }
p { color: rgb(70,10,55); }
H1.HeaderClassName
{
color: #460A37;
}
.AnyTagClassName
{
color: #460A37;
}
</style>
background-color css
<style>
a { background-color: #460A37; }
a { background-color: rgb(70,10,55); }
div.DivClassName
{
background-color: #460A37;
}
.BgClassName
{
background-color: #460A37;
}
</style>
border-color css
<style>
span { border-color: #460A37; }
span { border-color: rgb(70,10,55); }
td.TdClassName
{
border-color: #460A37;
}
.TagClassName
{
border-color: #460A37;
}
</style>