Shades of Blackberry #46001B
Tints of Blackberry #46001B
RGB
CMYK
RGB Variations
Color information
#46001B (or 0x46001B) is known color: Blackberry. HEX triplet: 46, 00 and 1B. RGB value is (70,0,27). Sum of RGB (Red+Green+Blue) = 70+0+27=97 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.16% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 70 - color contains mainly: red. Hex color #46001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46001B is #B9FFE4. Grayscale: #171717. Windows color (decimal): -12189669 or 1769542. OLE color: 1769542.
HSL color Cylindrical-coordinate representation of color #46001B: hue angle of 336.86º 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 #46001B is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.61 | 0.73 |
| HSL | 336.86º | 1% | 0.14% | - |
| HSV(B) | 336.86º | 1% | 0.27% | - |
| XYZ | 2.72 | 1.38 | 1.16 | - |
| YUV | 24.01 | 129.69 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 27 | 0 | 1 | 0.61 | 0.73 | 336.86 | 1 | 0.14 |
| Hex | 46 | 0 | 1B | 0 | 64 | 3D | 49 | 151 | 64 | E |
| Octal | 106 | 0 | 33 | 0 | 144 | 75 | 111 | 521 | 144 | 16 |
| Binary | 1000110 | 0 | 11011 | 0 | 1100100 | 111101 | 1001001 | 101010001 | 1100100 | 1110 |
Color Harmonies of #46001B
Complementary color
Monochromatic Colors of #46001B
Black with #46001B
Text Example
Text Example
White with #46001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46001B; }
p { color: rgb(70,0,27); }
H1.HeaderClassName
{
color: #46001B;
}
.AnyTagClassName
{
color: #46001B;
}
</style>
background-color css
<style>
a { background-color: #46001B; }
a { background-color: rgb(70,0,27); }
div.DivClassName
{
background-color: #46001B;
}
.BgClassName
{
background-color: #46001B;
}
</style>
border-color css
<style>
span { border-color: #46001B; }
span { border-color: rgb(70,0,27); }
td.TdClassName
{
border-color: #46001B;
}
.TagClassName
{
border-color: #46001B;
}
</style>