Shades of Blackberry #440A22
Tints of Blackberry #440A22
RGB
CMYK
RGB Variations
Color information
#440A22 (or 0x440A22) is known color: Blackberry. HEX triplet: 44, 0A and 22. RGB value is (68,10,34). Sum of RGB (Red+Green+Blue) = 68+10+34=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #440A22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440A22 is #BBF5DD. Grayscale: #1E1E1E. Windows color (decimal): -12318174 or 2230852. OLE color: 2230852.
HSL color Cylindrical-coordinate representation of color #440A22: hue angle of 335.17º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #440A22 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 10 | 34 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.73 |
| HSL | 335.17º | 0.74% | 0.15% | - |
| HSV(B) | 335.17º | 0.85% | 0.27% | - |
| XYZ | 2.78 | 1.56 | 1.67 | - |
| YUV | 30.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 34 | 0 | 0.85 | 0.50 | 0.73 | 335.17 | 0.74 | 0.15 |
| Hex | 44 | A | 22 | 0 | 55 | 32 | 49 | 14F | 4A | F |
| Octal | 104 | 12 | 42 | 0 | 125 | 62 | 111 | 517 | 112 | 17 |
| Binary | 1000100 | 1010 | 100010 | 0 | 1010101 | 110010 | 1001001 | 101001111 | 1001010 | 1111 |
Color Harmonies of #440A22
Complementary color
Monochromatic Colors of #440A22
Black with #440A22
Text Example
Text Example
White with #440A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440A22; }
p { color: rgb(68,10,34); }
H1.HeaderClassName
{
color: #440A22;
}
.AnyTagClassName
{
color: #440A22;
}
</style>
background-color css
<style>
a { background-color: #440A22; }
a { background-color: rgb(68,10,34); }
div.DivClassName
{
background-color: #440A22;
}
.BgClassName
{
background-color: #440A22;
}
</style>
border-color css
<style>
span { border-color: #440A22; }
span { border-color: rgb(68,10,34); }
td.TdClassName
{
border-color: #440A22;
}
.TagClassName
{
border-color: #440A22;
}
</style>