Shades of Blackberry #461431
Tints of Blackberry #461431
RGB
CMYK
RGB Variations
Color information
#461431 (or 0x461431) is known color: Blackberry. HEX triplet: 46, 14 and 31. RGB value is (70,20,49). Sum of RGB (Red+Green+Blue) = 70+20+49=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #461431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461431 is #B9EBCE. Grayscale: #262626. Windows color (decimal): -12184527 or 3216454. OLE color: 3216454.
HSL color Cylindrical-coordinate representation of color #461431: hue angle of 325.2º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #461431 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 20 | 49 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.73 |
| HSL | 325.2º | 0.56% | 0.18% | - |
| HSV(B) | 325.2º | 0.71% | 0.27% | - |
| XYZ | 3.33 | 2.02 | 3.12 | - |
| YUV | 38.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 49 | 0 | 0.71 | 0.30 | 0.73 | 325.2 | 0.56 | 0.18 |
| Hex | 46 | 14 | 31 | 0 | 47 | 1E | 49 | 145 | 38 | 12 |
| Octal | 106 | 24 | 61 | 0 | 107 | 36 | 111 | 505 | 70 | 22 |
| Binary | 1000110 | 10100 | 110001 | 0 | 1000111 | 11110 | 1001001 | 101000101 | 111000 | 10010 |
Color Harmonies of #461431
Complementary color
Monochromatic Colors of #461431
Black with #461431
Text Example
Text Example
White with #461431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461431; }
p { color: rgb(70,20,49); }
H1.HeaderClassName
{
color: #461431;
}
.AnyTagClassName
{
color: #461431;
}
</style>
background-color css
<style>
a { background-color: #461431; }
a { background-color: rgb(70,20,49); }
div.DivClassName
{
background-color: #461431;
}
.BgClassName
{
background-color: #461431;
}
</style>
border-color css
<style>
span { border-color: #461431; }
span { border-color: rgb(70,20,49); }
td.TdClassName
{
border-color: #461431;
}
.TagClassName
{
border-color: #461431;
}
</style>