Shades of Blackberry #46172A
Tints of Blackberry #46172A
RGB
CMYK
RGB Variations
Color information
#46172A (or 0x46172A) is known color: Blackberry. HEX triplet: 46, 17 and 2A. RGB value is (70,23,42). Sum of RGB (Red+Green+Blue) = 70+23+42=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #46172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46172A is #B9E8D5. Grayscale: #272727. Windows color (decimal): -12183766 or 2758470. OLE color: 2758470.
HSL color Cylindrical-coordinate representation of color #46172A: hue angle of 335.74º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46172A is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 23 | 42 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.73 |
| HSL | 335.74º | 0.51% | 0.18% | - |
| HSV(B) | 335.74º | 0.67% | 0.27% | - |
| XYZ | 3.25 | 2.08 | 2.42 | - |
| YUV | 39.22 | 129.57 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 23 | 42 | 0 | 0.67 | 0.40 | 0.73 | 335.74 | 0.51 | 0.18 |
| Hex | 46 | 17 | 2A | 0 | 43 | 28 | 49 | 150 | 33 | 12 |
| Octal | 106 | 27 | 52 | 0 | 103 | 50 | 111 | 520 | 63 | 22 |
| Binary | 1000110 | 10111 | 101010 | 0 | 1000011 | 101000 | 1001001 | 101010000 | 110011 | 10010 |
Color Harmonies of #46172A
Complementary color
Monochromatic Colors of #46172A
Black with #46172A
Text Example
Text Example
White with #46172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46172A; }
p { color: rgb(70,23,42); }
H1.HeaderClassName
{
color: #46172A;
}
.AnyTagClassName
{
color: #46172A;
}
</style>
background-color css
<style>
a { background-color: #46172A; }
a { background-color: rgb(70,23,42); }
div.DivClassName
{
background-color: #46172A;
}
.BgClassName
{
background-color: #46172A;
}
</style>
border-color css
<style>
span { border-color: #46172A; }
span { border-color: rgb(70,23,42); }
td.TdClassName
{
border-color: #46172A;
}
.TagClassName
{
border-color: #46172A;
}
</style>