Shades of Blackberry #440F2F
Tints of Blackberry #440F2F
RGB
CMYK
RGB Variations
Color information
#440F2F (or 0x440F2F) is known color: Blackberry. HEX triplet: 44, 0F and 2F. RGB value is (68,15,47). Sum of RGB (Red+Green+Blue) = 68+15+47=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #440F2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440F2F is #BBF0D0. Grayscale: #222222. Windows color (decimal): -12316881 or 3084100. OLE color: 3084100.
HSL color Cylindrical-coordinate representation of color #440F2F: hue angle of 323.77º 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 #440F2F is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 15 | 47 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.73 |
| HSL | 323.77º | 0.64% | 0.16% | - |
| HSV(B) | 323.77º | 0.78% | 0.27% | - |
| XYZ | 3.07 | 1.78 | 2.87 | - |
| YUV | 34.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 47 | 0 | 0.78 | 0.31 | 0.73 | 323.77 | 0.64 | 0.16 |
| Hex | 44 | F | 2F | 0 | 4E | 1F | 49 | 144 | 40 | 10 |
| Octal | 104 | 17 | 57 | 0 | 116 | 37 | 111 | 504 | 100 | 20 |
| Binary | 1000100 | 1111 | 101111 | 0 | 1001110 | 11111 | 1001001 | 101000100 | 1000000 | 10000 |
Color Harmonies of #440F2F
Complementary color
Monochromatic Colors of #440F2F
Black with #440F2F
Text Example
Text Example
White with #440F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440F2F; }
p { color: rgb(68,15,47); }
H1.HeaderClassName
{
color: #440F2F;
}
.AnyTagClassName
{
color: #440F2F;
}
</style>
background-color css
<style>
a { background-color: #440F2F; }
a { background-color: rgb(68,15,47); }
div.DivClassName
{
background-color: #440F2F;
}
.BgClassName
{
background-color: #440F2F;
}
</style>
border-color css
<style>
span { border-color: #440F2F; }
span { border-color: rgb(68,15,47); }
td.TdClassName
{
border-color: #440F2F;
}
.TagClassName
{
border-color: #440F2F;
}
</style>