Shades of Blackberry #44103A
Tints of Blackberry #44103A
RGB
CMYK
RGB Variations
Color information
#44103A (or 0x44103A) is known color: Blackberry. HEX triplet: 44, 10 and 3A. RGB value is (68,16,58). Sum of RGB (Red+Green+Blue) = 68+16+58=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #44103A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44103A is #BBEFC5. Grayscale: #242424. Windows color (decimal): -12316614 or 3805252. OLE color: 3805252.
HSL color Cylindrical-coordinate representation of color #44103A: hue angle of 311.54º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #44103A is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 16 | 58 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.73 |
| HSL | 311.54º | 0.62% | 0.16% | - |
| HSV(B) | 311.54º | 0.76% | 0.27% | - |
| XYZ | 3.33 | 1.91 | 4.2 | - |
| YUV | 36.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 16 | 58 | 0 | 0.76 | 0.15 | 0.73 | 311.54 | 0.62 | 0.16 |
| Hex | 44 | 10 | 3A | 0 | 4C | F | 49 | 138 | 3E | 10 |
| Octal | 104 | 20 | 72 | 0 | 114 | 17 | 111 | 470 | 76 | 20 |
| Binary | 1000100 | 10000 | 111010 | 0 | 1001100 | 1111 | 1001001 | 100111000 | 111110 | 10000 |
Color Harmonies of #44103A
Complementary color
Monochromatic Colors of #44103A
Black with #44103A
Text Example
Text Example
White with #44103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44103A; }
p { color: rgb(68,16,58); }
H1.HeaderClassName
{
color: #44103A;
}
.AnyTagClassName
{
color: #44103A;
}
</style>
background-color css
<style>
a { background-color: #44103A; }
a { background-color: rgb(68,16,58); }
div.DivClassName
{
background-color: #44103A;
}
.BgClassName
{
background-color: #44103A;
}
</style>
border-color css
<style>
span { border-color: #44103A; }
span { border-color: rgb(68,16,58); }
td.TdClassName
{
border-color: #44103A;
}
.TagClassName
{
border-color: #44103A;
}
</style>