Shades of Blackberry #46022D
Tints of Blackberry #46022D
RGB
CMYK
RGB Variations
Color information
#46022D (or 0x46022D) is known color: Blackberry. HEX triplet: 46, 02 and 2D. RGB value is (70,2,45). Sum of RGB (Red+Green+Blue) = 70+2+45=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #46022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46022D is #B9FDD2. Grayscale: #1B1B1B. Windows color (decimal): -12189139 or 2949702. OLE color: 2949702.
HSL color Cylindrical-coordinate representation of color #46022D: hue angle of 322.06º 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 #46022D is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 2 | 45 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.73 |
| HSL | 322.06º | 0.94% | 0.14% | - |
| HSV(B) | 322.06º | 0.97% | 0.27% | - |
| XYZ | 3.02 | 1.53 | 2.62 | - |
| YUV | 27.23 | 138.03 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 45 | 0 | 0.97 | 0.36 | 0.73 | 322.06 | 0.94 | 0.14 |
| Hex | 46 | 2 | 2D | 0 | 61 | 24 | 49 | 142 | 5E | E |
| Octal | 106 | 2 | 55 | 0 | 141 | 44 | 111 | 502 | 136 | 16 |
| Binary | 1000110 | 10 | 101101 | 0 | 1100001 | 100100 | 1001001 | 101000010 | 1011110 | 1110 |
Color Harmonies of #46022D
Complementary color
Monochromatic Colors of #46022D
Black with #46022D
Text Example
Text Example
White with #46022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46022D; }
p { color: rgb(70,2,45); }
H1.HeaderClassName
{
color: #46022D;
}
.AnyTagClassName
{
color: #46022D;
}
</style>
background-color css
<style>
a { background-color: #46022D; }
a { background-color: rgb(70,2,45); }
div.DivClassName
{
background-color: #46022D;
}
.BgClassName
{
background-color: #46022D;
}
</style>
border-color css
<style>
span { border-color: #46022D; }
span { border-color: rgb(70,2,45); }
td.TdClassName
{
border-color: #46022D;
}
.TagClassName
{
border-color: #46022D;
}
</style>