Shades of Blackberry #46163C
Tints of Blackberry #46163C
RGB
CMYK
RGB Variations
Color information
#46163C (or 0x46163C) is known color: Blackberry. HEX triplet: 46, 16 and 3C. RGB value is (70,22,60). Sum of RGB (Red+Green+Blue) = 70+22+60=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #46163C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46163C is #B9E9C3. Grayscale: #282828. Windows color (decimal): -12184004 or 3937862. OLE color: 3937862.
HSL color Cylindrical-coordinate representation of color #46163C: hue angle of 312.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46163C is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 22 | 60 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.73 |
| HSL | 312.5º | 0.52% | 0.18% | - |
| HSV(B) | 312.5º | 0.69% | 0.27% | - |
| XYZ | 3.63 | 2.2 | 4.51 | - |
| YUV | 40.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 60 | 0 | 0.69 | 0.14 | 0.73 | 312.5 | 0.52 | 0.18 |
| Hex | 46 | 16 | 3C | 0 | 45 | E | 49 | 138 | 34 | 12 |
| Octal | 106 | 26 | 74 | 0 | 105 | 16 | 111 | 470 | 64 | 22 |
| Binary | 1000110 | 10110 | 111100 | 0 | 1000101 | 1110 | 1001001 | 100111000 | 110100 | 10010 |
Color Harmonies of #46163C
Complementary color
Monochromatic Colors of #46163C
Black with #46163C
Text Example
Text Example
White with #46163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46163C; }
p { color: rgb(70,22,60); }
H1.HeaderClassName
{
color: #46163C;
}
.AnyTagClassName
{
color: #46163C;
}
</style>
background-color css
<style>
a { background-color: #46163C; }
a { background-color: rgb(70,22,60); }
div.DivClassName
{
background-color: #46163C;
}
.BgClassName
{
background-color: #46163C;
}
</style>
border-color css
<style>
span { border-color: #46163C; }
span { border-color: rgb(70,22,60); }
td.TdClassName
{
border-color: #46163C;
}
.TagClassName
{
border-color: #46163C;
}
</style>