Shades of Blackberry #441225
Tints of Blackberry #441225
RGB
CMYK
RGB Variations
Color information
#441225 (or 0x441225) is known color: Blackberry. HEX triplet: 44, 12 and 25. RGB value is (68,18,37). Sum of RGB (Red+Green+Blue) = 68+18+37=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #441225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441225 is #BBEDDA. Grayscale: #232323. Windows color (decimal): -12316123 or 2429508. OLE color: 2429508.
HSL color Cylindrical-coordinate representation of color #441225: hue angle of 337.2º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #441225 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 18 | 37 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.73 |
| HSL | 337.2º | 0.58% | 0.17% | - |
| HSV(B) | 337.2º | 0.74% | 0.27% | - |
| XYZ | 2.93 | 1.8 | 1.94 | - |
| YUV | 35.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 18 | 37 | 0 | 0.74 | 0.46 | 0.73 | 337.2 | 0.58 | 0.17 |
| Hex | 44 | 12 | 25 | 0 | 4A | 2E | 49 | 151 | 3A | 11 |
| Octal | 104 | 22 | 45 | 0 | 112 | 56 | 111 | 521 | 72 | 21 |
| Binary | 1000100 | 10010 | 100101 | 0 | 1001010 | 101110 | 1001001 | 101010001 | 111010 | 10001 |
Color Harmonies of #441225
Complementary color
Monochromatic Colors of #441225
Black with #441225
Text Example
Text Example
White with #441225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441225; }
p { color: rgb(68,18,37); }
H1.HeaderClassName
{
color: #441225;
}
.AnyTagClassName
{
color: #441225;
}
</style>
background-color css
<style>
a { background-color: #441225; }
a { background-color: rgb(68,18,37); }
div.DivClassName
{
background-color: #441225;
}
.BgClassName
{
background-color: #441225;
}
</style>
border-color css
<style>
span { border-color: #441225; }
span { border-color: rgb(68,18,37); }
td.TdClassName
{
border-color: #441225;
}
.TagClassName
{
border-color: #441225;
}
</style>