Shades of Blackberry #440532
Tints of Blackberry #440532
RGB
CMYK
RGB Variations
Color information
#440532 (or 0x440532) is known color: Blackberry. HEX triplet: 44, 05 and 32. RGB value is (68,5,50). Sum of RGB (Red+Green+Blue) = 68+5+50=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #440532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440532 is #BBFACD. Grayscale: #1C1C1C. Windows color (decimal): -12319438 or 3278148. OLE color: 3278148.
HSL color Cylindrical-coordinate representation of color #440532: hue angle of 317.14º 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 #440532 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 5 | 50 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.73 |
| HSL | 317.14º | 0.86% | 0.14% | - |
| HSV(B) | 317.14º | 0.93% | 0.27% | - |
| XYZ | 3.01 | 1.57 | 3.16 | - |
| YUV | 28.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 50 | 0 | 0.93 | 0.26 | 0.73 | 317.14 | 0.86 | 0.14 |
| Hex | 44 | 5 | 32 | 0 | 5D | 1A | 49 | 13D | 56 | E |
| Octal | 104 | 5 | 62 | 0 | 135 | 32 | 111 | 475 | 126 | 16 |
| Binary | 1000100 | 101 | 110010 | 0 | 1011101 | 11010 | 1001001 | 100111101 | 1010110 | 1110 |
Color Harmonies of #440532
Complementary color
Monochromatic Colors of #440532
Black with #440532
Text Example
Text Example
White with #440532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440532; }
p { color: rgb(68,5,50); }
H1.HeaderClassName
{
color: #440532;
}
.AnyTagClassName
{
color: #440532;
}
</style>
background-color css
<style>
a { background-color: #440532; }
a { background-color: rgb(68,5,50); }
div.DivClassName
{
background-color: #440532;
}
.BgClassName
{
background-color: #440532;
}
</style>
border-color css
<style>
span { border-color: #440532; }
span { border-color: rgb(68,5,50); }
td.TdClassName
{
border-color: #440532;
}
.TagClassName
{
border-color: #440532;
}
</style>