Shades of Blackberry #440523
Tints of Blackberry #440523
RGB
CMYK
RGB Variations
Color information
#440523 (or 0x440523) is known color: Blackberry. HEX triplet: 44, 05 and 23. RGB value is (68,5,35). Sum of RGB (Red+Green+Blue) = 68+5+35=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #440523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440523 is #BBFADC. Grayscale: #1B1B1B. Windows color (decimal): -12319453 or 2295108. OLE color: 2295108.
HSL color Cylindrical-coordinate representation of color #440523: hue angle of 331.43º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440523 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 5 | 35 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.73 |
| HSL | 331.43º | 0.86% | 0.14% | - |
| HSV(B) | 331.43º | 0.93% | 0.27% | - |
| XYZ | 2.74 | 1.46 | 1.73 | - |
| YUV | 27.26 | 132.37 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 35 | 0 | 0.93 | 0.49 | 0.73 | 331.43 | 0.86 | 0.14 |
| Hex | 44 | 5 | 23 | 0 | 5D | 31 | 49 | 14B | 56 | E |
| Octal | 104 | 5 | 43 | 0 | 135 | 61 | 111 | 513 | 126 | 16 |
| Binary | 1000100 | 101 | 100011 | 0 | 1011101 | 110001 | 1001001 | 101001011 | 1010110 | 1110 |
Color Harmonies of #440523
Complementary color
Monochromatic Colors of #440523
Black with #440523
Text Example
Text Example
White with #440523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440523; }
p { color: rgb(68,5,35); }
H1.HeaderClassName
{
color: #440523;
}
.AnyTagClassName
{
color: #440523;
}
</style>
background-color css
<style>
a { background-color: #440523; }
a { background-color: rgb(68,5,35); }
div.DivClassName
{
background-color: #440523;
}
.BgClassName
{
background-color: #440523;
}
</style>
border-color css
<style>
span { border-color: #440523; }
span { border-color: rgb(68,5,35); }
td.TdClassName
{
border-color: #440523;
}
.TagClassName
{
border-color: #440523;
}
</style>