Shades of Blackberry #440F2C
Tints of Blackberry #440F2C
RGB
CMYK
RGB Variations
Color information
#440F2C (or 0x440F2C) is known color: Blackberry. HEX triplet: 44, 0F and 2C. RGB value is (68,15,44). Sum of RGB (Red+Green+Blue) = 68+15+44=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #440F2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440F2C is #BBF0D3. Grayscale: #222222. Windows color (decimal): -12316884 or 2887492. OLE color: 2887492.
HSL color Cylindrical-coordinate representation of color #440F2C: hue angle of 327.17º 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 #440F2C is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 15 | 44 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.73 |
| HSL | 327.17º | 0.64% | 0.16% | - |
| HSV(B) | 327.17º | 0.78% | 0.27% | - |
| XYZ | 3.01 | 1.75 | 2.56 | - |
| YUV | 34.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 44 | 0 | 0.78 | 0.35 | 0.73 | 327.17 | 0.64 | 0.16 |
| Hex | 44 | F | 2C | 0 | 4E | 23 | 49 | 147 | 40 | 10 |
| Octal | 104 | 17 | 54 | 0 | 116 | 43 | 111 | 507 | 100 | 20 |
| Binary | 1000100 | 1111 | 101100 | 0 | 1001110 | 100011 | 1001001 | 101000111 | 1000000 | 10000 |
Color Harmonies of #440F2C
Complementary color
Monochromatic Colors of #440F2C
Black with #440F2C
Text Example
Text Example
White with #440F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440F2C; }
p { color: rgb(68,15,44); }
H1.HeaderClassName
{
color: #440F2C;
}
.AnyTagClassName
{
color: #440F2C;
}
</style>
background-color css
<style>
a { background-color: #440F2C; }
a { background-color: rgb(68,15,44); }
div.DivClassName
{
background-color: #440F2C;
}
.BgClassName
{
background-color: #440F2C;
}
</style>
border-color css
<style>
span { border-color: #440F2C; }
span { border-color: rgb(68,15,44); }
td.TdClassName
{
border-color: #440F2C;
}
.TagClassName
{
border-color: #440F2C;
}
</style>