Shades of Blackberry #440C29
Tints of Blackberry #440C29
RGB
CMYK
RGB Variations
Color information
#440C29 (or 0x440C29) is known color: Blackberry. HEX triplet: 44, 0C and 29. RGB value is (68,12,41). Sum of RGB (Red+Green+Blue) = 68+12+41=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #440C29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440C29 is #BBF3D6. Grayscale: #1F1F1F. Windows color (decimal): -12317655 or 2690116. OLE color: 2690116.
HSL color Cylindrical-coordinate representation of color #440C29: hue angle of 328.93º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #440C29 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 12 | 41 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.73 |
| HSL | 328.93º | 0.7% | 0.16% | - |
| HSV(B) | 328.93º | 0.82% | 0.27% | - |
| XYZ | 2.92 | 1.65 | 2.26 | - |
| YUV | 32.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 41 | 0 | 0.82 | 0.40 | 0.73 | 328.93 | 0.7 | 0.16 |
| Hex | 44 | C | 29 | 0 | 52 | 28 | 49 | 149 | 46 | 10 |
| Octal | 104 | 14 | 51 | 0 | 122 | 50 | 111 | 511 | 106 | 20 |
| Binary | 1000100 | 1100 | 101001 | 0 | 1010010 | 101000 | 1001001 | 101001001 | 1000110 | 10000 |
Color Harmonies of #440C29
Complementary color
Monochromatic Colors of #440C29
Black with #440C29
Text Example
Text Example
White with #440C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C29; }
p { color: rgb(68,12,41); }
H1.HeaderClassName
{
color: #440C29;
}
.AnyTagClassName
{
color: #440C29;
}
</style>
background-color css
<style>
a { background-color: #440C29; }
a { background-color: rgb(68,12,41); }
div.DivClassName
{
background-color: #440C29;
}
.BgClassName
{
background-color: #440C29;
}
</style>
border-color css
<style>
span { border-color: #440C29; }
span { border-color: rgb(68,12,41); }
td.TdClassName
{
border-color: #440C29;
}
.TagClassName
{
border-color: #440C29;
}
</style>