Shades of Blackberry #441B37
Tints of Blackberry #441B37
RGB
CMYK
RGB Variations
Color information
#441B37 (or 0x441B37) is known color: Blackberry. HEX triplet: 44, 1B and 37. RGB value is (68,27,55). Sum of RGB (Red+Green+Blue) = 68+27+55=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 55 (21.88% from 255 or 36.67% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #441B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441B37 is #BBE4C8. Grayscale: #2A2A2A. Windows color (decimal): -12313801 or 3611460. OLE color: 3611460.
HSL color Cylindrical-coordinate representation of color #441B37: hue angle of 319.02º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #441B37 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 27 | 55 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.73 |
| HSL | 319.02º | 0.43% | 0.19% | - |
| HSV(B) | 319.02º | 0.6% | 0.27% | - |
| XYZ | 3.47 | 2.29 | 3.87 | - |
| YUV | 42.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 55 | 0 | 0.60 | 0.19 | 0.73 | 319.02 | 0.43 | 0.19 |
| Hex | 44 | 1B | 37 | 0 | 3C | 13 | 49 | 13F | 2B | 13 |
| Octal | 104 | 33 | 67 | 0 | 74 | 23 | 111 | 477 | 53 | 23 |
| Binary | 1000100 | 11011 | 110111 | 0 | 111100 | 10011 | 1001001 | 100111111 | 101011 | 10011 |
Color Harmonies of #441B37
Complementary color
Monochromatic Colors of #441B37
Black with #441B37
Text Example
Text Example
White with #441B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441B37; }
p { color: rgb(68,27,55); }
H1.HeaderClassName
{
color: #441B37;
}
.AnyTagClassName
{
color: #441B37;
}
</style>
background-color css
<style>
a { background-color: #441B37; }
a { background-color: rgb(68,27,55); }
div.DivClassName
{
background-color: #441B37;
}
.BgClassName
{
background-color: #441B37;
}
</style>
border-color css
<style>
span { border-color: #441B37; }
span { border-color: rgb(68,27,55); }
td.TdClassName
{
border-color: #441B37;
}
.TagClassName
{
border-color: #441B37;
}
</style>