Shades of Blackberry #441123
Tints of Blackberry #441123
RGB
CMYK
RGB Variations
Color information
#441123 (or 0x441123) is known color: Blackberry. HEX triplet: 44, 11 and 23. RGB value is (68,17,35). Sum of RGB (Red+Green+Blue) = 68+17+35=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #441123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441123 is #BBEEDC. Grayscale: #222222. Windows color (decimal): -12316381 or 2298180. OLE color: 2298180.
HSL color Cylindrical-coordinate representation of color #441123: hue angle of 338.82º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #441123 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 17 | 35 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.73 |
| HSL | 338.82º | 0.6% | 0.17% | - |
| HSV(B) | 338.82º | 0.75% | 0.27% | - |
| XYZ | 2.89 | 1.75 | 1.78 | - |
| YUV | 34.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 35 | 0 | 0.75 | 0.49 | 0.73 | 338.82 | 0.6 | 0.17 |
| Hex | 44 | 11 | 23 | 0 | 4B | 31 | 49 | 153 | 3C | 11 |
| Octal | 104 | 21 | 43 | 0 | 113 | 61 | 111 | 523 | 74 | 21 |
| Binary | 1000100 | 10001 | 100011 | 0 | 1001011 | 110001 | 1001001 | 101010011 | 111100 | 10001 |
Color Harmonies of #441123
Complementary color
Monochromatic Colors of #441123
Black with #441123
Text Example
Text Example
White with #441123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441123; }
p { color: rgb(68,17,35); }
H1.HeaderClassName
{
color: #441123;
}
.AnyTagClassName
{
color: #441123;
}
</style>
background-color css
<style>
a { background-color: #441123; }
a { background-color: rgb(68,17,35); }
div.DivClassName
{
background-color: #441123;
}
.BgClassName
{
background-color: #441123;
}
</style>
border-color css
<style>
span { border-color: #441123; }
span { border-color: rgb(68,17,35); }
td.TdClassName
{
border-color: #441123;
}
.TagClassName
{
border-color: #441123;
}
</style>