Shades of Blackberry #44003B
Tints of Blackberry #44003B
RGB
CMYK
RGB Variations
Color information
#44003B (or 0x44003B) is known color: Blackberry. HEX triplet: 44, 00 and 3B. RGB value is (68,0,59). Sum of RGB (Red+Green+Blue) = 68+0+59=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 59 (23.44% from 255 or 46.46% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #44003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44003B is #BBFFC4. Grayscale: #1A1A1A. Windows color (decimal): -12320709 or 3866692. OLE color: 3866692.
HSL color Cylindrical-coordinate representation of color #44003B: hue angle of 307.94º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #44003B is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.13 | 0.73 |
| HSL | 307.94º | 1% | 0.13% | - |
| HSV(B) | 307.94º | 1% | 0.27% | - |
| XYZ | 3.17 | 1.54 | 4.27 | - |
| YUV | 27.06 | 146.03 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 59 | 0 | 1 | 0.13 | 0.73 | 307.94 | 1 | 0.13 |
| Hex | 44 | 0 | 3B | 0 | 64 | D | 49 | 134 | 64 | D |
| Octal | 104 | 0 | 73 | 0 | 144 | 15 | 111 | 464 | 144 | 15 |
| Binary | 1000100 | 0 | 111011 | 0 | 1100100 | 1101 | 1001001 | 100110100 | 1100100 | 1101 |
Color Harmonies of #44003B
Complementary color
Monochromatic Colors of #44003B
Black with #44003B
Text Example
Text Example
White with #44003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44003B; }
p { color: rgb(68,0,59); }
H1.HeaderClassName
{
color: #44003B;
}
.AnyTagClassName
{
color: #44003B;
}
</style>
background-color css
<style>
a { background-color: #44003B; }
a { background-color: rgb(68,0,59); }
div.DivClassName
{
background-color: #44003B;
}
.BgClassName
{
background-color: #44003B;
}
</style>
border-color css
<style>
span { border-color: #44003B; }
span { border-color: rgb(68,0,59); }
td.TdClassName
{
border-color: #44003B;
}
.TagClassName
{
border-color: #44003B;
}
</style>