Shades of Blackberry #460132
Tints of Blackberry #460132
RGB
CMYK
RGB Variations
Color information
#460132 (or 0x460132) is known color: Blackberry. HEX triplet: 46, 01 and 32. RGB value is (70,1,50). Sum of RGB (Red+Green+Blue) = 70+1+50=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #460132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460132 is #B9FECD. Grayscale: #1B1B1B. Windows color (decimal): -12189390 or 3277126. OLE color: 3277126.
HSL color Cylindrical-coordinate representation of color #460132: hue angle of 317.39º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460132 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 1 | 50 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.73 |
| HSL | 317.39º | 0.97% | 0.14% | - |
| HSV(B) | 317.39º | 0.99% | 0.27% | - |
| XYZ | 3.11 | 1.55 | 3.15 | - |
| YUV | 27.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 50 | 0 | 0.99 | 0.29 | 0.73 | 317.39 | 0.97 | 0.14 |
| Hex | 46 | 1 | 32 | 0 | 63 | 1D | 49 | 13D | 61 | E |
| Octal | 106 | 1 | 62 | 0 | 143 | 35 | 111 | 475 | 141 | 16 |
| Binary | 1000110 | 1 | 110010 | 0 | 1100011 | 11101 | 1001001 | 100111101 | 1100001 | 1110 |
Color Harmonies of #460132
Complementary color
Monochromatic Colors of #460132
Black with #460132
Text Example
Text Example
White with #460132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460132; }
p { color: rgb(70,1,50); }
H1.HeaderClassName
{
color: #460132;
}
.AnyTagClassName
{
color: #460132;
}
</style>
background-color css
<style>
a { background-color: #460132; }
a { background-color: rgb(70,1,50); }
div.DivClassName
{
background-color: #460132;
}
.BgClassName
{
background-color: #460132;
}
</style>
border-color css
<style>
span { border-color: #460132; }
span { border-color: rgb(70,1,50); }
td.TdClassName
{
border-color: #460132;
}
.TagClassName
{
border-color: #460132;
}
</style>