Shades of Blackberry #46002D
Tints of Blackberry #46002D
RGB
CMYK
RGB Variations
Color information
#46002D (or 0x46002D) is known color: Blackberry. HEX triplet: 46, 00 and 2D. RGB value is (70,0,45). Sum of RGB (Red+Green+Blue) = 70+0+45=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #46002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46002D is #B9FFD2. Grayscale: #191919. Windows color (decimal): -12189651 or 2949190. OLE color: 2949190.
HSL color Cylindrical-coordinate representation of color #46002D: hue angle of 321.43º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46002D is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.36 | 0.73 |
| HSL | 321.43º | 1% | 0.14% | - |
| HSV(B) | 321.43º | 1% | 0.27% | - |
| XYZ | 3 | 1.49 | 2.61 | - |
| YUV | 26.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 45 | 0 | 1 | 0.36 | 0.73 | 321.43 | 1 | 0.14 |
| Hex | 46 | 0 | 2D | 0 | 64 | 24 | 49 | 141 | 64 | E |
| Octal | 106 | 0 | 55 | 0 | 144 | 44 | 111 | 501 | 144 | 16 |
| Binary | 1000110 | 0 | 101101 | 0 | 1100100 | 100100 | 1001001 | 101000001 | 1100100 | 1110 |
Color Harmonies of #46002D
Complementary color
Monochromatic Colors of #46002D
Black with #46002D
Text Example
Text Example
White with #46002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46002D; }
p { color: rgb(70,0,45); }
H1.HeaderClassName
{
color: #46002D;
}
.AnyTagClassName
{
color: #46002D;
}
</style>
background-color css
<style>
a { background-color: #46002D; }
a { background-color: rgb(70,0,45); }
div.DivClassName
{
background-color: #46002D;
}
.BgClassName
{
background-color: #46002D;
}
</style>
border-color css
<style>
span { border-color: #46002D; }
span { border-color: rgb(70,0,45); }
td.TdClassName
{
border-color: #46002D;
}
.TagClassName
{
border-color: #46002D;
}
</style>