Shades of Blackberry #440C30
Tints of Blackberry #440C30
RGB
CMYK
RGB Variations
Color information
#440C30 (or 0x440C30) is known color: Blackberry. HEX triplet: 44, 0C and 30. RGB value is (68,12,48). Sum of RGB (Red+Green+Blue) = 68+12+48=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #440C30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440C30 is #BBF3CF. Grayscale: #202020. Windows color (decimal): -12317648 or 3148868. OLE color: 3148868.
HSL color Cylindrical-coordinate representation of color #440C30: hue angle of 321.43º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #440C30 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 12 | 48 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.73 |
| HSL | 321.43º | 0.7% | 0.16% | - |
| HSV(B) | 321.43º | 0.82% | 0.27% | - |
| XYZ | 3.05 | 1.71 | 2.96 | - |
| YUV | 32.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 48 | 0 | 0.82 | 0.29 | 0.73 | 321.43 | 0.7 | 0.16 |
| Hex | 44 | C | 30 | 0 | 52 | 1D | 49 | 141 | 46 | 10 |
| Octal | 104 | 14 | 60 | 0 | 122 | 35 | 111 | 501 | 106 | 20 |
| Binary | 1000100 | 1100 | 110000 | 0 | 1010010 | 11101 | 1001001 | 101000001 | 1000110 | 10000 |
Color Harmonies of #440C30
Complementary color
Monochromatic Colors of #440C30
Black with #440C30
Text Example
Text Example
White with #440C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C30; }
p { color: rgb(68,12,48); }
H1.HeaderClassName
{
color: #440C30;
}
.AnyTagClassName
{
color: #440C30;
}
</style>
background-color css
<style>
a { background-color: #440C30; }
a { background-color: rgb(68,12,48); }
div.DivClassName
{
background-color: #440C30;
}
.BgClassName
{
background-color: #440C30;
}
</style>
border-color css
<style>
span { border-color: #440C30; }
span { border-color: rgb(68,12,48); }
td.TdClassName
{
border-color: #440C30;
}
.TagClassName
{
border-color: #440C30;
}
</style>