Shades of Blackberry #460622
Tints of Blackberry #460622
RGB
CMYK
RGB Variations
Color information
#460622 (or 0x460622) is known color: Blackberry. HEX triplet: 46, 06 and 22. RGB value is (70,6,34). Sum of RGB (Red+Green+Blue) = 70+6+34=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #460622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460622 is #B9F9DD. Grayscale: #1C1C1C. Windows color (decimal): -12188126 or 2229830. OLE color: 2229830.
HSL color Cylindrical-coordinate representation of color #460622: hue angle of 333.75º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460622 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 6 | 34 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.73 |
| HSL | 333.75º | 0.84% | 0.15% | - |
| HSV(B) | 333.75º | 0.91% | 0.27% | - |
| XYZ | 2.88 | 1.55 | 1.66 | - |
| YUV | 28.33 | 131.2 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 34 | 0 | 0.91 | 0.51 | 0.73 | 333.75 | 0.84 | 0.15 |
| Hex | 46 | 6 | 22 | 0 | 5B | 33 | 49 | 14E | 54 | F |
| Octal | 106 | 6 | 42 | 0 | 133 | 63 | 111 | 516 | 124 | 17 |
| Binary | 1000110 | 110 | 100010 | 0 | 1011011 | 110011 | 1001001 | 101001110 | 1010100 | 1111 |
Color Harmonies of #460622
Complementary color
Monochromatic Colors of #460622
Black with #460622
Text Example
Text Example
White with #460622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460622; }
p { color: rgb(70,6,34); }
H1.HeaderClassName
{
color: #460622;
}
.AnyTagClassName
{
color: #460622;
}
</style>
background-color css
<style>
a { background-color: #460622; }
a { background-color: rgb(70,6,34); }
div.DivClassName
{
background-color: #460622;
}
.BgClassName
{
background-color: #460622;
}
</style>
border-color css
<style>
span { border-color: #460622; }
span { border-color: rgb(70,6,34); }
td.TdClassName
{
border-color: #460622;
}
.TagClassName
{
border-color: #460622;
}
</style>