Shades of Blackberry #460129
Tints of Blackberry #460129
RGB
CMYK
RGB Variations
Color information
#460129 (or 0x460129) is known color: Blackberry. HEX triplet: 46, 01 and 29. RGB value is (70,1,41). Sum of RGB (Red+Green+Blue) = 70+1+41=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #460129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460129 is #B9FED6. Grayscale: #1A1A1A. Windows color (decimal): -12189399 or 2687302. OLE color: 2687302.
HSL color Cylindrical-coordinate representation of color #460129: hue angle of 325.22º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460129 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 1 | 41 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.73 |
| HSL | 325.22º | 0.97% | 0.14% | - |
| HSV(B) | 325.22º | 0.99% | 0.27% | - |
| XYZ | 2.94 | 1.48 | 2.23 | - |
| YUV | 26.19 | 136.36 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 41 | 0 | 0.99 | 0.41 | 0.73 | 325.22 | 0.97 | 0.14 |
| Hex | 46 | 1 | 29 | 0 | 63 | 29 | 49 | 145 | 61 | E |
| Octal | 106 | 1 | 51 | 0 | 143 | 51 | 111 | 505 | 141 | 16 |
| Binary | 1000110 | 1 | 101001 | 0 | 1100011 | 101001 | 1001001 | 101000101 | 1100001 | 1110 |
Color Harmonies of #460129
Complementary color
Monochromatic Colors of #460129
Black with #460129
Text Example
Text Example
White with #460129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460129; }
p { color: rgb(70,1,41); }
H1.HeaderClassName
{
color: #460129;
}
.AnyTagClassName
{
color: #460129;
}
</style>
background-color css
<style>
a { background-color: #460129; }
a { background-color: rgb(70,1,41); }
div.DivClassName
{
background-color: #460129;
}
.BgClassName
{
background-color: #460129;
}
</style>
border-color css
<style>
span { border-color: #460129; }
span { border-color: rgb(70,1,41); }
td.TdClassName
{
border-color: #460129;
}
.TagClassName
{
border-color: #460129;
}
</style>