Shades of Blackberry #441A35
Tints of Blackberry #441A35
RGB
CMYK
RGB Variations
Color information
#441A35 (or 0x441A35) is known color: Blackberry. HEX triplet: 44, 1A and 35. RGB value is (68,26,53). Sum of RGB (Red+Green+Blue) = 68+26+53=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #441A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A35 is #BBE5CA. Grayscale: #292929. Windows color (decimal): -12314059 or 3480132. OLE color: 3480132.
HSL color Cylindrical-coordinate representation of color #441A35: hue angle of 321.43º 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 #441A35 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 26 | 53 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.73 |
| HSL | 321.43º | 0.45% | 0.18% | - |
| HSV(B) | 321.43º | 0.62% | 0.27% | - |
| XYZ | 3.4 | 2.22 | 3.62 | - |
| YUV | 41.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 26 | 53 | 0 | 0.62 | 0.22 | 0.73 | 321.43 | 0.45 | 0.18 |
| Hex | 44 | 1A | 35 | 0 | 3E | 16 | 49 | 141 | 2D | 12 |
| Octal | 104 | 32 | 65 | 0 | 76 | 26 | 111 | 501 | 55 | 22 |
| Binary | 1000100 | 11010 | 110101 | 0 | 111110 | 10110 | 1001001 | 101000001 | 101101 | 10010 |
Color Harmonies of #441A35
Complementary color
Monochromatic Colors of #441A35
Black with #441A35
Text Example
Text Example
White with #441A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441A35; }
p { color: rgb(68,26,53); }
H1.HeaderClassName
{
color: #441A35;
}
.AnyTagClassName
{
color: #441A35;
}
</style>
background-color css
<style>
a { background-color: #441A35; }
a { background-color: rgb(68,26,53); }
div.DivClassName
{
background-color: #441A35;
}
.BgClassName
{
background-color: #441A35;
}
</style>
border-color css
<style>
span { border-color: #441A35; }
span { border-color: rgb(68,26,53); }
td.TdClassName
{
border-color: #441A35;
}
.TagClassName
{
border-color: #441A35;
}
</style>