Shades of Blackberry #46021C
Tints of Blackberry #46021C
RGB
CMYK
RGB Variations
Color information
#46021C (or 0x46021C) is known color: Blackberry. HEX triplet: 46, 02 and 1C. RGB value is (70,2,28). Sum of RGB (Red+Green+Blue) = 70+2+28=100 (13% of max value = 765). Red value is 70 (27.73% from 255 or 70% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 70 - color contains mainly: red. Hex color #46021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46021C is #B9FDE3. Grayscale: #191919. Windows color (decimal): -12189156 or 1835590. OLE color: 1835590.
HSL color Cylindrical-coordinate representation of color #46021C: hue angle of 337.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 #46021C is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 2 | 28 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.73 |
| HSL | 337.06º | 0.94% | 0.14% | - |
| HSV(B) | 337.06º | 0.97% | 0.27% | - |
| XYZ | 2.76 | 1.43 | 1.23 | - |
| YUV | 25.3 | 129.53 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 28 | 0 | 0.97 | 0.60 | 0.73 | 337.06 | 0.94 | 0.14 |
| Hex | 46 | 2 | 1C | 0 | 61 | 3C | 49 | 151 | 5E | E |
| Octal | 106 | 2 | 34 | 0 | 141 | 74 | 111 | 521 | 136 | 16 |
| Binary | 1000110 | 10 | 11100 | 0 | 1100001 | 111100 | 1001001 | 101010001 | 1011110 | 1110 |
Color Harmonies of #46021C
Complementary color
Monochromatic Colors of #46021C
Black with #46021C
Text Example
Text Example
White with #46021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46021C; }
p { color: rgb(70,2,28); }
H1.HeaderClassName
{
color: #46021C;
}
.AnyTagClassName
{
color: #46021C;
}
</style>
background-color css
<style>
a { background-color: #46021C; }
a { background-color: rgb(70,2,28); }
div.DivClassName
{
background-color: #46021C;
}
.BgClassName
{
background-color: #46021C;
}
</style>
border-color css
<style>
span { border-color: #46021C; }
span { border-color: rgb(70,2,28); }
td.TdClassName
{
border-color: #46021C;
}
.TagClassName
{
border-color: #46021C;
}
</style>