Shades of Blackberry #440D21
Tints of Blackberry #440D21
RGB
CMYK
RGB Variations
Color information
#440D21 (or 0x440D21) is known color: Blackberry. HEX triplet: 44, 0D and 21. RGB value is (68,13,33). Sum of RGB (Red+Green+Blue) = 68+13+33=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #440D21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440D21 is #BBF2DE. Grayscale: #1F1F1F. Windows color (decimal): -12317407 or 2166084. OLE color: 2166084.
HSL color Cylindrical-coordinate representation of color #440D21: hue angle of 338.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 #440D21 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 13 | 33 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.73 |
| HSL | 338.18º | 0.68% | 0.16% | - |
| HSV(B) | 338.18º | 0.81% | 0.27% | - |
| XYZ | 2.8 | 1.63 | 1.61 | - |
| YUV | 31.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 33 | 0 | 0.81 | 0.51 | 0.73 | 338.18 | 0.68 | 0.16 |
| Hex | 44 | D | 21 | 0 | 51 | 33 | 49 | 152 | 44 | 10 |
| Octal | 104 | 15 | 41 | 0 | 121 | 63 | 111 | 522 | 104 | 20 |
| Binary | 1000100 | 1101 | 100001 | 0 | 1010001 | 110011 | 1001001 | 101010010 | 1000100 | 10000 |
Color Harmonies of #440D21
Complementary color
Monochromatic Colors of #440D21
Black with #440D21
Text Example
Text Example
White with #440D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440D21; }
p { color: rgb(68,13,33); }
H1.HeaderClassName
{
color: #440D21;
}
.AnyTagClassName
{
color: #440D21;
}
</style>
background-color css
<style>
a { background-color: #440D21; }
a { background-color: rgb(68,13,33); }
div.DivClassName
{
background-color: #440D21;
}
.BgClassName
{
background-color: #440D21;
}
</style>
border-color css
<style>
span { border-color: #440D21; }
span { border-color: rgb(68,13,33); }
td.TdClassName
{
border-color: #440D21;
}
.TagClassName
{
border-color: #440D21;
}
</style>