Shades of Blackberry #401028
Tints of Blackberry #401028
RGB
CMYK
RGB Variations
Color information
#401028 (or 0x401028) is known color: Blackberry. HEX triplet: 40, 10 and 28. RGB value is (64,16,40). Sum of RGB (Red+Green+Blue) = 64+16+40=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #401028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401028 is #BFEFD7. Grayscale: #212121. Windows color (decimal): -12578776 or 2625600. OLE color: 2625600.
HSL color Cylindrical-coordinate representation of color #401028: hue angle of 330º 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 #401028 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 16 | 40 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.75 |
| HSL | 330º | 0.6% | 0.16% | - |
| HSV(B) | 330º | 0.75% | 0.25% | - |
| XYZ | 2.68 | 1.61 | 2.18 | - |
| YUV | 33.09 | 131.9 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 40 | 0 | 0.75 | 0.38 | 0.75 | 330 | 0.6 | 0.16 |
| Hex | 40 | 10 | 28 | 0 | 4B | 26 | 4B | 14A | 3C | 10 |
| Octal | 100 | 20 | 50 | 0 | 113 | 46 | 113 | 512 | 74 | 20 |
| Binary | 1000000 | 10000 | 101000 | 0 | 1001011 | 100110 | 1001011 | 101001010 | 111100 | 10000 |
Color Harmonies of #401028
Complementary color
Monochromatic Colors of #401028
Black with #401028
Text Example
Text Example
White with #401028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401028; }
p { color: rgb(64,16,40); }
H1.HeaderClassName
{
color: #401028;
}
.AnyTagClassName
{
color: #401028;
}
</style>
background-color css
<style>
a { background-color: #401028; }
a { background-color: rgb(64,16,40); }
div.DivClassName
{
background-color: #401028;
}
.BgClassName
{
background-color: #401028;
}
</style>
border-color css
<style>
span { border-color: #401028; }
span { border-color: rgb(64,16,40); }
td.TdClassName
{
border-color: #401028;
}
.TagClassName
{
border-color: #401028;
}
</style>