Shades of Blackberry #440832
Tints of Blackberry #440832
RGB
CMYK
RGB Variations
Color information
#440832 (or 0x440832) is known color: Blackberry. HEX triplet: 44, 08 and 32. RGB value is (68,8,50). Sum of RGB (Red+Green+Blue) = 68+8+50=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 50 (19.92% from 255 or 39.68% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #440832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440832 is #BBF7CD. Grayscale: #1E1E1E. Windows color (decimal): -12318670 or 3278916. OLE color: 3278916.
HSL color Cylindrical-coordinate representation of color #440832: hue angle of 318º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440832 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 8 | 50 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.73 |
| HSL | 318º | 0.79% | 0.15% | - |
| HSV(B) | 318º | 0.88% | 0.27% | - |
| XYZ | 3.05 | 1.63 | 3.17 | - |
| YUV | 30.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 8 | 50 | 0 | 0.88 | 0.26 | 0.73 | 318 | 0.79 | 0.15 |
| Hex | 44 | 8 | 32 | 0 | 58 | 1A | 49 | 13E | 4F | F |
| Octal | 104 | 10 | 62 | 0 | 130 | 32 | 111 | 476 | 117 | 17 |
| Binary | 1000100 | 1000 | 110010 | 0 | 1011000 | 11010 | 1001001 | 100111110 | 1001111 | 1111 |
Color Harmonies of #440832
Complementary color
Monochromatic Colors of #440832
Black with #440832
Text Example
Text Example
White with #440832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440832; }
p { color: rgb(68,8,50); }
H1.HeaderClassName
{
color: #440832;
}
.AnyTagClassName
{
color: #440832;
}
</style>
background-color css
<style>
a { background-color: #440832; }
a { background-color: rgb(68,8,50); }
div.DivClassName
{
background-color: #440832;
}
.BgClassName
{
background-color: #440832;
}
</style>
border-color css
<style>
span { border-color: #440832; }
span { border-color: rgb(68,8,50); }
td.TdClassName
{
border-color: #440832;
}
.TagClassName
{
border-color: #440832;
}
</style>