Shades of Blackberry #440331
Tints of Blackberry #440331
RGB
CMYK
RGB Variations
Color information
#440331 (or 0x440331) is known color: Blackberry. HEX triplet: 44, 03 and 31. RGB value is (68,3,49). Sum of RGB (Red+Green+Blue) = 68+3+49=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #440331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440331 is #BBFCCE. Grayscale: #1B1B1B. Windows color (decimal): -12319951 or 3212100. OLE color: 3212100.
HSL color Cylindrical-coordinate representation of color #440331: hue angle of 317.54º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440331 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 3 | 49 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.73 |
| HSL | 317.54º | 0.92% | 0.14% | - |
| HSV(B) | 317.54º | 0.96% | 0.27% | - |
| XYZ | 2.97 | 1.52 | 3.04 | - |
| YUV | 27.68 | 140.03 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 3 | 49 | 0 | 0.96 | 0.28 | 0.73 | 317.54 | 0.92 | 0.14 |
| Hex | 44 | 3 | 31 | 0 | 60 | 1C | 49 | 13E | 5C | E |
| Octal | 104 | 3 | 61 | 0 | 140 | 34 | 111 | 476 | 134 | 16 |
| Binary | 1000100 | 11 | 110001 | 0 | 1100000 | 11100 | 1001001 | 100111110 | 1011100 | 1110 |
Color Harmonies of #440331
Complementary color
Monochromatic Colors of #440331
Black with #440331
Text Example
Text Example
White with #440331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440331; }
p { color: rgb(68,3,49); }
H1.HeaderClassName
{
color: #440331;
}
.AnyTagClassName
{
color: #440331;
}
</style>
background-color css
<style>
a { background-color: #440331; }
a { background-color: rgb(68,3,49); }
div.DivClassName
{
background-color: #440331;
}
.BgClassName
{
background-color: #440331;
}
</style>
border-color css
<style>
span { border-color: #440331; }
span { border-color: rgb(68,3,49); }
td.TdClassName
{
border-color: #440331;
}
.TagClassName
{
border-color: #440331;
}
</style>