Shades of Blackberry #440B32
Tints of Blackberry #440B32
RGB
CMYK
RGB Variations
Color information
#440B32 (or 0x440B32) is known color: Blackberry. HEX triplet: 44, 0B and 32. RGB value is (68,11,50). Sum of RGB (Red+Green+Blue) = 68+11+50=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #440B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440B32 is #BBF4CD. Grayscale: #202020. Windows color (decimal): -12317902 or 3279684. OLE color: 3279684.
HSL color Cylindrical-coordinate representation of color #440B32: hue angle of 318.95º 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 #440B32 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 11 | 50 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.73 |
| HSL | 318.95º | 0.72% | 0.15% | - |
| HSV(B) | 318.95º | 0.84% | 0.27% | - |
| XYZ | 3.08 | 1.7 | 3.18 | - |
| YUV | 32.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 50 | 0 | 0.84 | 0.26 | 0.73 | 318.95 | 0.72 | 0.15 |
| Hex | 44 | B | 32 | 0 | 54 | 1A | 49 | 13F | 48 | F |
| Octal | 104 | 13 | 62 | 0 | 124 | 32 | 111 | 477 | 110 | 17 |
| Binary | 1000100 | 1011 | 110010 | 0 | 1010100 | 11010 | 1001001 | 100111111 | 1001000 | 1111 |
Color Harmonies of #440B32
Complementary color
Monochromatic Colors of #440B32
Black with #440B32
Text Example
Text Example
White with #440B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440B32; }
p { color: rgb(68,11,50); }
H1.HeaderClassName
{
color: #440B32;
}
.AnyTagClassName
{
color: #440B32;
}
</style>
background-color css
<style>
a { background-color: #440B32; }
a { background-color: rgb(68,11,50); }
div.DivClassName
{
background-color: #440B32;
}
.BgClassName
{
background-color: #440B32;
}
</style>
border-color css
<style>
span { border-color: #440B32; }
span { border-color: rgb(68,11,50); }
td.TdClassName
{
border-color: #440B32;
}
.TagClassName
{
border-color: #440B32;
}
</style>