Shades of Blackberry #46021F
Tints of Blackberry #46021F
RGB
CMYK
RGB Variations
Color information
#46021F (or 0x46021F) is known color: Blackberry. HEX triplet: 46, 02 and 1F. RGB value is (70,2,31). Sum of RGB (Red+Green+Blue) = 70+2+31=103 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.96% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 70 - color contains mainly: red. Hex color #46021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46021F is #B9FDE0. Grayscale: #191919. Windows color (decimal): -12189153 or 2032198. OLE color: 2032198.
HSL color Cylindrical-coordinate representation of color #46021F: hue angle of 334.41º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46021F is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 2 | 31 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.73 |
| HSL | 334.41º | 0.94% | 0.14% | - |
| HSV(B) | 334.41º | 0.97% | 0.27% | - |
| XYZ | 2.79 | 1.44 | 1.43 | - |
| YUV | 25.64 | 131.03 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 31 | 0 | 0.97 | 0.56 | 0.73 | 334.41 | 0.94 | 0.14 |
| Hex | 46 | 2 | 1F | 0 | 61 | 38 | 49 | 14E | 5E | E |
| Octal | 106 | 2 | 37 | 0 | 141 | 70 | 111 | 516 | 136 | 16 |
| Binary | 1000110 | 10 | 11111 | 0 | 1100001 | 111000 | 1001001 | 101001110 | 1011110 | 1110 |
Color Harmonies of #46021F
Complementary color
Monochromatic Colors of #46021F
Black with #46021F
Text Example
Text Example
White with #46021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46021F; }
p { color: rgb(70,2,31); }
H1.HeaderClassName
{
color: #46021F;
}
.AnyTagClassName
{
color: #46021F;
}
</style>
background-color css
<style>
a { background-color: #46021F; }
a { background-color: rgb(70,2,31); }
div.DivClassName
{
background-color: #46021F;
}
.BgClassName
{
background-color: #46021F;
}
</style>
border-color css
<style>
span { border-color: #46021F; }
span { border-color: rgb(70,2,31); }
td.TdClassName
{
border-color: #46021F;
}
.TagClassName
{
border-color: #46021F;
}
</style>