Shades of Blackberry #460A2A
Tints of Blackberry #460A2A
RGB
CMYK
RGB Variations
Color information
#460A2A (or 0x460A2A) is known color: Blackberry. HEX triplet: 46, 0A and 2A. RGB value is (70,10,42). Sum of RGB (Red+Green+Blue) = 70+10+42=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 10 (4.30% from 255 or 8.20% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #460A2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460A2A is #B9F5D5. Grayscale: #1F1F1F. Windows color (decimal): -12187094 or 2755142. OLE color: 2755142.
HSL color Cylindrical-coordinate representation of color #460A2A: hue angle of 328º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460A2A is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 10 | 42 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.73 |
| HSL | 328º | 0.75% | 0.16% | - |
| HSV(B) | 328º | 0.86% | 0.27% | - |
| XYZ | 3.05 | 1.69 | 2.36 | - |
| YUV | 31.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 42 | 0 | 0.86 | 0.40 | 0.73 | 328 | 0.75 | 0.16 |
| Hex | 46 | A | 2A | 0 | 56 | 28 | 49 | 148 | 4B | 10 |
| Octal | 106 | 12 | 52 | 0 | 126 | 50 | 111 | 510 | 113 | 20 |
| Binary | 1000110 | 1010 | 101010 | 0 | 1010110 | 101000 | 1001001 | 101001000 | 1001011 | 10000 |
Color Harmonies of #460A2A
Complementary color
Monochromatic Colors of #460A2A
Black with #460A2A
Text Example
Text Example
White with #460A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460A2A; }
p { color: rgb(70,10,42); }
H1.HeaderClassName
{
color: #460A2A;
}
.AnyTagClassName
{
color: #460A2A;
}
</style>
background-color css
<style>
a { background-color: #460A2A; }
a { background-color: rgb(70,10,42); }
div.DivClassName
{
background-color: #460A2A;
}
.BgClassName
{
background-color: #460A2A;
}
</style>
border-color css
<style>
span { border-color: #460A2A; }
span { border-color: rgb(70,10,42); }
td.TdClassName
{
border-color: #460A2A;
}
.TagClassName
{
border-color: #460A2A;
}
</style>