Shades of Blackberry #46182F
Tints of Blackberry #46182F
RGB
CMYK
RGB Variations
Color information
#46182F (or 0x46182F) is known color: Blackberry. HEX triplet: 46, 18 and 2F. RGB value is (70,24,47). Sum of RGB (Red+Green+Blue) = 70+24+47=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #46182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46182F is #B9E7D0. Grayscale: #282828. Windows color (decimal): -12183505 or 3086406. OLE color: 3086406.
HSL color Cylindrical-coordinate representation of color #46182F: hue angle of 330º 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 #46182F is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 24 | 47 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.73 |
| HSL | 330º | 0.49% | 0.18% | - |
| HSV(B) | 330º | 0.66% | 0.27% | - |
| XYZ | 3.37 | 2.16 | 2.93 | - |
| YUV | 40.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 47 | 0 | 0.66 | 0.33 | 0.73 | 330 | 0.49 | 0.18 |
| Hex | 46 | 18 | 2F | 0 | 42 | 21 | 49 | 14A | 31 | 12 |
| Octal | 106 | 30 | 57 | 0 | 102 | 41 | 111 | 512 | 61 | 22 |
| Binary | 1000110 | 11000 | 101111 | 0 | 1000010 | 100001 | 1001001 | 101001010 | 110001 | 10010 |
Color Harmonies of #46182F
Complementary color
Monochromatic Colors of #46182F
Black with #46182F
Text Example
Text Example
White with #46182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46182F; }
p { color: rgb(70,24,47); }
H1.HeaderClassName
{
color: #46182F;
}
.AnyTagClassName
{
color: #46182F;
}
</style>
background-color css
<style>
a { background-color: #46182F; }
a { background-color: rgb(70,24,47); }
div.DivClassName
{
background-color: #46182F;
}
.BgClassName
{
background-color: #46182F;
}
</style>
border-color css
<style>
span { border-color: #46182F; }
span { border-color: rgb(70,24,47); }
td.TdClassName
{
border-color: #46182F;
}
.TagClassName
{
border-color: #46182F;
}
</style>