Shades of Blackberry #440424
Tints of Blackberry #440424
RGB
CMYK
RGB Variations
Color information
#440424 (or 0x440424) is known color: Blackberry. HEX triplet: 44, 04 and 24. RGB value is (68,4,36). Sum of RGB (Red+Green+Blue) = 68+4+36=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #440424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440424 is #BBFBDB. Grayscale: #1A1A1A. Windows color (decimal): -12319708 or 2360388. OLE color: 2360388.
HSL color Cylindrical-coordinate representation of color #440424: hue angle of 330º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440424 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 4 | 36 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.73 |
| HSL | 330º | 0.89% | 0.14% | - |
| HSV(B) | 330º | 0.94% | 0.27% | - |
| XYZ | 2.75 | 1.44 | 1.8 | - |
| YUV | 26.78 | 133.2 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 36 | 0 | 0.94 | 0.47 | 0.73 | 330 | 0.89 | 0.14 |
| Hex | 44 | 4 | 24 | 0 | 5E | 2F | 49 | 14A | 59 | E |
| Octal | 104 | 4 | 44 | 0 | 136 | 57 | 111 | 512 | 131 | 16 |
| Binary | 1000100 | 100 | 100100 | 0 | 1011110 | 101111 | 1001001 | 101001010 | 1011001 | 1110 |
Color Harmonies of #440424
Complementary color
Monochromatic Colors of #440424
Black with #440424
Text Example
Text Example
White with #440424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440424; }
p { color: rgb(68,4,36); }
H1.HeaderClassName
{
color: #440424;
}
.AnyTagClassName
{
color: #440424;
}
</style>
background-color css
<style>
a { background-color: #440424; }
a { background-color: rgb(68,4,36); }
div.DivClassName
{
background-color: #440424;
}
.BgClassName
{
background-color: #440424;
}
</style>
border-color css
<style>
span { border-color: #440424; }
span { border-color: rgb(68,4,36); }
td.TdClassName
{
border-color: #440424;
}
.TagClassName
{
border-color: #440424;
}
</style>