Shades of Blackberry #44002D
Tints of Blackberry #44002D
RGB
CMYK
RGB Variations
Color information
#44002D (or 0x44002D) is known color: Blackberry. HEX triplet: 44, 00 and 2D. RGB value is (68,0,45). Sum of RGB (Red+Green+Blue) = 68+0+45=113 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.18% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 68 - color contains mainly: red. Hex color #44002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44002D is #BBFFD2. Grayscale: #191919. Windows color (decimal): -12320723 or 2949188. OLE color: 2949188.
HSL color Cylindrical-coordinate representation of color #44002D: hue angle of 320.29º 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 #44002D is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.34 | 0.73 |
| HSL | 320.29º | 1% | 0.13% | - |
| HSV(B) | 320.29º | 1% | 0.27% | - |
| XYZ | 2.86 | 1.42 | 2.61 | - |
| YUV | 25.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 45 | 0 | 1 | 0.34 | 0.73 | 320.29 | 1 | 0.13 |
| Hex | 44 | 0 | 2D | 0 | 64 | 22 | 49 | 140 | 64 | D |
| Octal | 104 | 0 | 55 | 0 | 144 | 42 | 111 | 500 | 144 | 15 |
| Binary | 1000100 | 0 | 101101 | 0 | 1100100 | 100010 | 1001001 | 101000000 | 1100100 | 1101 |
Color Harmonies of #44002D
Complementary color
Monochromatic Colors of #44002D
Black with #44002D
Text Example
Text Example
White with #44002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44002D; }
p { color: rgb(68,0,45); }
H1.HeaderClassName
{
color: #44002D;
}
.AnyTagClassName
{
color: #44002D;
}
</style>
background-color css
<style>
a { background-color: #44002D; }
a { background-color: rgb(68,0,45); }
div.DivClassName
{
background-color: #44002D;
}
.BgClassName
{
background-color: #44002D;
}
</style>
border-color css
<style>
span { border-color: #44002D; }
span { border-color: rgb(68,0,45); }
td.TdClassName
{
border-color: #44002D;
}
.TagClassName
{
border-color: #44002D;
}
</style>