Shades of Blackberry #461528
Tints of Blackberry #461528
RGB
CMYK
RGB Variations
Color information
#461528 (or 0x461528) is known color: Blackberry. HEX triplet: 46, 15 and 28. RGB value is (70,21,40). Sum of RGB (Red+Green+Blue) = 70+21+40=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #461528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461528 is #B9EAD7. Grayscale: #252525. Windows color (decimal): -12184280 or 2626886. OLE color: 2626886.
HSL color Cylindrical-coordinate representation of color #461528: hue angle of 336.73º 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 #461528 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 21 | 40 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.73 |
| HSL | 336.73º | 0.54% | 0.18% | - |
| HSV(B) | 336.73º | 0.7% | 0.27% | - |
| XYZ | 3.18 | 1.99 | 2.22 | - |
| YUV | 37.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 40 | 0 | 0.70 | 0.43 | 0.73 | 336.73 | 0.54 | 0.18 |
| Hex | 46 | 15 | 28 | 0 | 46 | 2B | 49 | 151 | 36 | 12 |
| Octal | 106 | 25 | 50 | 0 | 106 | 53 | 111 | 521 | 66 | 22 |
| Binary | 1000110 | 10101 | 101000 | 0 | 1000110 | 101011 | 1001001 | 101010001 | 110110 | 10010 |
Color Harmonies of #461528
Complementary color
Monochromatic Colors of #461528
Black with #461528
Text Example
Text Example
White with #461528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461528; }
p { color: rgb(70,21,40); }
H1.HeaderClassName
{
color: #461528;
}
.AnyTagClassName
{
color: #461528;
}
</style>
background-color css
<style>
a { background-color: #461528; }
a { background-color: rgb(70,21,40); }
div.DivClassName
{
background-color: #461528;
}
.BgClassName
{
background-color: #461528;
}
</style>
border-color css
<style>
span { border-color: #461528; }
span { border-color: rgb(70,21,40); }
td.TdClassName
{
border-color: #461528;
}
.TagClassName
{
border-color: #461528;
}
</style>