Shades of Blackberry #441A38
Tints of Blackberry #441A38
RGB
CMYK
RGB Variations
Color information
#441A38 (or 0x441A38) is known color: Blackberry. HEX triplet: 44, 1A and 38. RGB value is (68,26,56). Sum of RGB (Red+Green+Blue) = 68+26+56=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 56 (22.27% from 255 or 37.33% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #441A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A38 is #BBE5C7. Grayscale: #292929. Windows color (decimal): -12314056 or 3676740. OLE color: 3676740.
HSL color Cylindrical-coordinate representation of color #441A38: hue angle of 317.14º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441A38 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 26 | 56 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.73 |
| HSL | 317.14º | 0.45% | 0.18% | - |
| HSV(B) | 317.14º | 0.62% | 0.27% | - |
| XYZ | 3.47 | 2.25 | 3.99 | - |
| YUV | 41.98 | 135.91 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 26 | 56 | 0 | 0.62 | 0.18 | 0.73 | 317.14 | 0.45 | 0.18 |
| Hex | 44 | 1A | 38 | 0 | 3E | 12 | 49 | 13D | 2D | 12 |
| Octal | 104 | 32 | 70 | 0 | 76 | 22 | 111 | 475 | 55 | 22 |
| Binary | 1000100 | 11010 | 111000 | 0 | 111110 | 10010 | 1001001 | 100111101 | 101101 | 10010 |
Color Harmonies of #441A38
Complementary color
Monochromatic Colors of #441A38
Black with #441A38
Text Example
Text Example
White with #441A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441A38; }
p { color: rgb(68,26,56); }
H1.HeaderClassName
{
color: #441A38;
}
.AnyTagClassName
{
color: #441A38;
}
</style>
background-color css
<style>
a { background-color: #441A38; }
a { background-color: rgb(68,26,56); }
div.DivClassName
{
background-color: #441A38;
}
.BgClassName
{
background-color: #441A38;
}
</style>
border-color css
<style>
span { border-color: #441A38; }
span { border-color: rgb(68,26,56); }
td.TdClassName
{
border-color: #441A38;
}
.TagClassName
{
border-color: #441A38;
}
</style>