Shades of Blackberry #461235
Tints of Blackberry #461235
RGB
CMYK
RGB Variations
Color information
#461235 (or 0x461235) is known color: Blackberry. HEX triplet: 46, 12 and 35. RGB value is (70,18,53). Sum of RGB (Red+Green+Blue) = 70+18+53=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #461235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461235 is #B9EDCA. Grayscale: #252525. Windows color (decimal): -12185035 or 3478086. OLE color: 3478086.
HSL color Cylindrical-coordinate representation of color #461235: hue angle of 319.62º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461235 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 18 | 53 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.73 |
| HSL | 319.62º | 0.59% | 0.17% | - |
| HSV(B) | 319.62º | 0.74% | 0.27% | - |
| XYZ | 3.38 | 1.99 | 3.57 | - |
| YUV | 37.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 18 | 53 | 0 | 0.74 | 0.24 | 0.73 | 319.62 | 0.59 | 0.17 |
| Hex | 46 | 12 | 35 | 0 | 4A | 18 | 49 | 140 | 3B | 11 |
| Octal | 106 | 22 | 65 | 0 | 112 | 30 | 111 | 500 | 73 | 21 |
| Binary | 1000110 | 10010 | 110101 | 0 | 1001010 | 11000 | 1001001 | 101000000 | 111011 | 10001 |
Color Harmonies of #461235
Complementary color
Monochromatic Colors of #461235
Black with #461235
Text Example
Text Example
White with #461235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461235; }
p { color: rgb(70,18,53); }
H1.HeaderClassName
{
color: #461235;
}
.AnyTagClassName
{
color: #461235;
}
</style>
background-color css
<style>
a { background-color: #461235; }
a { background-color: rgb(70,18,53); }
div.DivClassName
{
background-color: #461235;
}
.BgClassName
{
background-color: #461235;
}
</style>
border-color css
<style>
span { border-color: #461235; }
span { border-color: rgb(70,18,53); }
td.TdClassName
{
border-color: #461235;
}
.TagClassName
{
border-color: #461235;
}
</style>