Shades of Blackberry #460D37
Tints of Blackberry #460D37
RGB
CMYK
RGB Variations
Color information
#460D37 (or 0x460D37) is known color: Blackberry. HEX triplet: 46, 0D and 37. RGB value is (70,13,55). Sum of RGB (Red+Green+Blue) = 70+13+55=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #460D37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D37 is #B9F2C8. Grayscale: #222222. Windows color (decimal): -12186313 or 3607878. OLE color: 3607878.
HSL color Cylindrical-coordinate representation of color #460D37: hue angle of 315.79º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #460D37 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 13 | 55 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.73 |
| HSL | 315.79º | 0.69% | 0.16% | - |
| HSV(B) | 315.79º | 0.81% | 0.27% | - |
| XYZ | 3.36 | 1.87 | 3.8 | - |
| YUV | 34.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 55 | 0 | 0.81 | 0.21 | 0.73 | 315.79 | 0.69 | 0.16 |
| Hex | 46 | D | 37 | 0 | 51 | 15 | 49 | 13C | 45 | 10 |
| Octal | 106 | 15 | 67 | 0 | 121 | 25 | 111 | 474 | 105 | 20 |
| Binary | 1000110 | 1101 | 110111 | 0 | 1010001 | 10101 | 1001001 | 100111100 | 1000101 | 10000 |
Color Harmonies of #460D37
Complementary color
Monochromatic Colors of #460D37
Black with #460D37
Text Example
Text Example
White with #460D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D37; }
p { color: rgb(70,13,55); }
H1.HeaderClassName
{
color: #460D37;
}
.AnyTagClassName
{
color: #460D37;
}
</style>
background-color css
<style>
a { background-color: #460D37; }
a { background-color: rgb(70,13,55); }
div.DivClassName
{
background-color: #460D37;
}
.BgClassName
{
background-color: #460D37;
}
</style>
border-color css
<style>
span { border-color: #460D37; }
span { border-color: rgb(70,13,55); }
td.TdClassName
{
border-color: #460D37;
}
.TagClassName
{
border-color: #460D37;
}
</style>