Shades of Blackberry #461332
Tints of Blackberry #461332
RGB
CMYK
RGB Variations
Color information
#461332 (or 0x461332) is known color: Blackberry. HEX triplet: 46, 13 and 32. RGB value is (70,19,50). Sum of RGB (Red+Green+Blue) = 70+19+50=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #461332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461332 is #B9ECCD. Grayscale: #252525. Windows color (decimal): -12184782 or 3281734. OLE color: 3281734.
HSL color Cylindrical-coordinate representation of color #461332: hue angle of 323.53º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #461332 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 19 | 50 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.73 |
| HSL | 323.53º | 0.57% | 0.17% | - |
| HSV(B) | 323.53º | 0.73% | 0.27% | - |
| XYZ | 3.33 | 2 | 3.23 | - |
| YUV | 37.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 50 | 0 | 0.73 | 0.29 | 0.73 | 323.53 | 0.57 | 0.17 |
| Hex | 46 | 13 | 32 | 0 | 49 | 1D | 49 | 144 | 39 | 11 |
| Octal | 106 | 23 | 62 | 0 | 111 | 35 | 111 | 504 | 71 | 21 |
| Binary | 1000110 | 10011 | 110010 | 0 | 1001001 | 11101 | 1001001 | 101000100 | 111001 | 10001 |
Color Harmonies of #461332
Complementary color
Monochromatic Colors of #461332
Black with #461332
Text Example
Text Example
White with #461332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461332; }
p { color: rgb(70,19,50); }
H1.HeaderClassName
{
color: #461332;
}
.AnyTagClassName
{
color: #461332;
}
</style>
background-color css
<style>
a { background-color: #461332; }
a { background-color: rgb(70,19,50); }
div.DivClassName
{
background-color: #461332;
}
.BgClassName
{
background-color: #461332;
}
</style>
border-color css
<style>
span { border-color: #461332; }
span { border-color: rgb(70,19,50); }
td.TdClassName
{
border-color: #461332;
}
.TagClassName
{
border-color: #461332;
}
</style>