Shades of Blackberry #461930
Tints of Blackberry #461930
RGB
CMYK
RGB Variations
Color information
#461930 (or 0x461930) is known color: Blackberry. HEX triplet: 46, 19 and 30. RGB value is (70,25,48). Sum of RGB (Red+Green+Blue) = 70+25+48=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #461930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461930 is #B9E6CF. Grayscale: #292929. Windows color (decimal): -12183248 or 3152198. OLE color: 3152198.
HSL color Cylindrical-coordinate representation of color #461930: hue angle of 329.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #461930 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 25 | 48 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.73 |
| HSL | 329.33º | 0.47% | 0.19% | - |
| HSV(B) | 329.33º | 0.64% | 0.27% | - |
| XYZ | 3.41 | 2.21 | 3.04 | - |
| YUV | 41.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 48 | 0 | 0.64 | 0.31 | 0.73 | 329.33 | 0.47 | 0.19 |
| Hex | 46 | 19 | 30 | 0 | 40 | 1F | 49 | 149 | 2F | 13 |
| Octal | 106 | 31 | 60 | 0 | 100 | 37 | 111 | 511 | 57 | 23 |
| Binary | 1000110 | 11001 | 110000 | 0 | 1000000 | 11111 | 1001001 | 101001001 | 101111 | 10011 |
Color Harmonies of #461930
Complementary color
Monochromatic Colors of #461930
Black with #461930
Text Example
Text Example
White with #461930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461930; }
p { color: rgb(70,25,48); }
H1.HeaderClassName
{
color: #461930;
}
.AnyTagClassName
{
color: #461930;
}
</style>
background-color css
<style>
a { background-color: #461930; }
a { background-color: rgb(70,25,48); }
div.DivClassName
{
background-color: #461930;
}
.BgClassName
{
background-color: #461930;
}
</style>
border-color css
<style>
span { border-color: #461930; }
span { border-color: rgb(70,25,48); }
td.TdClassName
{
border-color: #461930;
}
.TagClassName
{
border-color: #461930;
}
</style>