Shades of Blackberry #440D30
Tints of Blackberry #440D30
RGB
CMYK
RGB Variations
Color information
#440D30 (or 0x440D30) is known color: Blackberry. HEX triplet: 44, 0D and 30. RGB value is (68,13,48). Sum of RGB (Red+Green+Blue) = 68+13+48=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #440D30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440D30 is #BBF2CF. Grayscale: #212121. Windows color (decimal): -12317392 or 3149124. OLE color: 3149124.
HSL color Cylindrical-coordinate representation of color #440D30: hue angle of 321.82º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #440D30 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 13 | 48 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.73 |
| HSL | 321.82º | 0.68% | 0.16% | - |
| HSV(B) | 321.82º | 0.81% | 0.27% | - |
| XYZ | 3.06 | 1.73 | 2.97 | - |
| YUV | 33.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 48 | 0 | 0.81 | 0.29 | 0.73 | 321.82 | 0.68 | 0.16 |
| Hex | 44 | D | 30 | 0 | 51 | 1D | 49 | 142 | 44 | 10 |
| Octal | 104 | 15 | 60 | 0 | 121 | 35 | 111 | 502 | 104 | 20 |
| Binary | 1000100 | 1101 | 110000 | 0 | 1010001 | 11101 | 1001001 | 101000010 | 1000100 | 10000 |
Color Harmonies of #440D30
Complementary color
Monochromatic Colors of #440D30
Black with #440D30
Text Example
Text Example
White with #440D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440D30; }
p { color: rgb(68,13,48); }
H1.HeaderClassName
{
color: #440D30;
}
.AnyTagClassName
{
color: #440D30;
}
</style>
background-color css
<style>
a { background-color: #440D30; }
a { background-color: rgb(68,13,48); }
div.DivClassName
{
background-color: #440D30;
}
.BgClassName
{
background-color: #440D30;
}
</style>
border-color css
<style>
span { border-color: #440D30; }
span { border-color: rgb(68,13,48); }
td.TdClassName
{
border-color: #440D30;
}
.TagClassName
{
border-color: #440D30;
}
</style>