Shades of Blackberry #460D39
Tints of Blackberry #460D39
RGB
CMYK
RGB Variations
Color information
#460D39 (or 0x460D39) is known color: Blackberry. HEX triplet: 46, 0D and 39. RGB value is (70,13,57). Sum of RGB (Red+Green+Blue) = 70+13+57=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #460D39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D39 is #B9F2C6. Grayscale: #222222. Windows color (decimal): -12186311 or 3738950. OLE color: 3738950.
HSL color Cylindrical-coordinate representation of color #460D39: hue angle of 313.68º 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 #460D39 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 13 | 57 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.73 |
| HSL | 313.68º | 0.69% | 0.16% | - |
| HSV(B) | 313.68º | 0.81% | 0.27% | - |
| XYZ | 3.41 | 1.89 | 4.06 | - |
| YUV | 35.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 57 | 0 | 0.81 | 0.19 | 0.73 | 313.68 | 0.69 | 0.16 |
| Hex | 46 | D | 39 | 0 | 51 | 13 | 49 | 13A | 45 | 10 |
| Octal | 106 | 15 | 71 | 0 | 121 | 23 | 111 | 472 | 105 | 20 |
| Binary | 1000110 | 1101 | 111001 | 0 | 1010001 | 10011 | 1001001 | 100111010 | 1000101 | 10000 |
Color Harmonies of #460D39
Complementary color
Monochromatic Colors of #460D39
Black with #460D39
Text Example
Text Example
White with #460D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D39; }
p { color: rgb(70,13,57); }
H1.HeaderClassName
{
color: #460D39;
}
.AnyTagClassName
{
color: #460D39;
}
</style>
background-color css
<style>
a { background-color: #460D39; }
a { background-color: rgb(70,13,57); }
div.DivClassName
{
background-color: #460D39;
}
.BgClassName
{
background-color: #460D39;
}
</style>
border-color css
<style>
span { border-color: #460D39; }
span { border-color: rgb(70,13,57); }
td.TdClassName
{
border-color: #460D39;
}
.TagClassName
{
border-color: #460D39;
}
</style>