Shades of Blackberry #461637
Tints of Blackberry #461637
RGB
CMYK
RGB Variations
Color information
#461637 (or 0x461637) is known color: Blackberry. HEX triplet: 46, 16 and 37. RGB value is (70,22,55). Sum of RGB (Red+Green+Blue) = 70+22+55=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #461637 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461637 is #B9E9C8. Grayscale: #282828. Windows color (decimal): -12184009 or 3610182. OLE color: 3610182.
HSL color Cylindrical-coordinate representation of color #461637: hue angle of 318.75º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #461637 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 22 | 55 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.73 |
| HSL | 318.75º | 0.52% | 0.18% | - |
| HSV(B) | 318.75º | 0.69% | 0.27% | - |
| XYZ | 3.5 | 2.15 | 3.85 | - |
| YUV | 40.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 55 | 0 | 0.69 | 0.21 | 0.73 | 318.75 | 0.52 | 0.18 |
| Hex | 46 | 16 | 37 | 0 | 45 | 15 | 49 | 13F | 34 | 12 |
| Octal | 106 | 26 | 67 | 0 | 105 | 25 | 111 | 477 | 64 | 22 |
| Binary | 1000110 | 10110 | 110111 | 0 | 1000101 | 10101 | 1001001 | 100111111 | 110100 | 10010 |
Color Harmonies of #461637
Complementary color
Monochromatic Colors of #461637
Black with #461637
Text Example
Text Example
White with #461637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461637; }
p { color: rgb(70,22,55); }
H1.HeaderClassName
{
color: #461637;
}
.AnyTagClassName
{
color: #461637;
}
</style>
background-color css
<style>
a { background-color: #461637; }
a { background-color: rgb(70,22,55); }
div.DivClassName
{
background-color: #461637;
}
.BgClassName
{
background-color: #461637;
}
</style>
border-color css
<style>
span { border-color: #461637; }
span { border-color: rgb(70,22,55); }
td.TdClassName
{
border-color: #461637;
}
.TagClassName
{
border-color: #461637;
}
</style>