Shades of Blackberry #460A29
Tints of Blackberry #460A29
RGB
CMYK
RGB Variations
Color information
#460A29 (or 0x460A29) is known color: Blackberry. HEX triplet: 46, 0A and 29. RGB value is (70,10,41). Sum of RGB (Red+Green+Blue) = 70+10+41=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #460A29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460A29 is #B9F5D6. Grayscale: #1F1F1F. Windows color (decimal): -12187095 or 2689606. OLE color: 2689606.
HSL color Cylindrical-coordinate representation of color #460A29: hue angle of 329º 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 #460A29 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 10 | 41 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.73 |
| HSL | 329º | 0.75% | 0.16% | - |
| HSV(B) | 329º | 0.86% | 0.27% | - |
| XYZ | 3.03 | 1.68 | 2.26 | - |
| YUV | 31.47 | 133.38 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 41 | 0 | 0.86 | 0.41 | 0.73 | 329 | 0.75 | 0.16 |
| Hex | 46 | A | 29 | 0 | 56 | 29 | 49 | 149 | 4B | 10 |
| Octal | 106 | 12 | 51 | 0 | 126 | 51 | 111 | 511 | 113 | 20 |
| Binary | 1000110 | 1010 | 101001 | 0 | 1010110 | 101001 | 1001001 | 101001001 | 1001011 | 10000 |
Color Harmonies of #460A29
Complementary color
Monochromatic Colors of #460A29
Black with #460A29
Text Example
Text Example
White with #460A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460A29; }
p { color: rgb(70,10,41); }
H1.HeaderClassName
{
color: #460A29;
}
.AnyTagClassName
{
color: #460A29;
}
</style>
background-color css
<style>
a { background-color: #460A29; }
a { background-color: rgb(70,10,41); }
div.DivClassName
{
background-color: #460A29;
}
.BgClassName
{
background-color: #460A29;
}
</style>
border-color css
<style>
span { border-color: #460A29; }
span { border-color: rgb(70,10,41); }
td.TdClassName
{
border-color: #460A29;
}
.TagClassName
{
border-color: #460A29;
}
</style>