Shades of Blackberry #442035
Tints of Blackberry #442035
RGB
CMYK
RGB Variations
Color information
#442035 (or 0x442035) is known color: Blackberry. HEX triplet: 44, 20 and 35. RGB value is (68,32,53). Sum of RGB (Red+Green+Blue) = 68+32+53=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #442035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442035 is #BBDFCA. Grayscale: #2D2D2D. Windows color (decimal): -12312523 or 3481668. OLE color: 3481668.
HSL color Cylindrical-coordinate representation of color #442035: hue angle of 325º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #442035 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 32 | 53 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.73 |
| HSL | 325º | 0.36% | 0.2% | - |
| HSV(B) | 325º | 0.53% | 0.27% | - |
| XYZ | 3.54 | 2.52 | 3.67 | - |
| YUV | 45.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 32 | 53 | 0 | 0.53 | 0.22 | 0.73 | 325 | 0.36 | 0.2 |
| Hex | 44 | 20 | 35 | 0 | 35 | 16 | 49 | 145 | 24 | 14 |
| Octal | 104 | 40 | 65 | 0 | 65 | 26 | 111 | 505 | 44 | 24 |
| Binary | 1000100 | 100000 | 110101 | 0 | 110101 | 10110 | 1001001 | 101000101 | 100100 | 10100 |
Color Harmonies of #442035
Complementary color
Monochromatic Colors of #442035
Black with #442035
Text Example
Text Example
White with #442035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442035; }
p { color: rgb(68,32,53); }
H1.HeaderClassName
{
color: #442035;
}
.AnyTagClassName
{
color: #442035;
}
</style>
background-color css
<style>
a { background-color: #442035; }
a { background-color: rgb(68,32,53); }
div.DivClassName
{
background-color: #442035;
}
.BgClassName
{
background-color: #442035;
}
</style>
border-color css
<style>
span { border-color: #442035; }
span { border-color: rgb(68,32,53); }
td.TdClassName
{
border-color: #442035;
}
.TagClassName
{
border-color: #442035;
}
</style>