Shades of Blackberry #44061D
Tints of Blackberry #44061D
RGB
CMYK
RGB Variations
Color information
#44061D (or 0x44061D) is known color: Blackberry. HEX triplet: 44, 06 and 1D. RGB value is (68,6,29). Sum of RGB (Red+Green+Blue) = 68+6+29=103 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.02% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 68 - color contains mainly: red. Hex color #44061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44061D is #BBF9E2. Grayscale: #1B1B1B. Windows color (decimal): -12319203 or 1902148. OLE color: 1902148.
HSL color Cylindrical-coordinate representation of color #44061D: hue angle of 337.74º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #44061D is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 6 | 29 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.73 |
| HSL | 337.74º | 0.84% | 0.15% | - |
| HSV(B) | 337.74º | 0.91% | 0.27% | - |
| XYZ | 2.67 | 1.45 | 1.3 | - |
| YUV | 27.16 | 129.04 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 29 | 0 | 0.91 | 0.57 | 0.73 | 337.74 | 0.84 | 0.15 |
| Hex | 44 | 6 | 1D | 0 | 5B | 39 | 49 | 152 | 54 | F |
| Octal | 104 | 6 | 35 | 0 | 133 | 71 | 111 | 522 | 124 | 17 |
| Binary | 1000100 | 110 | 11101 | 0 | 1011011 | 111001 | 1001001 | 101010010 | 1010100 | 1111 |
Color Harmonies of #44061D
Complementary color
Monochromatic Colors of #44061D
Black with #44061D
Text Example
Text Example
White with #44061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44061D; }
p { color: rgb(68,6,29); }
H1.HeaderClassName
{
color: #44061D;
}
.AnyTagClassName
{
color: #44061D;
}
</style>
background-color css
<style>
a { background-color: #44061D; }
a { background-color: rgb(68,6,29); }
div.DivClassName
{
background-color: #44061D;
}
.BgClassName
{
background-color: #44061D;
}
</style>
border-color css
<style>
span { border-color: #44061D; }
span { border-color: rgb(68,6,29); }
td.TdClassName
{
border-color: #44061D;
}
.TagClassName
{
border-color: #44061D;
}
</style>