Shades of Blackberry #44063A
Tints of Blackberry #44063A
RGB
CMYK
RGB Variations
Color information
#44063A (or 0x44063A) is known color: Blackberry. HEX triplet: 44, 06 and 3A. RGB value is (68,6,58). Sum of RGB (Red+Green+Blue) = 68+6+58=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #44063A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44063A is #BBF9C5. Grayscale: #1E1E1E. Windows color (decimal): -12319174 or 3802692. OLE color: 3802692.
HSL color Cylindrical-coordinate representation of color #44063A: hue angle of 309.68º 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 #44063A is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 6 | 58 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.73 |
| HSL | 309.68º | 0.84% | 0.15% | - |
| HSV(B) | 309.68º | 0.91% | 0.27% | - |
| XYZ | 3.21 | 1.66 | 4.15 | - |
| YUV | 30.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 58 | 0 | 0.91 | 0.15 | 0.73 | 309.68 | 0.84 | 0.15 |
| Hex | 44 | 6 | 3A | 0 | 5B | F | 49 | 136 | 54 | F |
| Octal | 104 | 6 | 72 | 0 | 133 | 17 | 111 | 466 | 124 | 17 |
| Binary | 1000100 | 110 | 111010 | 0 | 1011011 | 1111 | 1001001 | 100110110 | 1010100 | 1111 |
Color Harmonies of #44063A
Complementary color
Monochromatic Colors of #44063A
Black with #44063A
Text Example
Text Example
White with #44063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44063A; }
p { color: rgb(68,6,58); }
H1.HeaderClassName
{
color: #44063A;
}
.AnyTagClassName
{
color: #44063A;
}
</style>
background-color css
<style>
a { background-color: #44063A; }
a { background-color: rgb(68,6,58); }
div.DivClassName
{
background-color: #44063A;
}
.BgClassName
{
background-color: #44063A;
}
</style>
border-color css
<style>
span { border-color: #44063A; }
span { border-color: rgb(68,6,58); }
td.TdClassName
{
border-color: #44063A;
}
.TagClassName
{
border-color: #44063A;
}
</style>