Shades of Blackberry #440D24
Tints of Blackberry #440D24
RGB
CMYK
RGB Variations
Color information
#440D24 (or 0x440D24) is known color: Blackberry. HEX triplet: 44, 0D and 24. RGB value is (68,13,36). Sum of RGB (Red+Green+Blue) = 68+13+36=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #440D24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440D24 is #BBF2DB. Grayscale: #202020. Windows color (decimal): -12317404 or 2362692. OLE color: 2362692.
HSL color Cylindrical-coordinate representation of color #440D24: hue angle of 334.91º 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 #440D24 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 13 | 36 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.73 |
| HSL | 334.91º | 0.68% | 0.16% | - |
| HSV(B) | 334.91º | 0.81% | 0.27% | - |
| XYZ | 2.85 | 1.64 | 1.84 | - |
| YUV | 32.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 36 | 0 | 0.81 | 0.47 | 0.73 | 334.91 | 0.68 | 0.16 |
| Hex | 44 | D | 24 | 0 | 51 | 2F | 49 | 14F | 44 | 10 |
| Octal | 104 | 15 | 44 | 0 | 121 | 57 | 111 | 517 | 104 | 20 |
| Binary | 1000100 | 1101 | 100100 | 0 | 1010001 | 101111 | 1001001 | 101001111 | 1000100 | 10000 |
Color Harmonies of #440D24
Complementary color
Monochromatic Colors of #440D24
Black with #440D24
Text Example
Text Example
White with #440D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440D24; }
p { color: rgb(68,13,36); }
H1.HeaderClassName
{
color: #440D24;
}
.AnyTagClassName
{
color: #440D24;
}
</style>
background-color css
<style>
a { background-color: #440D24; }
a { background-color: rgb(68,13,36); }
div.DivClassName
{
background-color: #440D24;
}
.BgClassName
{
background-color: #440D24;
}
</style>
border-color css
<style>
span { border-color: #440D24; }
span { border-color: rgb(68,13,36); }
td.TdClassName
{
border-color: #440D24;
}
.TagClassName
{
border-color: #440D24;
}
</style>