Shades of Blackberry #440528
Tints of Blackberry #440528
RGB
CMYK
RGB Variations
Color information
#440528 (or 0x440528) is known color: Blackberry. HEX triplet: 44, 05 and 28. RGB value is (68,5,40). Sum of RGB (Red+Green+Blue) = 68+5+40=113 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.18% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 68 - color contains mainly: red. Hex color #440528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440528 is #BBFAD7. Grayscale: #1B1B1B. Windows color (decimal): -12319448 or 2622788. OLE color: 2622788.
HSL color Cylindrical-coordinate representation of color #440528: hue angle of 326.67º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440528 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 5 | 40 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.73 |
| HSL | 326.67º | 0.86% | 0.14% | - |
| HSV(B) | 326.67º | 0.93% | 0.27% | - |
| XYZ | 2.82 | 1.49 | 2.15 | - |
| YUV | 27.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 40 | 0 | 0.93 | 0.41 | 0.73 | 326.67 | 0.86 | 0.14 |
| Hex | 44 | 5 | 28 | 0 | 5D | 29 | 49 | 147 | 56 | E |
| Octal | 104 | 5 | 50 | 0 | 135 | 51 | 111 | 507 | 126 | 16 |
| Binary | 1000100 | 101 | 101000 | 0 | 1011101 | 101001 | 1001001 | 101000111 | 1010110 | 1110 |
Color Harmonies of #440528
Complementary color
Monochromatic Colors of #440528
Black with #440528
Text Example
Text Example
White with #440528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440528; }
p { color: rgb(68,5,40); }
H1.HeaderClassName
{
color: #440528;
}
.AnyTagClassName
{
color: #440528;
}
</style>
background-color css
<style>
a { background-color: #440528; }
a { background-color: rgb(68,5,40); }
div.DivClassName
{
background-color: #440528;
}
.BgClassName
{
background-color: #440528;
}
</style>
border-color css
<style>
span { border-color: #440528; }
span { border-color: rgb(68,5,40); }
td.TdClassName
{
border-color: #440528;
}
.TagClassName
{
border-color: #440528;
}
</style>