Shades of Blackberry #4E102D
Tints of Blackberry #4E102D
RGB
CMYK
RGB Variations
Color information
#4E102D (or 0x4E102D) is known color: Blackberry. HEX triplet: 4E, 10 and 2D. RGB value is (78,16,45). Sum of RGB (Red+Green+Blue) = 78+16+45=139 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.12% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 78 - color contains mainly: red. Hex color #4E102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E102D is #B1EFD2. Grayscale: #252525. Windows color (decimal): -11661267 or 2953294. OLE color: 2953294.
HSL color Cylindrical-coordinate representation of color #4E102D: hue angle of 331.94º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E102D is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 16 | 45 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.69 |
| HSL | 331.94º | 0.66% | 0.18% | - |
| HSV(B) | 331.94º | 0.79% | 0.31% | - |
| XYZ | 3.8 | 2.18 | 2.7 | - |
| YUV | 37.84 | 132.04 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 45 | 0 | 0.79 | 0.42 | 0.69 | 331.94 | 0.66 | 0.18 |
| Hex | 4E | 10 | 2D | 0 | 4F | 2A | 45 | 14C | 42 | 12 |
| Octal | 116 | 20 | 55 | 0 | 117 | 52 | 105 | 514 | 102 | 22 |
| Binary | 1001110 | 10000 | 101101 | 0 | 1001111 | 101010 | 1000101 | 101001100 | 1000010 | 10010 |
Color Harmonies of #4E102D
Complementary color
Monochromatic Colors of #4E102D
Black with #4E102D
Text Example
Text Example
White with #4E102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E102D; }
p { color: rgb(78,16,45); }
H1.HeaderClassName
{
color: #4E102D;
}
.AnyTagClassName
{
color: #4E102D;
}
</style>
background-color css
<style>
a { background-color: #4E102D; }
a { background-color: rgb(78,16,45); }
div.DivClassName
{
background-color: #4E102D;
}
.BgClassName
{
background-color: #4E102D;
}
</style>
border-color css
<style>
span { border-color: #4E102D; }
span { border-color: rgb(78,16,45); }
td.TdClassName
{
border-color: #4E102D;
}
.TagClassName
{
border-color: #4E102D;
}
</style>