Shades of Blackberry #44132B
Tints of Blackberry #44132B
RGB
CMYK
RGB Variations
Color information
#44132B (or 0x44132B) is known color: Blackberry. HEX triplet: 44, 13 and 2B. RGB value is (68,19,43). Sum of RGB (Red+Green+Blue) = 68+19+43=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #44132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44132B is #BBECD4. Grayscale: #242424. Windows color (decimal): -12315861 or 2822980. OLE color: 2822980.
HSL color Cylindrical-coordinate representation of color #44132B: hue angle of 330.61º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44132B is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 19 | 43 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.73 |
| HSL | 330.61º | 0.56% | 0.17% | - |
| HSV(B) | 330.61º | 0.72% | 0.27% | - |
| XYZ | 3.05 | 1.87 | 2.49 | - |
| YUV | 36.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 43 | 0 | 0.72 | 0.37 | 0.73 | 330.61 | 0.56 | 0.17 |
| Hex | 44 | 13 | 2B | 0 | 48 | 25 | 49 | 14B | 38 | 11 |
| Octal | 104 | 23 | 53 | 0 | 110 | 45 | 111 | 513 | 70 | 21 |
| Binary | 1000100 | 10011 | 101011 | 0 | 1001000 | 100101 | 1001001 | 101001011 | 111000 | 10001 |
Color Harmonies of #44132B
Complementary color
Monochromatic Colors of #44132B
Black with #44132B
Text Example
Text Example
White with #44132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44132B; }
p { color: rgb(68,19,43); }
H1.HeaderClassName
{
color: #44132B;
}
.AnyTagClassName
{
color: #44132B;
}
</style>
background-color css
<style>
a { background-color: #44132B; }
a { background-color: rgb(68,19,43); }
div.DivClassName
{
background-color: #44132B;
}
.BgClassName
{
background-color: #44132B;
}
</style>
border-color css
<style>
span { border-color: #44132B; }
span { border-color: rgb(68,19,43); }
td.TdClassName
{
border-color: #44132B;
}
.TagClassName
{
border-color: #44132B;
}
</style>