Shades of Blackberry #46182C
Tints of Blackberry #46182C
RGB
CMYK
RGB Variations
Color information
#46182C (or 0x46182C) is known color: Blackberry. HEX triplet: 46, 18 and 2C. RGB value is (70,24,44). Sum of RGB (Red+Green+Blue) = 70+24+44=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #46182C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46182C is #B9E7D3. Grayscale: #282828. Windows color (decimal): -12183508 or 2889798. OLE color: 2889798.
HSL color Cylindrical-coordinate representation of color #46182C: hue angle of 333.91º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46182C is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 24 | 44 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.73 |
| HSL | 333.91º | 0.49% | 0.18% | - |
| HSV(B) | 333.91º | 0.66% | 0.27% | - |
| XYZ | 3.31 | 2.14 | 2.62 | - |
| YUV | 40.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 44 | 0 | 0.66 | 0.37 | 0.73 | 333.91 | 0.49 | 0.18 |
| Hex | 46 | 18 | 2C | 0 | 42 | 25 | 49 | 14E | 31 | 12 |
| Octal | 106 | 30 | 54 | 0 | 102 | 45 | 111 | 516 | 61 | 22 |
| Binary | 1000110 | 11000 | 101100 | 0 | 1000010 | 100101 | 1001001 | 101001110 | 110001 | 10010 |
Color Harmonies of #46182C
Complementary color
Monochromatic Colors of #46182C
Black with #46182C
Text Example
Text Example
White with #46182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46182C; }
p { color: rgb(70,24,44); }
H1.HeaderClassName
{
color: #46182C;
}
.AnyTagClassName
{
color: #46182C;
}
</style>
background-color css
<style>
a { background-color: #46182C; }
a { background-color: rgb(70,24,44); }
div.DivClassName
{
background-color: #46182C;
}
.BgClassName
{
background-color: #46182C;
}
</style>
border-color css
<style>
span { border-color: #46182C; }
span { border-color: rgb(70,24,44); }
td.TdClassName
{
border-color: #46182C;
}
.TagClassName
{
border-color: #46182C;
}
</style>