Shades of Blackberry #440B24
Tints of Blackberry #440B24
RGB
CMYK
RGB Variations
Color information
#440B24 (or 0x440B24) is known color: Blackberry. HEX triplet: 44, 0B and 24. RGB value is (68,11,36). Sum of RGB (Red+Green+Blue) = 68+11+36=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #440B24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440B24 is #BBF4DB. Grayscale: #1E1E1E. Windows color (decimal): -12317916 or 2362180. OLE color: 2362180.
HSL color Cylindrical-coordinate representation of color #440B24: hue angle of 333.68º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #440B24 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 11 | 36 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.73 |
| HSL | 333.68º | 0.72% | 0.15% | - |
| HSV(B) | 333.68º | 0.84% | 0.27% | - |
| XYZ | 2.82 | 1.6 | 1.83 | - |
| YUV | 30.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 36 | 0 | 0.84 | 0.47 | 0.73 | 333.68 | 0.72 | 0.15 |
| Hex | 44 | B | 24 | 0 | 54 | 2F | 49 | 14E | 48 | F |
| Octal | 104 | 13 | 44 | 0 | 124 | 57 | 111 | 516 | 110 | 17 |
| Binary | 1000100 | 1011 | 100100 | 0 | 1010100 | 101111 | 1001001 | 101001110 | 1001000 | 1111 |
Color Harmonies of #440B24
Complementary color
Monochromatic Colors of #440B24
Black with #440B24
Text Example
Text Example
White with #440B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440B24; }
p { color: rgb(68,11,36); }
H1.HeaderClassName
{
color: #440B24;
}
.AnyTagClassName
{
color: #440B24;
}
</style>
background-color css
<style>
a { background-color: #440B24; }
a { background-color: rgb(68,11,36); }
div.DivClassName
{
background-color: #440B24;
}
.BgClassName
{
background-color: #440B24;
}
</style>
border-color css
<style>
span { border-color: #440B24; }
span { border-color: rgb(68,11,36); }
td.TdClassName
{
border-color: #440B24;
}
.TagClassName
{
border-color: #440B24;
}
</style>