Shades of Blackberry #440927
Tints of Blackberry #440927
RGB
CMYK
RGB Variations
Color information
#440927 (or 0x440927) is known color: Blackberry. HEX triplet: 44, 09 and 27. RGB value is (68,9,39). Sum of RGB (Red+Green+Blue) = 68+9+39=116 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.62% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 68 - color contains mainly: red. Hex color #440927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440927 is #BBF6D8. Grayscale: #1D1D1D. Windows color (decimal): -12318425 or 2558276. OLE color: 2558276.
HSL color Cylindrical-coordinate representation of color #440927: hue angle of 329.49º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #440927 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 9 | 39 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.73 |
| HSL | 329.49º | 0.77% | 0.15% | - |
| HSV(B) | 329.49º | 0.87% | 0.27% | - |
| XYZ | 2.85 | 1.57 | 2.07 | - |
| YUV | 30.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 39 | 0 | 0.87 | 0.43 | 0.73 | 329.49 | 0.77 | 0.15 |
| Hex | 44 | 9 | 27 | 0 | 57 | 2B | 49 | 149 | 4D | F |
| Octal | 104 | 11 | 47 | 0 | 127 | 53 | 111 | 511 | 115 | 17 |
| Binary | 1000100 | 1001 | 100111 | 0 | 1010111 | 101011 | 1001001 | 101001001 | 1001101 | 1111 |
Color Harmonies of #440927
Complementary color
Monochromatic Colors of #440927
Black with #440927
Text Example
Text Example
White with #440927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440927; }
p { color: rgb(68,9,39); }
H1.HeaderClassName
{
color: #440927;
}
.AnyTagClassName
{
color: #440927;
}
</style>
background-color css
<style>
a { background-color: #440927; }
a { background-color: rgb(68,9,39); }
div.DivClassName
{
background-color: #440927;
}
.BgClassName
{
background-color: #440927;
}
</style>
border-color css
<style>
span { border-color: #440927; }
span { border-color: rgb(68,9,39); }
td.TdClassName
{
border-color: #440927;
}
.TagClassName
{
border-color: #440927;
}
</style>