Shades of Blackberry #44051D
Tints of Blackberry #44051D
RGB
CMYK
RGB Variations
Color information
#44051D (or 0x44051D) is known color: Blackberry. HEX triplet: 44, 05 and 1D. RGB value is (68,5,29). Sum of RGB (Red+Green+Blue) = 68+5+29=102 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.67% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 68 - color contains mainly: red. Hex color #44051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44051D is #BBFAE2. Grayscale: #1A1A1A. Windows color (decimal): -12319459 or 1901892. OLE color: 1901892.
HSL color Cylindrical-coordinate representation of color #44051D: hue angle of 337.14º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44051D is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 5 | 29 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.73 |
| HSL | 337.14º | 0.86% | 0.14% | - |
| HSV(B) | 337.14º | 0.93% | 0.27% | - |
| XYZ | 2.66 | 1.43 | 1.3 | - |
| YUV | 26.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 29 | 0 | 0.93 | 0.57 | 0.73 | 337.14 | 0.86 | 0.14 |
| Hex | 44 | 5 | 1D | 0 | 5D | 39 | 49 | 151 | 56 | E |
| Octal | 104 | 5 | 35 | 0 | 135 | 71 | 111 | 521 | 126 | 16 |
| Binary | 1000100 | 101 | 11101 | 0 | 1011101 | 111001 | 1001001 | 101010001 | 1010110 | 1110 |
Color Harmonies of #44051D
Complementary color
Monochromatic Colors of #44051D
Black with #44051D
Text Example
Text Example
White with #44051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44051D; }
p { color: rgb(68,5,29); }
H1.HeaderClassName
{
color: #44051D;
}
.AnyTagClassName
{
color: #44051D;
}
</style>
background-color css
<style>
a { background-color: #44051D; }
a { background-color: rgb(68,5,29); }
div.DivClassName
{
background-color: #44051D;
}
.BgClassName
{
background-color: #44051D;
}
</style>
border-color css
<style>
span { border-color: #44051D; }
span { border-color: rgb(68,5,29); }
td.TdClassName
{
border-color: #44051D;
}
.TagClassName
{
border-color: #44051D;
}
</style>