Shades of Blackberry #440D2C
Tints of Blackberry #440D2C
RGB
CMYK
RGB Variations
Color information
#440D2C (or 0x440D2C) is known color: Blackberry. HEX triplet: 44, 0D and 2C. RGB value is (68,13,44). Sum of RGB (Red+Green+Blue) = 68+13+44=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #440D2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440D2C is #BBF2D3. Grayscale: #202020. Windows color (decimal): -12317396 or 2886980. OLE color: 2886980.
HSL color Cylindrical-coordinate representation of color #440D2C: hue angle of 326.18º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #440D2C is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 13 | 44 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.73 |
| HSL | 326.18º | 0.68% | 0.16% | - |
| HSV(B) | 326.18º | 0.81% | 0.27% | - |
| XYZ | 2.98 | 1.7 | 2.55 | - |
| YUV | 32.98 | 134.22 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 44 | 0 | 0.81 | 0.35 | 0.73 | 326.18 | 0.68 | 0.16 |
| Hex | 44 | D | 2C | 0 | 51 | 23 | 49 | 146 | 44 | 10 |
| Octal | 104 | 15 | 54 | 0 | 121 | 43 | 111 | 506 | 104 | 20 |
| Binary | 1000100 | 1101 | 101100 | 0 | 1010001 | 100011 | 1001001 | 101000110 | 1000100 | 10000 |
Color Harmonies of #440D2C
Complementary color
Monochromatic Colors of #440D2C
Black with #440D2C
Text Example
Text Example
White with #440D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440D2C; }
p { color: rgb(68,13,44); }
H1.HeaderClassName
{
color: #440D2C;
}
.AnyTagClassName
{
color: #440D2C;
}
</style>
background-color css
<style>
a { background-color: #440D2C; }
a { background-color: rgb(68,13,44); }
div.DivClassName
{
background-color: #440D2C;
}
.BgClassName
{
background-color: #440D2C;
}
</style>
border-color css
<style>
span { border-color: #440D2C; }
span { border-color: rgb(68,13,44); }
td.TdClassName
{
border-color: #440D2C;
}
.TagClassName
{
border-color: #440D2C;
}
</style>