Shades of Blackberry #461538
Tints of Blackberry #461538
RGB
CMYK
RGB Variations
Color information
#461538 (or 0x461538) is known color: Blackberry. HEX triplet: 46, 15 and 38. RGB value is (70,21,56). Sum of RGB (Red+Green+Blue) = 70+21+56=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #461538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461538 is #B9EAC7. Grayscale: #272727. Windows color (decimal): -12184264 or 3675462. OLE color: 3675462.
HSL color Cylindrical-coordinate representation of color #461538: hue angle of 317.14º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461538 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 21 | 56 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.73 |
| HSL | 317.14º | 0.54% | 0.18% | - |
| HSV(B) | 317.14º | 0.7% | 0.27% | - |
| XYZ | 3.51 | 2.12 | 3.97 | - |
| YUV | 39.64 | 137.23 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 56 | 0 | 0.70 | 0.20 | 0.73 | 317.14 | 0.54 | 0.18 |
| Hex | 46 | 15 | 38 | 0 | 46 | 14 | 49 | 13D | 36 | 12 |
| Octal | 106 | 25 | 70 | 0 | 106 | 24 | 111 | 475 | 66 | 22 |
| Binary | 1000110 | 10101 | 111000 | 0 | 1000110 | 10100 | 1001001 | 100111101 | 110110 | 10010 |
Color Harmonies of #461538
Complementary color
Monochromatic Colors of #461538
Black with #461538
Text Example
Text Example
White with #461538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461538; }
p { color: rgb(70,21,56); }
H1.HeaderClassName
{
color: #461538;
}
.AnyTagClassName
{
color: #461538;
}
</style>
background-color css
<style>
a { background-color: #461538; }
a { background-color: rgb(70,21,56); }
div.DivClassName
{
background-color: #461538;
}
.BgClassName
{
background-color: #461538;
}
</style>
border-color css
<style>
span { border-color: #461538; }
span { border-color: rgb(70,21,56); }
td.TdClassName
{
border-color: #461538;
}
.TagClassName
{
border-color: #461538;
}
</style>