Shades of Blackberry #460F33
Tints of Blackberry #460F33
RGB
CMYK
RGB Variations
Color information
#460F33 (or 0x460F33) is known color: Blackberry. HEX triplet: 46, 0F and 33. RGB value is (70,15,51). Sum of RGB (Red+Green+Blue) = 70+15+51=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #460F33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F33 is #B9F0CC. Grayscale: #232323. Windows color (decimal): -12185805 or 3346246. OLE color: 3346246.
HSL color Cylindrical-coordinate representation of color #460F33: hue angle of 320.73º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #460F33 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 15 | 51 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.73 |
| HSL | 320.73º | 0.65% | 0.17% | - |
| HSV(B) | 320.73º | 0.79% | 0.27% | - |
| XYZ | 3.29 | 1.88 | 3.32 | - |
| YUV | 35.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 51 | 0 | 0.79 | 0.27 | 0.73 | 320.73 | 0.65 | 0.17 |
| Hex | 46 | F | 33 | 0 | 4F | 1B | 49 | 141 | 41 | 11 |
| Octal | 106 | 17 | 63 | 0 | 117 | 33 | 111 | 501 | 101 | 21 |
| Binary | 1000110 | 1111 | 110011 | 0 | 1001111 | 11011 | 1001001 | 101000001 | 1000001 | 10001 |
Color Harmonies of #460F33
Complementary color
Monochromatic Colors of #460F33
Black with #460F33
Text Example
Text Example
White with #460F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F33; }
p { color: rgb(70,15,51); }
H1.HeaderClassName
{
color: #460F33;
}
.AnyTagClassName
{
color: #460F33;
}
</style>
background-color css
<style>
a { background-color: #460F33; }
a { background-color: rgb(70,15,51); }
div.DivClassName
{
background-color: #460F33;
}
.BgClassName
{
background-color: #460F33;
}
</style>
border-color css
<style>
span { border-color: #460F33; }
span { border-color: rgb(70,15,51); }
td.TdClassName
{
border-color: #460F33;
}
.TagClassName
{
border-color: #460F33;
}
</style>