Shades of Blackberry #460D31
Tints of Blackberry #460D31
RGB
CMYK
RGB Variations
Color information
#460D31 (or 0x460D31) is known color: Blackberry. HEX triplet: 46, 0D and 31. RGB value is (70,13,49). Sum of RGB (Red+Green+Blue) = 70+13+49=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #460D31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D31 is #B9F2CE. Grayscale: #222222. Windows color (decimal): -12186319 or 3214662. OLE color: 3214662.
HSL color Cylindrical-coordinate representation of color #460D31: hue angle of 322.11º 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 #460D31 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 13 | 49 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.73 |
| HSL | 322.11º | 0.69% | 0.16% | - |
| HSV(B) | 322.11º | 0.81% | 0.27% | - |
| XYZ | 3.22 | 1.81 | 3.09 | - |
| YUV | 34.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 49 | 0 | 0.81 | 0.30 | 0.73 | 322.11 | 0.69 | 0.16 |
| Hex | 46 | D | 31 | 0 | 51 | 1E | 49 | 142 | 45 | 10 |
| Octal | 106 | 15 | 61 | 0 | 121 | 36 | 111 | 502 | 105 | 20 |
| Binary | 1000110 | 1101 | 110001 | 0 | 1010001 | 11110 | 1001001 | 101000010 | 1000101 | 10000 |
Color Harmonies of #460D31
Complementary color
Monochromatic Colors of #460D31
Black with #460D31
Text Example
Text Example
White with #460D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D31; }
p { color: rgb(70,13,49); }
H1.HeaderClassName
{
color: #460D31;
}
.AnyTagClassName
{
color: #460D31;
}
</style>
background-color css
<style>
a { background-color: #460D31; }
a { background-color: rgb(70,13,49); }
div.DivClassName
{
background-color: #460D31;
}
.BgClassName
{
background-color: #460D31;
}
</style>
border-color css
<style>
span { border-color: #460D31; }
span { border-color: rgb(70,13,49); }
td.TdClassName
{
border-color: #460D31;
}
.TagClassName
{
border-color: #460D31;
}
</style>