Shades of Blackberry #440C22
Tints of Blackberry #440C22
RGB
CMYK
RGB Variations
Color information
#440C22 (or 0x440C22) is known color: Blackberry. HEX triplet: 44, 0C and 22. RGB value is (68,12,34). Sum of RGB (Red+Green+Blue) = 68+12+34=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 34 (13.67% from 255 or 29.82% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #440C22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440C22 is #BBF3DD. Grayscale: #1F1F1F. Windows color (decimal): -12317662 or 2231364. OLE color: 2231364.
HSL color Cylindrical-coordinate representation of color #440C22: hue angle of 336.43º 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 #440C22 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 12 | 34 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.73 |
| HSL | 336.43º | 0.7% | 0.16% | - |
| HSV(B) | 336.43º | 0.82% | 0.27% | - |
| XYZ | 2.8 | 1.61 | 1.68 | - |
| YUV | 31.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 34 | 0 | 0.82 | 0.50 | 0.73 | 336.43 | 0.7 | 0.16 |
| Hex | 44 | C | 22 | 0 | 52 | 32 | 49 | 150 | 46 | 10 |
| Octal | 104 | 14 | 42 | 0 | 122 | 62 | 111 | 520 | 106 | 20 |
| Binary | 1000100 | 1100 | 100010 | 0 | 1010010 | 110010 | 1001001 | 101010000 | 1000110 | 10000 |
Color Harmonies of #440C22
Complementary color
Monochromatic Colors of #440C22
Black with #440C22
Text Example
Text Example
White with #440C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C22; }
p { color: rgb(68,12,34); }
H1.HeaderClassName
{
color: #440C22;
}
.AnyTagClassName
{
color: #440C22;
}
</style>
background-color css
<style>
a { background-color: #440C22; }
a { background-color: rgb(68,12,34); }
div.DivClassName
{
background-color: #440C22;
}
.BgClassName
{
background-color: #440C22;
}
</style>
border-color css
<style>
span { border-color: #440C22; }
span { border-color: rgb(68,12,34); }
td.TdClassName
{
border-color: #440C22;
}
.TagClassName
{
border-color: #440C22;
}
</style>