Shades of Blackberry #46102D
Tints of Blackberry #46102D
RGB
CMYK
RGB Variations
Color information
#46102D (or 0x46102D) is known color: Blackberry. HEX triplet: 46, 10 and 2D. RGB value is (70,16,45). Sum of RGB (Red+Green+Blue) = 70+16+45=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #46102D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46102D is #B9EFD2. Grayscale: #232323. Windows color (decimal): -12185555 or 2953286. OLE color: 2953286.
HSL color Cylindrical-coordinate representation of color #46102D: hue angle of 327.78º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46102D is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 16 | 45 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.73 |
| HSL | 327.78º | 0.63% | 0.17% | - |
| HSV(B) | 327.78º | 0.77% | 0.27% | - |
| XYZ | 3.18 | 1.86 | 2.67 | - |
| YUV | 35.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 16 | 45 | 0 | 0.77 | 0.36 | 0.73 | 327.78 | 0.63 | 0.17 |
| Hex | 46 | 10 | 2D | 0 | 4D | 24 | 49 | 148 | 3F | 11 |
| Octal | 106 | 20 | 55 | 0 | 115 | 44 | 111 | 510 | 77 | 21 |
| Binary | 1000110 | 10000 | 101101 | 0 | 1001101 | 100100 | 1001001 | 101001000 | 111111 | 10001 |
Color Harmonies of #46102D
Complementary color
Monochromatic Colors of #46102D
Black with #46102D
Text Example
Text Example
White with #46102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46102D; }
p { color: rgb(70,16,45); }
H1.HeaderClassName
{
color: #46102D;
}
.AnyTagClassName
{
color: #46102D;
}
</style>
background-color css
<style>
a { background-color: #46102D; }
a { background-color: rgb(70,16,45); }
div.DivClassName
{
background-color: #46102D;
}
.BgClassName
{
background-color: #46102D;
}
</style>
border-color css
<style>
span { border-color: #46102D; }
span { border-color: rgb(70,16,45); }
td.TdClassName
{
border-color: #46102D;
}
.TagClassName
{
border-color: #46102D;
}
</style>