Shades of Blackberry #440D32
Tints of Blackberry #440D32
RGB
CMYK
RGB Variations
Color information
#440D32 (or 0x440D32) is known color: Blackberry. HEX triplet: 44, 0D and 32. RGB value is (68,13,50). Sum of RGB (Red+Green+Blue) = 68+13+50=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #440D32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440D32 is #BBF2CD. Grayscale: #212121. Windows color (decimal): -12317390 or 3280196. OLE color: 3280196.
HSL color Cylindrical-coordinate representation of color #440D32: hue angle of 319.64º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #440D32 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 13 | 50 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.73 |
| HSL | 319.64º | 0.68% | 0.16% | - |
| HSV(B) | 319.64º | 0.81% | 0.27% | - |
| XYZ | 3.1 | 1.75 | 3.19 | - |
| YUV | 33.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 50 | 0 | 0.81 | 0.26 | 0.73 | 319.64 | 0.68 | 0.16 |
| Hex | 44 | D | 32 | 0 | 51 | 1A | 49 | 140 | 44 | 10 |
| Octal | 104 | 15 | 62 | 0 | 121 | 32 | 111 | 500 | 104 | 20 |
| Binary | 1000100 | 1101 | 110010 | 0 | 1010001 | 11010 | 1001001 | 101000000 | 1000100 | 10000 |
Color Harmonies of #440D32
Complementary color
Monochromatic Colors of #440D32
Black with #440D32
Text Example
Text Example
White with #440D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440D32; }
p { color: rgb(68,13,50); }
H1.HeaderClassName
{
color: #440D32;
}
.AnyTagClassName
{
color: #440D32;
}
</style>
background-color css
<style>
a { background-color: #440D32; }
a { background-color: rgb(68,13,50); }
div.DivClassName
{
background-color: #440D32;
}
.BgClassName
{
background-color: #440D32;
}
</style>
border-color css
<style>
span { border-color: #440D32; }
span { border-color: rgb(68,13,50); }
td.TdClassName
{
border-color: #440D32;
}
.TagClassName
{
border-color: #440D32;
}
</style>