Shades of Blackberry #46022E
Tints of Blackberry #46022E
RGB
CMYK
RGB Variations
Color information
#46022E (or 0x46022E) is known color: Blackberry. HEX triplet: 46, 02 and 2E. RGB value is (70,2,46). Sum of RGB (Red+Green+Blue) = 70+2+46=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #46022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46022E is #B9FDD1. Grayscale: #1B1B1B. Windows color (decimal): -12189138 or 3015238. OLE color: 3015238.
HSL color Cylindrical-coordinate representation of color #46022E: hue angle of 321.18º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46022E is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 2 | 46 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.73 |
| HSL | 321.18º | 0.94% | 0.14% | - |
| HSV(B) | 321.18º | 0.97% | 0.27% | - |
| XYZ | 3.04 | 1.54 | 2.72 | - |
| YUV | 27.35 | 138.53 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 46 | 0 | 0.97 | 0.34 | 0.73 | 321.18 | 0.94 | 0.14 |
| Hex | 46 | 2 | 2E | 0 | 61 | 22 | 49 | 141 | 5E | E |
| Octal | 106 | 2 | 56 | 0 | 141 | 42 | 111 | 501 | 136 | 16 |
| Binary | 1000110 | 10 | 101110 | 0 | 1100001 | 100010 | 1001001 | 101000001 | 1011110 | 1110 |
Color Harmonies of #46022E
Complementary color
Monochromatic Colors of #46022E
Black with #46022E
Text Example
Text Example
White with #46022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46022E; }
p { color: rgb(70,2,46); }
H1.HeaderClassName
{
color: #46022E;
}
.AnyTagClassName
{
color: #46022E;
}
</style>
background-color css
<style>
a { background-color: #46022E; }
a { background-color: rgb(70,2,46); }
div.DivClassName
{
background-color: #46022E;
}
.BgClassName
{
background-color: #46022E;
}
</style>
border-color css
<style>
span { border-color: #46022E; }
span { border-color: rgb(70,2,46); }
td.TdClassName
{
border-color: #46022E;
}
.TagClassName
{
border-color: #46022E;
}
</style>