Shades of Blackberry #46002F
Tints of Blackberry #46002F
RGB
CMYK
RGB Variations
Color information
#46002F (or 0x46002F) is known color: Blackberry. HEX triplet: 46, 00 and 2F. RGB value is (70,0,47). Sum of RGB (Red+Green+Blue) = 70+0+47=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #46002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46002F is #B9FFD0. Grayscale: #1A1A1A. Windows color (decimal): -12189649 or 3080262. OLE color: 3080262.
HSL color Cylindrical-coordinate representation of color #46002F: hue angle of 319.71º 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 #46002F is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.33 | 0.73 |
| HSL | 319.71º | 1% | 0.14% | - |
| HSV(B) | 319.71º | 1% | 0.27% | - |
| XYZ | 3.04 | 1.51 | 2.82 | - |
| YUV | 26.29 | 139.69 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 47 | 0 | 1 | 0.33 | 0.73 | 319.71 | 1 | 0.14 |
| Hex | 46 | 0 | 2F | 0 | 64 | 21 | 49 | 140 | 64 | E |
| Octal | 106 | 0 | 57 | 0 | 144 | 41 | 111 | 500 | 144 | 16 |
| Binary | 1000110 | 0 | 101111 | 0 | 1100100 | 100001 | 1001001 | 101000000 | 1100100 | 1110 |
Color Harmonies of #46002F
Complementary color
Monochromatic Colors of #46002F
Black with #46002F
Text Example
Text Example
White with #46002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46002F; }
p { color: rgb(70,0,47); }
H1.HeaderClassName
{
color: #46002F;
}
.AnyTagClassName
{
color: #46002F;
}
</style>
background-color css
<style>
a { background-color: #46002F; }
a { background-color: rgb(70,0,47); }
div.DivClassName
{
background-color: #46002F;
}
.BgClassName
{
background-color: #46002F;
}
</style>
border-color css
<style>
span { border-color: #46002F; }
span { border-color: rgb(70,0,47); }
td.TdClassName
{
border-color: #46002F;
}
.TagClassName
{
border-color: #46002F;
}
</style>