Shades of Blackberry #440727
Tints of Blackberry #440727
RGB
CMYK
RGB Variations
Color information
#440727 (or 0x440727) is known color: Blackberry. HEX triplet: 44, 07 and 27. RGB value is (68,7,39). Sum of RGB (Red+Green+Blue) = 68+7+39=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #440727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440727 is #BBF8D8. Grayscale: #1C1C1C. Windows color (decimal): -12318937 or 2557764. OLE color: 2557764.
HSL color Cylindrical-coordinate representation of color #440727: hue angle of 328.52º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440727 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 7 | 39 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.73 |
| HSL | 328.52º | 0.81% | 0.15% | - |
| HSV(B) | 328.52º | 0.9% | 0.27% | - |
| XYZ | 2.83 | 1.53 | 2.07 | - |
| YUV | 28.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 39 | 0 | 0.90 | 0.43 | 0.73 | 328.52 | 0.81 | 0.15 |
| Hex | 44 | 7 | 27 | 0 | 5A | 2B | 49 | 149 | 51 | F |
| Octal | 104 | 7 | 47 | 0 | 132 | 53 | 111 | 511 | 121 | 17 |
| Binary | 1000100 | 111 | 100111 | 0 | 1011010 | 101011 | 1001001 | 101001001 | 1010001 | 1111 |
Color Harmonies of #440727
Complementary color
Monochromatic Colors of #440727
Black with #440727
Text Example
Text Example
White with #440727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440727; }
p { color: rgb(68,7,39); }
H1.HeaderClassName
{
color: #440727;
}
.AnyTagClassName
{
color: #440727;
}
</style>
background-color css
<style>
a { background-color: #440727; }
a { background-color: rgb(68,7,39); }
div.DivClassName
{
background-color: #440727;
}
.BgClassName
{
background-color: #440727;
}
</style>
border-color css
<style>
span { border-color: #440727; }
span { border-color: rgb(68,7,39); }
td.TdClassName
{
border-color: #440727;
}
.TagClassName
{
border-color: #440727;
}
</style>