Shades of Blackberry #44182C
Tints of Blackberry #44182C
RGB
CMYK
RGB Variations
Color information
#44182C (or 0x44182C) is known color: Blackberry. HEX triplet: 44, 18 and 2C. RGB value is (68,24,44). Sum of RGB (Red+Green+Blue) = 68+24+44=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #44182C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44182C is #BBE7D3. Grayscale: #272727. Windows color (decimal): -12314580 or 2889796. OLE color: 2889796.
HSL color Cylindrical-coordinate representation of color #44182C: hue angle of 332.73º 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 #44182C is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 24 | 44 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.73 |
| HSL | 332.73º | 0.48% | 0.18% | - |
| HSV(B) | 332.73º | 0.65% | 0.27% | - |
| XYZ | 3.17 | 2.06 | 2.61 | - |
| YUV | 39.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 24 | 44 | 0 | 0.65 | 0.35 | 0.73 | 332.73 | 0.48 | 0.18 |
| Hex | 44 | 18 | 2C | 0 | 41 | 23 | 49 | 14D | 30 | 12 |
| Octal | 104 | 30 | 54 | 0 | 101 | 43 | 111 | 515 | 60 | 22 |
| Binary | 1000100 | 11000 | 101100 | 0 | 1000001 | 100011 | 1001001 | 101001101 | 110000 | 10010 |
Color Harmonies of #44182C
Complementary color
Monochromatic Colors of #44182C
Black with #44182C
Text Example
Text Example
White with #44182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44182C; }
p { color: rgb(68,24,44); }
H1.HeaderClassName
{
color: #44182C;
}
.AnyTagClassName
{
color: #44182C;
}
</style>
background-color css
<style>
a { background-color: #44182C; }
a { background-color: rgb(68,24,44); }
div.DivClassName
{
background-color: #44182C;
}
.BgClassName
{
background-color: #44182C;
}
</style>
border-color css
<style>
span { border-color: #44182C; }
span { border-color: rgb(68,24,44); }
td.TdClassName
{
border-color: #44182C;
}
.TagClassName
{
border-color: #44182C;
}
</style>