Shades of Blackberry #460224
Tints of Blackberry #460224
RGB
CMYK
RGB Variations
Color information
#460224 (or 0x460224) is known color: Blackberry. HEX triplet: 46, 02 and 24. RGB value is (70,2,36). Sum of RGB (Red+Green+Blue) = 70+2+36=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #460224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460224 is #B9FDDB. Grayscale: #1A1A1A. Windows color (decimal): -12189148 or 2359878. OLE color: 2359878.
HSL color Cylindrical-coordinate representation of color #460224: hue angle of 330º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460224 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 2 | 36 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.73 |
| HSL | 330º | 0.94% | 0.14% | - |
| HSV(B) | 330º | 0.97% | 0.27% | - |
| XYZ | 2.87 | 1.47 | 1.8 | - |
| YUV | 26.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 36 | 0 | 0.97 | 0.49 | 0.73 | 330 | 0.94 | 0.14 |
| Hex | 46 | 2 | 24 | 0 | 61 | 31 | 49 | 14A | 5E | E |
| Octal | 106 | 2 | 44 | 0 | 141 | 61 | 111 | 512 | 136 | 16 |
| Binary | 1000110 | 10 | 100100 | 0 | 1100001 | 110001 | 1001001 | 101001010 | 1011110 | 1110 |
Color Harmonies of #460224
Complementary color
Monochromatic Colors of #460224
Black with #460224
Text Example
Text Example
White with #460224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460224; }
p { color: rgb(70,2,36); }
H1.HeaderClassName
{
color: #460224;
}
.AnyTagClassName
{
color: #460224;
}
</style>
background-color css
<style>
a { background-color: #460224; }
a { background-color: rgb(70,2,36); }
div.DivClassName
{
background-color: #460224;
}
.BgClassName
{
background-color: #460224;
}
</style>
border-color css
<style>
span { border-color: #460224; }
span { border-color: rgb(70,2,36); }
td.TdClassName
{
border-color: #460224;
}
.TagClassName
{
border-color: #460224;
}
</style>