Shades of Blackberry #440A33
Tints of Blackberry #440A33
RGB
CMYK
RGB Variations
Color information
#440A33 (or 0x440A33) is known color: Blackberry. HEX triplet: 44, 0A and 33. RGB value is (68,10,51). Sum of RGB (Red+Green+Blue) = 68+10+51=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #440A33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440A33 is #BBF5CC. Grayscale: #1F1F1F. Windows color (decimal): -12318157 or 3344964. OLE color: 3344964.
HSL color Cylindrical-coordinate representation of color #440A33: hue angle of 317.59º 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 #440A33 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 10 | 51 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.73 |
| HSL | 317.59º | 0.74% | 0.15% | - |
| HSV(B) | 317.59º | 0.85% | 0.27% | - |
| XYZ | 3.09 | 1.69 | 3.29 | - |
| YUV | 32.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 51 | 0 | 0.85 | 0.25 | 0.73 | 317.59 | 0.74 | 0.15 |
| Hex | 44 | A | 33 | 0 | 55 | 19 | 49 | 13E | 4A | F |
| Octal | 104 | 12 | 63 | 0 | 125 | 31 | 111 | 476 | 112 | 17 |
| Binary | 1000100 | 1010 | 110011 | 0 | 1010101 | 11001 | 1001001 | 100111110 | 1001010 | 1111 |
Color Harmonies of #440A33
Complementary color
Monochromatic Colors of #440A33
Black with #440A33
Text Example
Text Example
White with #440A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440A33; }
p { color: rgb(68,10,51); }
H1.HeaderClassName
{
color: #440A33;
}
.AnyTagClassName
{
color: #440A33;
}
</style>
background-color css
<style>
a { background-color: #440A33; }
a { background-color: rgb(68,10,51); }
div.DivClassName
{
background-color: #440A33;
}
.BgClassName
{
background-color: #440A33;
}
</style>
border-color css
<style>
span { border-color: #440A33; }
span { border-color: rgb(68,10,51); }
td.TdClassName
{
border-color: #440A33;
}
.TagClassName
{
border-color: #440A33;
}
</style>