Shades of Blackberry #442136
Tints of Blackberry #442136
RGB
CMYK
RGB Variations
Color information
#442136 (or 0x442136) is known color: Blackberry. HEX triplet: 44, 21 and 36. RGB value is (68,33,54). Sum of RGB (Red+Green+Blue) = 68+33+54=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #442136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442136 is #BBDEC9. Grayscale: #2D2D2D. Windows color (decimal): -12312266 or 3547460. OLE color: 3547460.
HSL color Cylindrical-coordinate representation of color #442136: hue angle of 324º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #442136 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 33 | 54 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.73 |
| HSL | 324º | 0.35% | 0.2% | - |
| HSV(B) | 324º | 0.51% | 0.27% | - |
| XYZ | 3.59 | 2.58 | 3.8 | - |
| YUV | 45.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 33 | 54 | 0 | 0.51 | 0.21 | 0.73 | 324 | 0.35 | 0.2 |
| Hex | 44 | 21 | 36 | 0 | 33 | 15 | 49 | 144 | 23 | 14 |
| Octal | 104 | 41 | 66 | 0 | 63 | 25 | 111 | 504 | 43 | 24 |
| Binary | 1000100 | 100001 | 110110 | 0 | 110011 | 10101 | 1001001 | 101000100 | 100011 | 10100 |
Color Harmonies of #442136
Complementary color
Monochromatic Colors of #442136
Black with #442136
Text Example
Text Example
White with #442136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442136; }
p { color: rgb(68,33,54); }
H1.HeaderClassName
{
color: #442136;
}
.AnyTagClassName
{
color: #442136;
}
</style>
background-color css
<style>
a { background-color: #442136; }
a { background-color: rgb(68,33,54); }
div.DivClassName
{
background-color: #442136;
}
.BgClassName
{
background-color: #442136;
}
</style>
border-color css
<style>
span { border-color: #442136; }
span { border-color: rgb(68,33,54); }
td.TdClassName
{
border-color: #442136;
}
.TagClassName
{
border-color: #442136;
}
</style>