Shades of Blackberry #440E2E
Tints of Blackberry #440E2E
RGB
CMYK
RGB Variations
Color information
#440E2E (or 0x440E2E) is known color: Blackberry. HEX triplet: 44, 0E and 2E. RGB value is (68,14,46). Sum of RGB (Red+Green+Blue) = 68+14+46=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #440E2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440E2E is #BBF1D1. Grayscale: #212121. Windows color (decimal): -12317138 or 3018308. OLE color: 3018308.
HSL color Cylindrical-coordinate representation of color #440E2E: hue angle of 324.44º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #440E2E is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 14 | 46 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.73 |
| HSL | 324.44º | 0.66% | 0.16% | - |
| HSV(B) | 324.44º | 0.79% | 0.27% | - |
| XYZ | 3.03 | 1.74 | 2.76 | - |
| YUV | 33.79 | 134.89 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 46 | 0 | 0.79 | 0.32 | 0.73 | 324.44 | 0.66 | 0.16 |
| Hex | 44 | E | 2E | 0 | 4F | 20 | 49 | 144 | 42 | 10 |
| Octal | 104 | 16 | 56 | 0 | 117 | 40 | 111 | 504 | 102 | 20 |
| Binary | 1000100 | 1110 | 101110 | 0 | 1001111 | 100000 | 1001001 | 101000100 | 1000010 | 10000 |
Color Harmonies of #440E2E
Complementary color
Monochromatic Colors of #440E2E
Black with #440E2E
Text Example
Text Example
White with #440E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440E2E; }
p { color: rgb(68,14,46); }
H1.HeaderClassName
{
color: #440E2E;
}
.AnyTagClassName
{
color: #440E2E;
}
</style>
background-color css
<style>
a { background-color: #440E2E; }
a { background-color: rgb(68,14,46); }
div.DivClassName
{
background-color: #440E2E;
}
.BgClassName
{
background-color: #440E2E;
}
</style>
border-color css
<style>
span { border-color: #440E2E; }
span { border-color: rgb(68,14,46); }
td.TdClassName
{
border-color: #440E2E;
}
.TagClassName
{
border-color: #440E2E;
}
</style>