Shades of Blackberry #46031F
Tints of Blackberry #46031F
RGB
CMYK
RGB Variations
Color information
#46031F (or 0x46031F) is known color: Blackberry. HEX triplet: 46, 03 and 1F. RGB value is (70,3,31). Sum of RGB (Red+Green+Blue) = 70+3+31=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #46031F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46031F is #B9FCE0. Grayscale: #1A1A1A. Windows color (decimal): -12188897 or 2032454. OLE color: 2032454.
HSL color Cylindrical-coordinate representation of color #46031F: hue angle of 334.93º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46031F is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 3 | 31 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.73 |
| HSL | 334.93º | 0.92% | 0.14% | - |
| HSV(B) | 334.93º | 0.96% | 0.27% | - |
| XYZ | 2.81 | 1.47 | 1.43 | - |
| YUV | 26.23 | 130.7 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 3 | 31 | 0 | 0.96 | 0.56 | 0.73 | 334.93 | 0.92 | 0.14 |
| Hex | 46 | 3 | 1F | 0 | 60 | 38 | 49 | 14F | 5C | E |
| Octal | 106 | 3 | 37 | 0 | 140 | 70 | 111 | 517 | 134 | 16 |
| Binary | 1000110 | 11 | 11111 | 0 | 1100000 | 111000 | 1001001 | 101001111 | 1011100 | 1110 |
Color Harmonies of #46031F
Complementary color
Monochromatic Colors of #46031F
Black with #46031F
Text Example
Text Example
White with #46031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46031F; }
p { color: rgb(70,3,31); }
H1.HeaderClassName
{
color: #46031F;
}
.AnyTagClassName
{
color: #46031F;
}
</style>
background-color css
<style>
a { background-color: #46031F; }
a { background-color: rgb(70,3,31); }
div.DivClassName
{
background-color: #46031F;
}
.BgClassName
{
background-color: #46031F;
}
</style>
border-color css
<style>
span { border-color: #46031F; }
span { border-color: rgb(70,3,31); }
td.TdClassName
{
border-color: #46031F;
}
.TagClassName
{
border-color: #46031F;
}
</style>