Shades of Blackberry #440F37
Tints of Blackberry #440F37
RGB
CMYK
RGB Variations
Color information
#440F37 (or 0x440F37) is known color: Blackberry. HEX triplet: 44, 0F and 37. RGB value is (68,15,55). Sum of RGB (Red+Green+Blue) = 68+15+55=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #440F37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440F37 is #BBF0C8. Grayscale: #232323. Windows color (decimal): -12316873 or 3608388. OLE color: 3608388.
HSL color Cylindrical-coordinate representation of color #440F37: hue angle of 314.72º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #440F37 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 15 | 55 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.73 |
| HSL | 314.72º | 0.64% | 0.16% | - |
| HSV(B) | 314.72º | 0.78% | 0.27% | - |
| XYZ | 3.24 | 1.85 | 3.8 | - |
| YUV | 35.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 55 | 0 | 0.78 | 0.19 | 0.73 | 314.72 | 0.64 | 0.16 |
| Hex | 44 | F | 37 | 0 | 4E | 13 | 49 | 13B | 40 | 10 |
| Octal | 104 | 17 | 67 | 0 | 116 | 23 | 111 | 473 | 100 | 20 |
| Binary | 1000100 | 1111 | 110111 | 0 | 1001110 | 10011 | 1001001 | 100111011 | 1000000 | 10000 |
Color Harmonies of #440F37
Complementary color
Monochromatic Colors of #440F37
Black with #440F37
Text Example
Text Example
White with #440F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440F37; }
p { color: rgb(68,15,55); }
H1.HeaderClassName
{
color: #440F37;
}
.AnyTagClassName
{
color: #440F37;
}
</style>
background-color css
<style>
a { background-color: #440F37; }
a { background-color: rgb(68,15,55); }
div.DivClassName
{
background-color: #440F37;
}
.BgClassName
{
background-color: #440F37;
}
</style>
border-color css
<style>
span { border-color: #440F37; }
span { border-color: rgb(68,15,55); }
td.TdClassName
{
border-color: #440F37;
}
.TagClassName
{
border-color: #440F37;
}
</style>