Shades of Blackberry #461529
Tints of Blackberry #461529
RGB
CMYK
RGB Variations
Color information
#461529 (or 0x461529) is known color: Blackberry. HEX triplet: 46, 15 and 29. RGB value is (70,21,41). Sum of RGB (Red+Green+Blue) = 70+21+41=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #461529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461529 is #B9EAD6. Grayscale: #252525. Windows color (decimal): -12184279 or 2692422. OLE color: 2692422.
HSL color Cylindrical-coordinate representation of color #461529: hue angle of 335.51º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461529 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 21 | 41 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.73 |
| HSL | 335.51º | 0.54% | 0.18% | - |
| HSV(B) | 335.51º | 0.7% | 0.27% | - |
| XYZ | 3.19 | 2 | 2.32 | - |
| YUV | 37.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 41 | 0 | 0.70 | 0.41 | 0.73 | 335.51 | 0.54 | 0.18 |
| Hex | 46 | 15 | 29 | 0 | 46 | 29 | 49 | 150 | 36 | 12 |
| Octal | 106 | 25 | 51 | 0 | 106 | 51 | 111 | 520 | 66 | 22 |
| Binary | 1000110 | 10101 | 101001 | 0 | 1000110 | 101001 | 1001001 | 101010000 | 110110 | 10010 |
Color Harmonies of #461529
Complementary color
Monochromatic Colors of #461529
Black with #461529
Text Example
Text Example
White with #461529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461529; }
p { color: rgb(70,21,41); }
H1.HeaderClassName
{
color: #461529;
}
.AnyTagClassName
{
color: #461529;
}
</style>
background-color css
<style>
a { background-color: #461529; }
a { background-color: rgb(70,21,41); }
div.DivClassName
{
background-color: #461529;
}
.BgClassName
{
background-color: #461529;
}
</style>
border-color css
<style>
span { border-color: #461529; }
span { border-color: rgb(70,21,41); }
td.TdClassName
{
border-color: #461529;
}
.TagClassName
{
border-color: #461529;
}
</style>