Shades of Blackberry #46083C
Tints of Blackberry #46083C
RGB
CMYK
RGB Variations
Color information
#46083C (or 0x46083C) is known color: Blackberry. HEX triplet: 46, 08 and 3C. RGB value is (70,8,60). Sum of RGB (Red+Green+Blue) = 70+8+60=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #46083C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46083C is #B9F7C3. Grayscale: #202020. Windows color (decimal): -12187588 or 3934278. OLE color: 3934278.
HSL color Cylindrical-coordinate representation of color #46083C: hue angle of 309.68º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46083C is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 8 | 60 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.73 |
| HSL | 309.68º | 0.79% | 0.15% | - |
| HSV(B) | 309.68º | 0.89% | 0.27% | - |
| XYZ | 3.43 | 1.8 | 4.44 | - |
| YUV | 32.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 8 | 60 | 0 | 0.89 | 0.14 | 0.73 | 309.68 | 0.79 | 0.15 |
| Hex | 46 | 8 | 3C | 0 | 59 | E | 49 | 136 | 4F | F |
| Octal | 106 | 10 | 74 | 0 | 131 | 16 | 111 | 466 | 117 | 17 |
| Binary | 1000110 | 1000 | 111100 | 0 | 1011001 | 1110 | 1001001 | 100110110 | 1001111 | 1111 |
Color Harmonies of #46083C
Complementary color
Monochromatic Colors of #46083C
Black with #46083C
Text Example
Text Example
White with #46083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46083C; }
p { color: rgb(70,8,60); }
H1.HeaderClassName
{
color: #46083C;
}
.AnyTagClassName
{
color: #46083C;
}
</style>
background-color css
<style>
a { background-color: #46083C; }
a { background-color: rgb(70,8,60); }
div.DivClassName
{
background-color: #46083C;
}
.BgClassName
{
background-color: #46083C;
}
</style>
border-color css
<style>
span { border-color: #46083C; }
span { border-color: rgb(70,8,60); }
td.TdClassName
{
border-color: #46083C;
}
.TagClassName
{
border-color: #46083C;
}
</style>