Shades of Blackberry #441434
Tints of Blackberry #441434
RGB
CMYK
RGB Variations
Color information
#441434 (or 0x441434) is known color: Blackberry. HEX triplet: 44, 14 and 34. RGB value is (68,20,52). Sum of RGB (Red+Green+Blue) = 68+20+52=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #441434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441434 is #BBEBCB. Grayscale: #252525. Windows color (decimal): -12315596 or 3413060. OLE color: 3413060.
HSL color Cylindrical-coordinate representation of color #441434: hue angle of 320º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #441434 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 20 | 52 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.73 |
| HSL | 320º | 0.55% | 0.17% | - |
| HSV(B) | 320º | 0.71% | 0.27% | - |
| XYZ | 3.25 | 1.98 | 3.46 | - |
| YUV | 38 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 52 | 0 | 0.71 | 0.24 | 0.73 | 320 | 0.55 | 0.17 |
| Hex | 44 | 14 | 34 | 0 | 47 | 18 | 49 | 140 | 37 | 11 |
| Octal | 104 | 24 | 64 | 0 | 107 | 30 | 111 | 500 | 67 | 21 |
| Binary | 1000100 | 10100 | 110100 | 0 | 1000111 | 11000 | 1001001 | 101000000 | 110111 | 10001 |
Color Harmonies of #441434
Complementary color
Monochromatic Colors of #441434
Black with #441434
Text Example
Text Example
White with #441434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441434; }
p { color: rgb(68,20,52); }
H1.HeaderClassName
{
color: #441434;
}
.AnyTagClassName
{
color: #441434;
}
</style>
background-color css
<style>
a { background-color: #441434; }
a { background-color: rgb(68,20,52); }
div.DivClassName
{
background-color: #441434;
}
.BgClassName
{
background-color: #441434;
}
</style>
border-color css
<style>
span { border-color: #441434; }
span { border-color: rgb(68,20,52); }
td.TdClassName
{
border-color: #441434;
}
.TagClassName
{
border-color: #441434;
}
</style>