Shades of Blackberry #440624
Tints of Blackberry #440624
RGB
CMYK
RGB Variations
Color information
#440624 (or 0x440624) is known color: Blackberry. HEX triplet: 44, 06 and 24. RGB value is (68,6,36). Sum of RGB (Red+Green+Blue) = 68+6+36=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #440624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440624 is #BBF9DB. Grayscale: #1B1B1B. Windows color (decimal): -12319196 or 2360900. OLE color: 2360900.
HSL color Cylindrical-coordinate representation of color #440624: hue angle of 330.97º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440624 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 6 | 36 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.73 |
| HSL | 330.97º | 0.84% | 0.15% | - |
| HSV(B) | 330.97º | 0.91% | 0.27% | - |
| XYZ | 2.77 | 1.49 | 1.81 | - |
| YUV | 27.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 36 | 0 | 0.91 | 0.47 | 0.73 | 330.97 | 0.84 | 0.15 |
| Hex | 44 | 6 | 24 | 0 | 5B | 2F | 49 | 14B | 54 | F |
| Octal | 104 | 6 | 44 | 0 | 133 | 57 | 111 | 513 | 124 | 17 |
| Binary | 1000100 | 110 | 100100 | 0 | 1011011 | 101111 | 1001001 | 101001011 | 1010100 | 1111 |
Color Harmonies of #440624
Complementary color
Monochromatic Colors of #440624
Black with #440624
Text Example
Text Example
White with #440624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440624; }
p { color: rgb(68,6,36); }
H1.HeaderClassName
{
color: #440624;
}
.AnyTagClassName
{
color: #440624;
}
</style>
background-color css
<style>
a { background-color: #440624; }
a { background-color: rgb(68,6,36); }
div.DivClassName
{
background-color: #440624;
}
.BgClassName
{
background-color: #440624;
}
</style>
border-color css
<style>
span { border-color: #440624; }
span { border-color: rgb(68,6,36); }
td.TdClassName
{
border-color: #440624;
}
.TagClassName
{
border-color: #440624;
}
</style>