Shades of Blackberry #440C2E
Tints of Blackberry #440C2E
RGB
CMYK
RGB Variations
Color information
#440C2E (or 0x440C2E) is known color: Blackberry. HEX triplet: 44, 0C and 2E. RGB value is (68,12,46). Sum of RGB (Red+Green+Blue) = 68+12+46=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #440C2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440C2E is #BBF3D1. Grayscale: #202020. Windows color (decimal): -12317650 or 3017796. OLE color: 3017796.
HSL color Cylindrical-coordinate representation of color #440C2E: hue angle of 323.57º 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 #440C2E is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 12 | 46 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.73 |
| HSL | 323.57º | 0.7% | 0.16% | - |
| HSV(B) | 323.57º | 0.82% | 0.27% | - |
| XYZ | 3.01 | 1.69 | 2.75 | - |
| YUV | 32.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 46 | 0 | 0.82 | 0.32 | 0.73 | 323.57 | 0.7 | 0.16 |
| Hex | 44 | C | 2E | 0 | 52 | 20 | 49 | 144 | 46 | 10 |
| Octal | 104 | 14 | 56 | 0 | 122 | 40 | 111 | 504 | 106 | 20 |
| Binary | 1000100 | 1100 | 101110 | 0 | 1010010 | 100000 | 1001001 | 101000100 | 1000110 | 10000 |
Color Harmonies of #440C2E
Complementary color
Monochromatic Colors of #440C2E
Black with #440C2E
Text Example
Text Example
White with #440C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C2E; }
p { color: rgb(68,12,46); }
H1.HeaderClassName
{
color: #440C2E;
}
.AnyTagClassName
{
color: #440C2E;
}
</style>
background-color css
<style>
a { background-color: #440C2E; }
a { background-color: rgb(68,12,46); }
div.DivClassName
{
background-color: #440C2E;
}
.BgClassName
{
background-color: #440C2E;
}
</style>
border-color css
<style>
span { border-color: #440C2E; }
span { border-color: rgb(68,12,46); }
td.TdClassName
{
border-color: #440C2E;
}
.TagClassName
{
border-color: #440C2E;
}
</style>