Shades of Blackberry #460333
Tints of Blackberry #460333
RGB
CMYK
RGB Variations
Color information
#460333 (or 0x460333) is known color: Blackberry. HEX triplet: 46, 03 and 33. RGB value is (70,3,51). Sum of RGB (Red+Green+Blue) = 70+3+51=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #460333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460333 is #B9FCCC. Grayscale: #1C1C1C. Windows color (decimal): -12188877 or 3343174. OLE color: 3343174.
HSL color Cylindrical-coordinate representation of color #460333: hue angle of 317.01º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460333 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 3 | 51 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.73 |
| HSL | 317.01º | 0.92% | 0.14% | - |
| HSV(B) | 317.01º | 0.96% | 0.27% | - |
| XYZ | 3.16 | 1.61 | 3.28 | - |
| YUV | 28.51 | 140.7 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 3 | 51 | 0 | 0.96 | 0.27 | 0.73 | 317.01 | 0.92 | 0.14 |
| Hex | 46 | 3 | 33 | 0 | 60 | 1B | 49 | 13D | 5C | E |
| Octal | 106 | 3 | 63 | 0 | 140 | 33 | 111 | 475 | 134 | 16 |
| Binary | 1000110 | 11 | 110011 | 0 | 1100000 | 11011 | 1001001 | 100111101 | 1011100 | 1110 |
Color Harmonies of #460333
Complementary color
Monochromatic Colors of #460333
Black with #460333
Text Example
Text Example
White with #460333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460333; }
p { color: rgb(70,3,51); }
H1.HeaderClassName
{
color: #460333;
}
.AnyTagClassName
{
color: #460333;
}
</style>
background-color css
<style>
a { background-color: #460333; }
a { background-color: rgb(70,3,51); }
div.DivClassName
{
background-color: #460333;
}
.BgClassName
{
background-color: #460333;
}
</style>
border-color css
<style>
span { border-color: #460333; }
span { border-color: rgb(70,3,51); }
td.TdClassName
{
border-color: #460333;
}
.TagClassName
{
border-color: #460333;
}
</style>