Shades of Blackberry #440C32
Tints of Blackberry #440C32
RGB
CMYK
RGB Variations
Color information
#440C32 (or 0x440C32) is known color: Blackberry. HEX triplet: 44, 0C and 32. RGB value is (68,12,50). Sum of RGB (Red+Green+Blue) = 68+12+50=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #440C32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440C32 is #BBF3CD. Grayscale: #202020. Windows color (decimal): -12317646 or 3279940. OLE color: 3279940.
HSL color Cylindrical-coordinate representation of color #440C32: hue angle of 319.29º 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 #440C32 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 12 | 50 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.73 |
| HSL | 319.29º | 0.7% | 0.16% | - |
| HSV(B) | 319.29º | 0.82% | 0.27% | - |
| XYZ | 3.09 | 1.72 | 3.19 | - |
| YUV | 33.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 50 | 0 | 0.82 | 0.26 | 0.73 | 319.29 | 0.7 | 0.16 |
| Hex | 44 | C | 32 | 0 | 52 | 1A | 49 | 13F | 46 | 10 |
| Octal | 104 | 14 | 62 | 0 | 122 | 32 | 111 | 477 | 106 | 20 |
| Binary | 1000100 | 1100 | 110010 | 0 | 1010010 | 11010 | 1001001 | 100111111 | 1000110 | 10000 |
Color Harmonies of #440C32
Complementary color
Monochromatic Colors of #440C32
Black with #440C32
Text Example
Text Example
White with #440C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C32; }
p { color: rgb(68,12,50); }
H1.HeaderClassName
{
color: #440C32;
}
.AnyTagClassName
{
color: #440C32;
}
</style>
background-color css
<style>
a { background-color: #440C32; }
a { background-color: rgb(68,12,50); }
div.DivClassName
{
background-color: #440C32;
}
.BgClassName
{
background-color: #440C32;
}
</style>
border-color css
<style>
span { border-color: #440C32; }
span { border-color: rgb(68,12,50); }
td.TdClassName
{
border-color: #440C32;
}
.TagClassName
{
border-color: #440C32;
}
</style>