Shades of Blackberry #44162A
Tints of Blackberry #44162A
RGB
CMYK
RGB Variations
Color information
#44162A (or 0x44162A) is known color: Blackberry. HEX triplet: 44, 16 and 2A. RGB value is (68,22,42). Sum of RGB (Red+Green+Blue) = 68+22+42=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #44162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44162A is #BBE9D5. Grayscale: #252525. Windows color (decimal): -12315094 or 2758212. OLE color: 2758212.
HSL color Cylindrical-coordinate representation of color #44162A: hue angle of 333.91º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44162A is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 22 | 42 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.73 |
| HSL | 333.91º | 0.51% | 0.18% | - |
| HSV(B) | 333.91º | 0.68% | 0.27% | - |
| XYZ | 3.09 | 1.97 | 2.41 | - |
| YUV | 38.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 22 | 42 | 0 | 0.68 | 0.38 | 0.73 | 333.91 | 0.51 | 0.18 |
| Hex | 44 | 16 | 2A | 0 | 44 | 26 | 49 | 14E | 33 | 12 |
| Octal | 104 | 26 | 52 | 0 | 104 | 46 | 111 | 516 | 63 | 22 |
| Binary | 1000100 | 10110 | 101010 | 0 | 1000100 | 100110 | 1001001 | 101001110 | 110011 | 10010 |
Color Harmonies of #44162A
Complementary color
Monochromatic Colors of #44162A
Black with #44162A
Text Example
Text Example
White with #44162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44162A; }
p { color: rgb(68,22,42); }
H1.HeaderClassName
{
color: #44162A;
}
.AnyTagClassName
{
color: #44162A;
}
</style>
background-color css
<style>
a { background-color: #44162A; }
a { background-color: rgb(68,22,42); }
div.DivClassName
{
background-color: #44162A;
}
.BgClassName
{
background-color: #44162A;
}
</style>
border-color css
<style>
span { border-color: #44162A; }
span { border-color: rgb(68,22,42); }
td.TdClassName
{
border-color: #44162A;
}
.TagClassName
{
border-color: #44162A;
}
</style>