Shades of Blackberry #441B2D
Tints of Blackberry #441B2D
RGB
CMYK
RGB Variations
Color information
#441B2D (or 0x441B2D) is known color: Blackberry. HEX triplet: 44, 1B and 2D. RGB value is (68,27,45). Sum of RGB (Red+Green+Blue) = 68+27+45=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #441B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441B2D is #BBE4D2. Grayscale: #292929. Windows color (decimal): -12313811 or 2956100. OLE color: 2956100.
HSL color Cylindrical-coordinate representation of color #441B2D: hue angle of 333.66º 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 #441B2D is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 27 | 45 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.73 |
| HSL | 333.66º | 0.43% | 0.19% | - |
| HSV(B) | 333.66º | 0.6% | 0.27% | - |
| XYZ | 3.25 | 2.2 | 2.74 | - |
| YUV | 41.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 45 | 0 | 0.60 | 0.34 | 0.73 | 333.66 | 0.43 | 0.19 |
| Hex | 44 | 1B | 2D | 0 | 3C | 22 | 49 | 14E | 2B | 13 |
| Octal | 104 | 33 | 55 | 0 | 74 | 42 | 111 | 516 | 53 | 23 |
| Binary | 1000100 | 11011 | 101101 | 0 | 111100 | 100010 | 1001001 | 101001110 | 101011 | 10011 |
Color Harmonies of #441B2D
Complementary color
Monochromatic Colors of #441B2D
Black with #441B2D
Text Example
Text Example
White with #441B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441B2D; }
p { color: rgb(68,27,45); }
H1.HeaderClassName
{
color: #441B2D;
}
.AnyTagClassName
{
color: #441B2D;
}
</style>
background-color css
<style>
a { background-color: #441B2D; }
a { background-color: rgb(68,27,45); }
div.DivClassName
{
background-color: #441B2D;
}
.BgClassName
{
background-color: #441B2D;
}
</style>
border-color css
<style>
span { border-color: #441B2D; }
span { border-color: rgb(68,27,45); }
td.TdClassName
{
border-color: #441B2D;
}
.TagClassName
{
border-color: #441B2D;
}
</style>