Shades of Blackberry #460523
Tints of Blackberry #460523
RGB
CMYK
RGB Variations
Color information
#460523 (or 0x460523) is known color: Blackberry. HEX triplet: 46, 05 and 23. RGB value is (70,5,35). Sum of RGB (Red+Green+Blue) = 70+5+35=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #460523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460523 is #B9FADC. Grayscale: #1B1B1B. Windows color (decimal): -12188381 or 2295110. OLE color: 2295110.
HSL color Cylindrical-coordinate representation of color #460523: hue angle of 332.31º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460523 is Cyan = 0, Magento = 0.93, Yellow = 0.5 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 5 | 35 | - |
| CMYK | 0 | 0.93 | 0.5 | 0.73 |
| HSL | 332.31º | 0.87% | 0.15% | - |
| HSV(B) | 332.31º | 0.93% | 0.27% | - |
| XYZ | 2.88 | 1.53 | 1.73 | - |
| YUV | 27.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 35 | 0 | 0.93 | 0.5 | 0.73 | 332.31 | 0.87 | 0.15 |
| Hex | 46 | 5 | 23 | 0 | 5D | 32 | 49 | 14C | 57 | F |
| Octal | 106 | 5 | 43 | 0 | 135 | 62 | 111 | 514 | 127 | 17 |
| Binary | 1000110 | 101 | 100011 | 0 | 1011101 | 110010 | 1001001 | 101001100 | 1010111 | 1111 |
Color Harmonies of #460523
Complementary color
Monochromatic Colors of #460523
Black with #460523
Text Example
Text Example
White with #460523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460523; }
p { color: rgb(70,5,35); }
H1.HeaderClassName
{
color: #460523;
}
.AnyTagClassName
{
color: #460523;
}
</style>
background-color css
<style>
a { background-color: #460523; }
a { background-color: rgb(70,5,35); }
div.DivClassName
{
background-color: #460523;
}
.BgClassName
{
background-color: #460523;
}
</style>
border-color css
<style>
span { border-color: #460523; }
span { border-color: rgb(70,5,35); }
td.TdClassName
{
border-color: #460523;
}
.TagClassName
{
border-color: #460523;
}
</style>