Shades of Blackberry #440120
Tints of Blackberry #440120
RGB
CMYK
RGB Variations
Color information
#440120 (or 0x440120) is known color: Blackberry. HEX triplet: 44, 01 and 20. RGB value is (68,1,32). Sum of RGB (Red+Green+Blue) = 68+1+32=101 (13% of max value = 765). Red value is 68 (26.95% from 255 or 67.33% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 68 - color contains mainly: red. Hex color #440120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440120 is #BBFEDF. Grayscale: #181818. Windows color (decimal): -12320480 or 2097476. OLE color: 2097476.
HSL color Cylindrical-coordinate representation of color #440120: hue angle of 332.24º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440120 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.73 |
| HSL | 332.24º | 0.97% | 0.14% | - |
| HSV(B) | 332.24º | 0.99% | 0.27% | - |
| XYZ | 2.66 | 1.35 | 1.49 | - |
| YUV | 24.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 32 | 0 | 0.99 | 0.53 | 0.73 | 332.24 | 0.97 | 0.14 |
| Hex | 44 | 1 | 20 | 0 | 63 | 35 | 49 | 14C | 61 | E |
| Octal | 104 | 1 | 40 | 0 | 143 | 65 | 111 | 514 | 141 | 16 |
| Binary | 1000100 | 1 | 100000 | 0 | 1100011 | 110101 | 1001001 | 101001100 | 1100001 | 1110 |
Color Harmonies of #440120
Complementary color
Monochromatic Colors of #440120
Black with #440120
Text Example
Text Example
White with #440120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440120; }
p { color: rgb(68,1,32); }
H1.HeaderClassName
{
color: #440120;
}
.AnyTagClassName
{
color: #440120;
}
</style>
background-color css
<style>
a { background-color: #440120; }
a { background-color: rgb(68,1,32); }
div.DivClassName
{
background-color: #440120;
}
.BgClassName
{
background-color: #440120;
}
</style>
border-color css
<style>
span { border-color: #440120; }
span { border-color: rgb(68,1,32); }
td.TdClassName
{
border-color: #440120;
}
.TagClassName
{
border-color: #440120;
}
</style>