Shades of Blackberry #440B34
Tints of Blackberry #440B34
RGB
CMYK
RGB Variations
Color information
#440B34 (or 0x440B34) is known color: Blackberry. HEX triplet: 44, 0B and 34. RGB value is (68,11,52). Sum of RGB (Red+Green+Blue) = 68+11+52=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #440B34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440B34 is #BBF4CB. Grayscale: #202020. Windows color (decimal): -12317900 or 3410756. OLE color: 3410756.
HSL color Cylindrical-coordinate representation of color #440B34: hue angle of 316.84º 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 #440B34 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 11 | 52 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.73 |
| HSL | 316.84º | 0.72% | 0.15% | - |
| HSV(B) | 316.84º | 0.84% | 0.27% | - |
| XYZ | 3.12 | 1.72 | 3.42 | - |
| YUV | 32.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 52 | 0 | 0.84 | 0.24 | 0.73 | 316.84 | 0.72 | 0.15 |
| Hex | 44 | B | 34 | 0 | 54 | 18 | 49 | 13D | 48 | F |
| Octal | 104 | 13 | 64 | 0 | 124 | 30 | 111 | 475 | 110 | 17 |
| Binary | 1000100 | 1011 | 110100 | 0 | 1010100 | 11000 | 1001001 | 100111101 | 1001000 | 1111 |
Color Harmonies of #440B34
Complementary color
Monochromatic Colors of #440B34
Black with #440B34
Text Example
Text Example
White with #440B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440B34; }
p { color: rgb(68,11,52); }
H1.HeaderClassName
{
color: #440B34;
}
.AnyTagClassName
{
color: #440B34;
}
</style>
background-color css
<style>
a { background-color: #440B34; }
a { background-color: rgb(68,11,52); }
div.DivClassName
{
background-color: #440B34;
}
.BgClassName
{
background-color: #440B34;
}
</style>
border-color css
<style>
span { border-color: #440B34; }
span { border-color: rgb(68,11,52); }
td.TdClassName
{
border-color: #440B34;
}
.TagClassName
{
border-color: #440B34;
}
</style>