Shades of Blackberry #441E33
Tints of Blackberry #441E33
RGB
CMYK
RGB Variations
Color information
#441E33 (or 0x441E33) is known color: Blackberry. HEX triplet: 44, 1E and 33. RGB value is (68,30,51). Sum of RGB (Red+Green+Blue) = 68+30+51=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #441E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441E33 is #BBE1CC. Grayscale: #2B2B2B. Windows color (decimal): -12313037 or 3350084. OLE color: 3350084.
HSL color Cylindrical-coordinate representation of color #441E33: hue angle of 326.84º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #441E33 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 30 | 51 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.73 |
| HSL | 326.84º | 0.39% | 0.19% | - |
| HSV(B) | 326.84º | 0.56% | 0.27% | - |
| XYZ | 3.45 | 2.4 | 3.41 | - |
| YUV | 43.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 51 | 0 | 0.56 | 0.25 | 0.73 | 326.84 | 0.39 | 0.19 |
| Hex | 44 | 1E | 33 | 0 | 38 | 19 | 49 | 147 | 27 | 13 |
| Octal | 104 | 36 | 63 | 0 | 70 | 31 | 111 | 507 | 47 | 23 |
| Binary | 1000100 | 11110 | 110011 | 0 | 111000 | 11001 | 1001001 | 101000111 | 100111 | 10011 |
Color Harmonies of #441E33
Complementary color
Monochromatic Colors of #441E33
Black with #441E33
Text Example
Text Example
White with #441E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441E33; }
p { color: rgb(68,30,51); }
H1.HeaderClassName
{
color: #441E33;
}
.AnyTagClassName
{
color: #441E33;
}
</style>
background-color css
<style>
a { background-color: #441E33; }
a { background-color: rgb(68,30,51); }
div.DivClassName
{
background-color: #441E33;
}
.BgClassName
{
background-color: #441E33;
}
</style>
border-color css
<style>
span { border-color: #441E33; }
span { border-color: rgb(68,30,51); }
td.TdClassName
{
border-color: #441E33;
}
.TagClassName
{
border-color: #441E33;
}
</style>