Shades of Blackberry #441A2D
Tints of Blackberry #441A2D
RGB
CMYK
RGB Variations
Color information
#441A2D (or 0x441A2D) is known color: Blackberry. HEX triplet: 44, 1A and 2D. RGB value is (68,26,45). Sum of RGB (Red+Green+Blue) = 68+26+45=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #441A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A2D is #BBE5D2. Grayscale: #282828. Windows color (decimal): -12314067 or 2955844. OLE color: 2955844.
HSL color Cylindrical-coordinate representation of color #441A2D: hue angle of 332.86º 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 #441A2D is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 26 | 45 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.73 |
| HSL | 332.86º | 0.45% | 0.18% | - |
| HSV(B) | 332.86º | 0.62% | 0.27% | - |
| XYZ | 3.23 | 2.16 | 2.73 | - |
| YUV | 40.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 26 | 45 | 0 | 0.62 | 0.34 | 0.73 | 332.86 | 0.45 | 0.18 |
| Hex | 44 | 1A | 2D | 0 | 3E | 22 | 49 | 14D | 2D | 12 |
| Octal | 104 | 32 | 55 | 0 | 76 | 42 | 111 | 515 | 55 | 22 |
| Binary | 1000100 | 11010 | 101101 | 0 | 111110 | 100010 | 1001001 | 101001101 | 101101 | 10010 |
Color Harmonies of #441A2D
Complementary color
Monochromatic Colors of #441A2D
Black with #441A2D
Text Example
Text Example
White with #441A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441A2D; }
p { color: rgb(68,26,45); }
H1.HeaderClassName
{
color: #441A2D;
}
.AnyTagClassName
{
color: #441A2D;
}
</style>
background-color css
<style>
a { background-color: #441A2D; }
a { background-color: rgb(68,26,45); }
div.DivClassName
{
background-color: #441A2D;
}
.BgClassName
{
background-color: #441A2D;
}
</style>
border-color css
<style>
span { border-color: #441A2D; }
span { border-color: rgb(68,26,45); }
td.TdClassName
{
border-color: #441A2D;
}
.TagClassName
{
border-color: #441A2D;
}
</style>