Shades of Blackberry #460524
Tints of Blackberry #460524
RGB
CMYK
RGB Variations
Color information
#460524 (or 0x460524) is known color: Blackberry. HEX triplet: 46, 05 and 24. RGB value is (70,5,36). Sum of RGB (Red+Green+Blue) = 70+5+36=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #460524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460524 is #B9FADB. Grayscale: #1B1B1B. Windows color (decimal): -12188380 or 2360646. OLE color: 2360646.
HSL color Cylindrical-coordinate representation of color #460524: hue angle of 331.38º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460524 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 5 | 36 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.73 |
| HSL | 331.38º | 0.87% | 0.15% | - |
| HSV(B) | 331.38º | 0.93% | 0.27% | - |
| XYZ | 2.9 | 1.54 | 1.81 | - |
| YUV | 27.97 | 132.53 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 36 | 0 | 0.93 | 0.49 | 0.73 | 331.38 | 0.87 | 0.15 |
| Hex | 46 | 5 | 24 | 0 | 5D | 31 | 49 | 14B | 57 | F |
| Octal | 106 | 5 | 44 | 0 | 135 | 61 | 111 | 513 | 127 | 17 |
| Binary | 1000110 | 101 | 100100 | 0 | 1011101 | 110001 | 1001001 | 101001011 | 1010111 | 1111 |
Color Harmonies of #460524
Complementary color
Monochromatic Colors of #460524
Black with #460524
Text Example
Text Example
White with #460524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460524; }
p { color: rgb(70,5,36); }
H1.HeaderClassName
{
color: #460524;
}
.AnyTagClassName
{
color: #460524;
}
</style>
background-color css
<style>
a { background-color: #460524; }
a { background-color: rgb(70,5,36); }
div.DivClassName
{
background-color: #460524;
}
.BgClassName
{
background-color: #460524;
}
</style>
border-color css
<style>
span { border-color: #460524; }
span { border-color: rgb(70,5,36); }
td.TdClassName
{
border-color: #460524;
}
.TagClassName
{
border-color: #460524;
}
</style>