Shades of Blackberry #46172F
Tints of Blackberry #46172F
RGB
CMYK
RGB Variations
Color information
#46172F (or 0x46172F) is known color: Blackberry. HEX triplet: 46, 17 and 2F. RGB value is (70,23,47). Sum of RGB (Red+Green+Blue) = 70+23+47=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #46172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46172F is #B9E8D0. Grayscale: #272727. Windows color (decimal): -12183761 or 3086150. OLE color: 3086150.
HSL color Cylindrical-coordinate representation of color #46172F: hue angle of 329.36º 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 #46172F is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 23 | 47 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.73 |
| HSL | 329.36º | 0.51% | 0.18% | - |
| HSV(B) | 329.36º | 0.67% | 0.27% | - |
| XYZ | 3.35 | 2.12 | 2.92 | - |
| YUV | 39.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 23 | 47 | 0 | 0.67 | 0.33 | 0.73 | 329.36 | 0.51 | 0.18 |
| Hex | 46 | 17 | 2F | 0 | 43 | 21 | 49 | 149 | 33 | 12 |
| Octal | 106 | 27 | 57 | 0 | 103 | 41 | 111 | 511 | 63 | 22 |
| Binary | 1000110 | 10111 | 101111 | 0 | 1000011 | 100001 | 1001001 | 101001001 | 110011 | 10010 |
Color Harmonies of #46172F
Complementary color
Monochromatic Colors of #46172F
Black with #46172F
Text Example
Text Example
White with #46172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46172F; }
p { color: rgb(70,23,47); }
H1.HeaderClassName
{
color: #46172F;
}
.AnyTagClassName
{
color: #46172F;
}
</style>
background-color css
<style>
a { background-color: #46172F; }
a { background-color: rgb(70,23,47); }
div.DivClassName
{
background-color: #46172F;
}
.BgClassName
{
background-color: #46172F;
}
</style>
border-color css
<style>
span { border-color: #46172F; }
span { border-color: rgb(70,23,47); }
td.TdClassName
{
border-color: #46172F;
}
.TagClassName
{
border-color: #46172F;
}
</style>