Shades of Blackberry #440030
Tints of Blackberry #440030
RGB
CMYK
RGB Variations
Color information
#440030 (or 0x440030) is known color: Blackberry. HEX triplet: 44, 00 and 30. RGB value is (68,0,48). Sum of RGB (Red+Green+Blue) = 68+0+48=116 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.62% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 68 - color contains mainly: red. Hex color #440030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440030 is #BBFFCF. Grayscale: #191919. Windows color (decimal): -12320720 or 3145796. OLE color: 3145796.
HSL color Cylindrical-coordinate representation of color #440030: hue angle of 317.65º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440030 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.29 | 0.73 |
| HSL | 317.65º | 1% | 0.13% | - |
| HSV(B) | 317.65º | 1% | 0.27% | - |
| XYZ | 2.92 | 1.44 | 2.92 | - |
| YUV | 25.8 | 140.53 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 48 | 0 | 1 | 0.29 | 0.73 | 317.65 | 1 | 0.13 |
| Hex | 44 | 0 | 30 | 0 | 64 | 1D | 49 | 13E | 64 | D |
| Octal | 104 | 0 | 60 | 0 | 144 | 35 | 111 | 476 | 144 | 15 |
| Binary | 1000100 | 0 | 110000 | 0 | 1100100 | 11101 | 1001001 | 100111110 | 1100100 | 1101 |
Color Harmonies of #440030
Complementary color
Monochromatic Colors of #440030
Black with #440030
Text Example
Text Example
White with #440030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440030; }
p { color: rgb(68,0,48); }
H1.HeaderClassName
{
color: #440030;
}
.AnyTagClassName
{
color: #440030;
}
</style>
background-color css
<style>
a { background-color: #440030; }
a { background-color: rgb(68,0,48); }
div.DivClassName
{
background-color: #440030;
}
.BgClassName
{
background-color: #440030;
}
</style>
border-color css
<style>
span { border-color: #440030; }
span { border-color: rgb(68,0,48); }
td.TdClassName
{
border-color: #440030;
}
.TagClassName
{
border-color: #440030;
}
</style>