Shades of Blackberry #46223A
Tints of Blackberry #46223A
RGB
CMYK
RGB Variations
Color information
#46223A (or 0x46223A) is known color: Blackberry. HEX triplet: 46, 22 and 3A. RGB value is (70,34,58). Sum of RGB (Red+Green+Blue) = 70+34+58=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #46223A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46223A is #B9DDC5. Grayscale: #2F2F2F. Windows color (decimal): -12180934 or 3809862. OLE color: 3809862.
HSL color Cylindrical-coordinate representation of color #46223A: hue angle of 320º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46223A is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 34 | 58 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.73 |
| HSL | 320º | 0.35% | 0.2% | - |
| HSV(B) | 320º | 0.51% | 0.27% | - |
| XYZ | 3.86 | 2.75 | 4.33 | - |
| YUV | 47.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 58 | 0 | 0.51 | 0.17 | 0.73 | 320 | 0.35 | 0.2 |
| Hex | 46 | 22 | 3A | 0 | 33 | 11 | 49 | 140 | 23 | 14 |
| Octal | 106 | 42 | 72 | 0 | 63 | 21 | 111 | 500 | 43 | 24 |
| Binary | 1000110 | 100010 | 111010 | 0 | 110011 | 10001 | 1001001 | 101000000 | 100011 | 10100 |
Color Harmonies of #46223A
Complementary color
Monochromatic Colors of #46223A
Black with #46223A
Text Example
Text Example
White with #46223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46223A; }
p { color: rgb(70,34,58); }
H1.HeaderClassName
{
color: #46223A;
}
.AnyTagClassName
{
color: #46223A;
}
</style>
background-color css
<style>
a { background-color: #46223A; }
a { background-color: rgb(70,34,58); }
div.DivClassName
{
background-color: #46223A;
}
.BgClassName
{
background-color: #46223A;
}
</style>
border-color css
<style>
span { border-color: #46223A; }
span { border-color: rgb(70,34,58); }
td.TdClassName
{
border-color: #46223A;
}
.TagClassName
{
border-color: #46223A;
}
</style>