Shades of Blackberry #460D34
Tints of Blackberry #460D34
RGB
CMYK
RGB Variations
Color information
#460D34 (or 0x460D34) is known color: Blackberry. HEX triplet: 46, 0D and 34. RGB value is (70,13,52). Sum of RGB (Red+Green+Blue) = 70+13+52=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #460D34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D34 is #B9F2CB. Grayscale: #222222. Windows color (decimal): -12186316 or 3411270. OLE color: 3411270.
HSL color Cylindrical-coordinate representation of color #460D34: hue angle of 318.95º 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 #460D34 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 13 | 52 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.73 |
| HSL | 318.95º | 0.69% | 0.16% | - |
| HSV(B) | 318.95º | 0.81% | 0.27% | - |
| XYZ | 3.29 | 1.84 | 3.43 | - |
| YUV | 34.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 52 | 0 | 0.81 | 0.26 | 0.73 | 318.95 | 0.69 | 0.16 |
| Hex | 46 | D | 34 | 0 | 51 | 1A | 49 | 13F | 45 | 10 |
| Octal | 106 | 15 | 64 | 0 | 121 | 32 | 111 | 477 | 105 | 20 |
| Binary | 1000110 | 1101 | 110100 | 0 | 1010001 | 11010 | 1001001 | 100111111 | 1000101 | 10000 |
Color Harmonies of #460D34
Complementary color
Monochromatic Colors of #460D34
Black with #460D34
Text Example
Text Example
White with #460D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D34; }
p { color: rgb(70,13,52); }
H1.HeaderClassName
{
color: #460D34;
}
.AnyTagClassName
{
color: #460D34;
}
</style>
background-color css
<style>
a { background-color: #460D34; }
a { background-color: rgb(70,13,52); }
div.DivClassName
{
background-color: #460D34;
}
.BgClassName
{
background-color: #460D34;
}
</style>
border-color css
<style>
span { border-color: #460D34; }
span { border-color: rgb(70,13,52); }
td.TdClassName
{
border-color: #460D34;
}
.TagClassName
{
border-color: #460D34;
}
</style>