Shades of Blackberry #401036
Tints of Blackberry #401036
RGB
CMYK
RGB Variations
Color information
#401036 (or 0x401036) is known color: Blackberry. HEX triplet: 40, 10 and 36. RGB value is (64,16,54). Sum of RGB (Red+Green+Blue) = 64+16+54=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #401036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401036 is #BFEFC9. Grayscale: #222222. Windows color (decimal): -12578762 or 3543104. OLE color: 3543104.
HSL color Cylindrical-coordinate representation of color #401036: hue angle of 312.5º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401036 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 16 | 54 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.75 |
| HSL | 312.5º | 0.6% | 0.16% | - |
| HSV(B) | 312.5º | 0.75% | 0.25% | - |
| XYZ | 2.97 | 1.73 | 3.67 | - |
| YUV | 34.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 54 | 0 | 0.75 | 0.16 | 0.75 | 312.5 | 0.6 | 0.16 |
| Hex | 40 | 10 | 36 | 0 | 4B | 10 | 4B | 138 | 3C | 10 |
| Octal | 100 | 20 | 66 | 0 | 113 | 20 | 113 | 470 | 74 | 20 |
| Binary | 1000000 | 10000 | 110110 | 0 | 1001011 | 10000 | 1001011 | 100111000 | 111100 | 10000 |
Color Harmonies of #401036
Complementary color
Monochromatic Colors of #401036
Black with #401036
Text Example
Text Example
White with #401036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401036; }
p { color: rgb(64,16,54); }
H1.HeaderClassName
{
color: #401036;
}
.AnyTagClassName
{
color: #401036;
}
</style>
background-color css
<style>
a { background-color: #401036; }
a { background-color: rgb(64,16,54); }
div.DivClassName
{
background-color: #401036;
}
.BgClassName
{
background-color: #401036;
}
</style>
border-color css
<style>
span { border-color: #401036; }
span { border-color: rgb(64,16,54); }
td.TdClassName
{
border-color: #401036;
}
.TagClassName
{
border-color: #401036;
}
</style>