Shades of Blackberry #44182F
Tints of Blackberry #44182F
RGB
CMYK
RGB Variations
Color information
#44182F (or 0x44182F) is known color: Blackberry. HEX triplet: 44, 18 and 2F. RGB value is (68,24,47). Sum of RGB (Red+Green+Blue) = 68+24+47=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #44182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44182F is #BBE7D0. Grayscale: #272727. Windows color (decimal): -12314577 or 3086404. OLE color: 3086404.
HSL color Cylindrical-coordinate representation of color #44182F: hue angle of 328.64º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44182F is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 24 | 47 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.73 |
| HSL | 328.64º | 0.48% | 0.18% | - |
| HSV(B) | 328.64º | 0.65% | 0.27% | - |
| XYZ | 3.22 | 2.09 | 2.92 | - |
| YUV | 39.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 24 | 47 | 0 | 0.65 | 0.31 | 0.73 | 328.64 | 0.48 | 0.18 |
| Hex | 44 | 18 | 2F | 0 | 41 | 1F | 49 | 149 | 30 | 12 |
| Octal | 104 | 30 | 57 | 0 | 101 | 37 | 111 | 511 | 60 | 22 |
| Binary | 1000100 | 11000 | 101111 | 0 | 1000001 | 11111 | 1001001 | 101001001 | 110000 | 10010 |
Color Harmonies of #44182F
Complementary color
Monochromatic Colors of #44182F
Black with #44182F
Text Example
Text Example
White with #44182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44182F; }
p { color: rgb(68,24,47); }
H1.HeaderClassName
{
color: #44182F;
}
.AnyTagClassName
{
color: #44182F;
}
</style>
background-color css
<style>
a { background-color: #44182F; }
a { background-color: rgb(68,24,47); }
div.DivClassName
{
background-color: #44182F;
}
.BgClassName
{
background-color: #44182F;
}
</style>
border-color css
<style>
span { border-color: #44182F; }
span { border-color: rgb(68,24,47); }
td.TdClassName
{
border-color: #44182F;
}
.TagClassName
{
border-color: #44182F;
}
</style>