Shades of Blackberry #462036
Tints of Blackberry #462036
RGB
CMYK
RGB Variations
Color information
#462036 (or 0x462036) is known color: Blackberry. HEX triplet: 46, 20 and 36. RGB value is (70,32,54). Sum of RGB (Red+Green+Blue) = 70+32+54=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #462036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462036 is #B9DFC9. Grayscale: #2D2D2D. Windows color (decimal): -12181450 or 3547206. OLE color: 3547206.
HSL color Cylindrical-coordinate representation of color #462036: hue angle of 325.26º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #462036 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 32 | 54 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.73 |
| HSL | 325.26º | 0.37% | 0.2% | - |
| HSV(B) | 325.26º | 0.54% | 0.27% | - |
| XYZ | 3.71 | 2.6 | 3.8 | - |
| YUV | 45.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 54 | 0 | 0.54 | 0.23 | 0.73 | 325.26 | 0.37 | 0.2 |
| Hex | 46 | 20 | 36 | 0 | 36 | 17 | 49 | 145 | 25 | 14 |
| Octal | 106 | 40 | 66 | 0 | 66 | 27 | 111 | 505 | 45 | 24 |
| Binary | 1000110 | 100000 | 110110 | 0 | 110110 | 10111 | 1001001 | 101000101 | 100101 | 10100 |
Color Harmonies of #462036
Complementary color
Monochromatic Colors of #462036
Black with #462036
Text Example
Text Example
White with #462036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462036; }
p { color: rgb(70,32,54); }
H1.HeaderClassName
{
color: #462036;
}
.AnyTagClassName
{
color: #462036;
}
</style>
background-color css
<style>
a { background-color: #462036; }
a { background-color: rgb(70,32,54); }
div.DivClassName
{
background-color: #462036;
}
.BgClassName
{
background-color: #462036;
}
</style>
border-color css
<style>
span { border-color: #462036; }
span { border-color: rgb(70,32,54); }
td.TdClassName
{
border-color: #462036;
}
.TagClassName
{
border-color: #462036;
}
</style>