Shades of Blackberry #46073C
Tints of Blackberry #46073C
RGB
CMYK
RGB Variations
Color information
#46073C (or 0x46073C) is known color: Blackberry. HEX triplet: 46, 07 and 3C. RGB value is (70,7,60). Sum of RGB (Red+Green+Blue) = 70+7+60=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 60 (23.83% from 255 or 43.80% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #46073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46073C is #B9F8C3. Grayscale: #1F1F1F. Windows color (decimal): -12187844 or 3934022. OLE color: 3934022.
HSL color Cylindrical-coordinate representation of color #46073C: hue angle of 309.52º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46073C is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 7 | 60 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.73 |
| HSL | 309.52º | 0.82% | 0.15% | - |
| HSV(B) | 309.52º | 0.9% | 0.27% | - |
| XYZ | 3.42 | 1.78 | 4.44 | - |
| YUV | 31.88 | 143.87 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 60 | 0 | 0.90 | 0.14 | 0.73 | 309.52 | 0.82 | 0.15 |
| Hex | 46 | 7 | 3C | 0 | 5A | E | 49 | 136 | 52 | F |
| Octal | 106 | 7 | 74 | 0 | 132 | 16 | 111 | 466 | 122 | 17 |
| Binary | 1000110 | 111 | 111100 | 0 | 1011010 | 1110 | 1001001 | 100110110 | 1010010 | 1111 |
Color Harmonies of #46073C
Complementary color
Monochromatic Colors of #46073C
Black with #46073C
Text Example
Text Example
White with #46073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46073C; }
p { color: rgb(70,7,60); }
H1.HeaderClassName
{
color: #46073C;
}
.AnyTagClassName
{
color: #46073C;
}
</style>
background-color css
<style>
a { background-color: #46073C; }
a { background-color: rgb(70,7,60); }
div.DivClassName
{
background-color: #46073C;
}
.BgClassName
{
background-color: #46073C;
}
</style>
border-color css
<style>
span { border-color: #46073C; }
span { border-color: rgb(70,7,60); }
td.TdClassName
{
border-color: #46073C;
}
.TagClassName
{
border-color: #46073C;
}
</style>