Shades of Blackberry #441B34
Tints of Blackberry #441B34
RGB
CMYK
RGB Variations
Color information
#441B34 (or 0x441B34) is known color: Blackberry. HEX triplet: 44, 1B and 34. RGB value is (68,27,52). Sum of RGB (Red+Green+Blue) = 68+27+52=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #441B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441B34 is #BBE4CB. Grayscale: #2A2A2A. Windows color (decimal): -12313804 or 3414852. OLE color: 3414852.
HSL color Cylindrical-coordinate representation of color #441B34: hue angle of 323.41º 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 #441B34 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 27 | 52 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.73 |
| HSL | 323.41º | 0.43% | 0.19% | - |
| HSV(B) | 323.41º | 0.6% | 0.27% | - |
| XYZ | 3.4 | 2.26 | 3.51 | - |
| YUV | 42.11 | 133.58 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 52 | 0 | 0.60 | 0.24 | 0.73 | 323.41 | 0.43 | 0.19 |
| Hex | 44 | 1B | 34 | 0 | 3C | 18 | 49 | 143 | 2B | 13 |
| Octal | 104 | 33 | 64 | 0 | 74 | 30 | 111 | 503 | 53 | 23 |
| Binary | 1000100 | 11011 | 110100 | 0 | 111100 | 11000 | 1001001 | 101000011 | 101011 | 10011 |
Color Harmonies of #441B34
Complementary color
Monochromatic Colors of #441B34
Black with #441B34
Text Example
Text Example
White with #441B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441B34; }
p { color: rgb(68,27,52); }
H1.HeaderClassName
{
color: #441B34;
}
.AnyTagClassName
{
color: #441B34;
}
</style>
background-color css
<style>
a { background-color: #441B34; }
a { background-color: rgb(68,27,52); }
div.DivClassName
{
background-color: #441B34;
}
.BgClassName
{
background-color: #441B34;
}
</style>
border-color css
<style>
span { border-color: #441B34; }
span { border-color: rgb(68,27,52); }
td.TdClassName
{
border-color: #441B34;
}
.TagClassName
{
border-color: #441B34;
}
</style>