Shades of Blackberry #46022C
Tints of Blackberry #46022C
RGB
CMYK
RGB Variations
Color information
#46022C (or 0x46022C) is known color: Blackberry. HEX triplet: 46, 02 and 2C. RGB value is (70,2,44). Sum of RGB (Red+Green+Blue) = 70+2+44=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #46022C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46022C is #B9FDD3. Grayscale: #1B1B1B. Windows color (decimal): -12189140 or 2884166. OLE color: 2884166.
HSL color Cylindrical-coordinate representation of color #46022C: hue angle of 322.94º 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 #46022C is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 2 | 44 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.73 |
| HSL | 322.94º | 0.94% | 0.14% | - |
| HSV(B) | 322.94º | 0.97% | 0.27% | - |
| XYZ | 3 | 1.53 | 2.52 | - |
| YUV | 27.12 | 137.53 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 44 | 0 | 0.97 | 0.37 | 0.73 | 322.94 | 0.94 | 0.14 |
| Hex | 46 | 2 | 2C | 0 | 61 | 25 | 49 | 143 | 5E | E |
| Octal | 106 | 2 | 54 | 0 | 141 | 45 | 111 | 503 | 136 | 16 |
| Binary | 1000110 | 10 | 101100 | 0 | 1100001 | 100101 | 1001001 | 101000011 | 1011110 | 1110 |
Color Harmonies of #46022C
Complementary color
Monochromatic Colors of #46022C
Black with #46022C
Text Example
Text Example
White with #46022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46022C; }
p { color: rgb(70,2,44); }
H1.HeaderClassName
{
color: #46022C;
}
.AnyTagClassName
{
color: #46022C;
}
</style>
background-color css
<style>
a { background-color: #46022C; }
a { background-color: rgb(70,2,44); }
div.DivClassName
{
background-color: #46022C;
}
.BgClassName
{
background-color: #46022C;
}
</style>
border-color css
<style>
span { border-color: #46022C; }
span { border-color: rgb(70,2,44); }
td.TdClassName
{
border-color: #46022C;
}
.TagClassName
{
border-color: #46022C;
}
</style>