Shades of Blackberry #441835
Tints of Blackberry #441835
RGB
CMYK
RGB Variations
Color information
#441835 (or 0x441835) is known color: Blackberry. HEX triplet: 44, 18 and 35. RGB value is (68,24,53). Sum of RGB (Red+Green+Blue) = 68+24+53=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #441835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441835 is #BBE7CA. Grayscale: #282828. Windows color (decimal): -12314571 or 3479620. OLE color: 3479620.
HSL color Cylindrical-coordinate representation of color #441835: hue angle of 320.45º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #441835 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 24 | 53 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.73 |
| HSL | 320.45º | 0.48% | 0.18% | - |
| HSV(B) | 320.45º | 0.65% | 0.27% | - |
| XYZ | 3.35 | 2.14 | 3.6 | - |
| YUV | 40.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 24 | 53 | 0 | 0.65 | 0.22 | 0.73 | 320.45 | 0.48 | 0.18 |
| Hex | 44 | 18 | 35 | 0 | 41 | 16 | 49 | 140 | 30 | 12 |
| Octal | 104 | 30 | 65 | 0 | 101 | 26 | 111 | 500 | 60 | 22 |
| Binary | 1000100 | 11000 | 110101 | 0 | 1000001 | 10110 | 1001001 | 101000000 | 110000 | 10010 |
Color Harmonies of #441835
Complementary color
Monochromatic Colors of #441835
Black with #441835
Text Example
Text Example
White with #441835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441835; }
p { color: rgb(68,24,53); }
H1.HeaderClassName
{
color: #441835;
}
.AnyTagClassName
{
color: #441835;
}
</style>
background-color css
<style>
a { background-color: #441835; }
a { background-color: rgb(68,24,53); }
div.DivClassName
{
background-color: #441835;
}
.BgClassName
{
background-color: #441835;
}
</style>
border-color css
<style>
span { border-color: #441835; }
span { border-color: rgb(68,24,53); }
td.TdClassName
{
border-color: #441835;
}
.TagClassName
{
border-color: #441835;
}
</style>