Shades of Blackberry #46003B
Tints of Blackberry #46003B
RGB
CMYK
RGB Variations
Color information
#46003B (or 0x46003B) is known color: Blackberry. HEX triplet: 46, 00 and 3B. RGB value is (70,0,59). Sum of RGB (Red+Green+Blue) = 70+0+59=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #46003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46003B is #B9FFC4. Grayscale: #1B1B1B. Windows color (decimal): -12189637 or 3866694. OLE color: 3866694.
HSL color Cylindrical-coordinate representation of color #46003B: hue angle of 309.43º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46003B is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.16 | 0.73 |
| HSL | 309.43º | 1% | 0.14% | - |
| HSV(B) | 309.43º | 1% | 0.27% | - |
| XYZ | 3.32 | 1.62 | 4.28 | - |
| YUV | 27.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 59 | 0 | 1 | 0.16 | 0.73 | 309.43 | 1 | 0.14 |
| Hex | 46 | 0 | 3B | 0 | 64 | 10 | 49 | 135 | 64 | E |
| Octal | 106 | 0 | 73 | 0 | 144 | 20 | 111 | 465 | 144 | 16 |
| Binary | 1000110 | 0 | 111011 | 0 | 1100100 | 10000 | 1001001 | 100110101 | 1100100 | 1110 |
Color Harmonies of #46003B
Complementary color
Monochromatic Colors of #46003B
Black with #46003B
Text Example
Text Example
White with #46003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46003B; }
p { color: rgb(70,0,59); }
H1.HeaderClassName
{
color: #46003B;
}
.AnyTagClassName
{
color: #46003B;
}
</style>
background-color css
<style>
a { background-color: #46003B; }
a { background-color: rgb(70,0,59); }
div.DivClassName
{
background-color: #46003B;
}
.BgClassName
{
background-color: #46003B;
}
</style>
border-color css
<style>
span { border-color: #46003B; }
span { border-color: rgb(70,0,59); }
td.TdClassName
{
border-color: #46003B;
}
.TagClassName
{
border-color: #46003B;
}
</style>