Shades of Blackberry #4E0F2D
Tints of Blackberry #4E0F2D
RGB
CMYK
RGB Variations
Color information
#4E0F2D (or 0x4E0F2D) is known color: Blackberry. HEX triplet: 4E, 0F and 2D. RGB value is (78,15,45). Sum of RGB (Red+Green+Blue) = 78+15+45=138 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.52% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0F2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0F2D is #B1F0D2. Grayscale: #252525. Windows color (decimal): -11661523 or 2953038. OLE color: 2953038.
HSL color Cylindrical-coordinate representation of color #4E0F2D: hue angle of 331.43º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E0F2D is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 15 | 45 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.69 |
| HSL | 331.43º | 0.68% | 0.18% | - |
| HSV(B) | 331.43º | 0.81% | 0.31% | - |
| XYZ | 3.79 | 2.15 | 2.7 | - |
| YUV | 37.26 | 132.37 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 15 | 45 | 0 | 0.81 | 0.42 | 0.69 | 331.43 | 0.68 | 0.18 |
| Hex | 4E | F | 2D | 0 | 51 | 2A | 45 | 14B | 44 | 12 |
| Octal | 116 | 17 | 55 | 0 | 121 | 52 | 105 | 513 | 104 | 22 |
| Binary | 1001110 | 1111 | 101101 | 0 | 1010001 | 101010 | 1000101 | 101001011 | 1000100 | 10010 |
Color Harmonies of #4E0F2D
Complementary color
Monochromatic Colors of #4E0F2D
Black with #4E0F2D
Text Example
Text Example
White with #4E0F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0F2D; }
p { color: rgb(78,15,45); }
H1.HeaderClassName
{
color: #4E0F2D;
}
.AnyTagClassName
{
color: #4E0F2D;
}
</style>
background-color css
<style>
a { background-color: #4E0F2D; }
a { background-color: rgb(78,15,45); }
div.DivClassName
{
background-color: #4E0F2D;
}
.BgClassName
{
background-color: #4E0F2D;
}
</style>
border-color css
<style>
span { border-color: #4E0F2D; }
span { border-color: rgb(78,15,45); }
td.TdClassName
{
border-color: #4E0F2D;
}
.TagClassName
{
border-color: #4E0F2D;
}
</style>