Shades of Blackberry #440023
Tints of Blackberry #440023
RGB
CMYK
RGB Variations
Color information
#440023 (or 0x440023) is known color: Blackberry. HEX triplet: 44, 00 and 23. RGB value is (68,0,35). Sum of RGB (Red+Green+Blue) = 68+0+35=103 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.02% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 68 - color contains mainly: red. Hex color #440023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440023 is #BBFFDC. Grayscale: #181818. Windows color (decimal): -12320733 or 2293828. OLE color: 2293828.
HSL color Cylindrical-coordinate representation of color #440023: hue angle of 329.12º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440023 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.49 | 0.73 |
| HSL | 329.12º | 1% | 0.13% | - |
| HSV(B) | 329.12º | 1% | 0.27% | - |
| XYZ | 2.69 | 1.35 | 1.71 | - |
| YUV | 24.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 35 | 0 | 1 | 0.49 | 0.73 | 329.12 | 1 | 0.13 |
| Hex | 44 | 0 | 23 | 0 | 64 | 31 | 49 | 149 | 64 | D |
| Octal | 104 | 0 | 43 | 0 | 144 | 61 | 111 | 511 | 144 | 15 |
| Binary | 1000100 | 0 | 100011 | 0 | 1100100 | 110001 | 1001001 | 101001001 | 1100100 | 1101 |
Color Harmonies of #440023
Complementary color
Monochromatic Colors of #440023
Black with #440023
Text Example
Text Example
White with #440023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440023; }
p { color: rgb(68,0,35); }
H1.HeaderClassName
{
color: #440023;
}
.AnyTagClassName
{
color: #440023;
}
</style>
background-color css
<style>
a { background-color: #440023; }
a { background-color: rgb(68,0,35); }
div.DivClassName
{
background-color: #440023;
}
.BgClassName
{
background-color: #440023;
}
</style>
border-color css
<style>
span { border-color: #440023; }
span { border-color: rgb(68,0,35); }
td.TdClassName
{
border-color: #440023;
}
.TagClassName
{
border-color: #440023;
}
</style>