Shades of Blackberry #44041F
Tints of Blackberry #44041F
RGB
CMYK
RGB Variations
Color information
#44041F (or 0x44041F) is known color: Blackberry. HEX triplet: 44, 04 and 1F. RGB value is (68,4,31). Sum of RGB (Red+Green+Blue) = 68+4+31=103 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.02% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 68 - color contains mainly: red. Hex color #44041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44041F is #BBFBE0. Grayscale: #1A1A1A. Windows color (decimal): -12319713 or 2032708. OLE color: 2032708.
HSL color Cylindrical-coordinate representation of color #44041F: hue angle of 334.69º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44041F is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 4 | 31 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.73 |
| HSL | 334.69º | 0.89% | 0.14% | - |
| HSV(B) | 334.69º | 0.94% | 0.27% | - |
| XYZ | 2.67 | 1.41 | 1.43 | - |
| YUV | 26.21 | 130.7 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 31 | 0 | 0.94 | 0.54 | 0.73 | 334.69 | 0.89 | 0.14 |
| Hex | 44 | 4 | 1F | 0 | 5E | 36 | 49 | 14F | 59 | E |
| Octal | 104 | 4 | 37 | 0 | 136 | 66 | 111 | 517 | 131 | 16 |
| Binary | 1000100 | 100 | 11111 | 0 | 1011110 | 110110 | 1001001 | 101001111 | 1011001 | 1110 |
Color Harmonies of #44041F
Complementary color
Monochromatic Colors of #44041F
Black with #44041F
Text Example
Text Example
White with #44041F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44041F; }
p { color: rgb(68,4,31); }
H1.HeaderClassName
{
color: #44041F;
}
.AnyTagClassName
{
color: #44041F;
}
</style>
background-color css
<style>
a { background-color: #44041F; }
a { background-color: rgb(68,4,31); }
div.DivClassName
{
background-color: #44041F;
}
.BgClassName
{
background-color: #44041F;
}
</style>
border-color css
<style>
span { border-color: #44041F; }
span { border-color: rgb(68,4,31); }
td.TdClassName
{
border-color: #44041F;
}
.TagClassName
{
border-color: #44041F;
}
</style>