Shades of Blackberry #401228
Tints of Blackberry #401228
RGB
CMYK
RGB Variations
Color information
#401228 (or 0x401228) is known color: Blackberry. HEX triplet: 40, 12 and 28. RGB value is (64,18,40). Sum of RGB (Red+Green+Blue) = 64+18+40=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #401228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401228 is #BFEDD7. Grayscale: #222222. Windows color (decimal): -12578264 or 2626112. OLE color: 2626112.
HSL color Cylindrical-coordinate representation of color #401228: hue angle of 331.3º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401228 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 18 | 40 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.75 |
| HSL | 331.3º | 0.56% | 0.16% | - |
| HSV(B) | 331.3º | 0.72% | 0.25% | - |
| XYZ | 2.71 | 1.68 | 2.19 | - |
| YUV | 34.26 | 131.24 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 40 | 0 | 0.72 | 0.38 | 0.75 | 331.3 | 0.56 | 0.16 |
| Hex | 40 | 12 | 28 | 0 | 48 | 26 | 4B | 14B | 38 | 10 |
| Octal | 100 | 22 | 50 | 0 | 110 | 46 | 113 | 513 | 70 | 20 |
| Binary | 1000000 | 10010 | 101000 | 0 | 1001000 | 100110 | 1001011 | 101001011 | 111000 | 10000 |
Color Harmonies of #401228
Complementary color
Monochromatic Colors of #401228
Black with #401228
Text Example
Text Example
White with #401228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401228; }
p { color: rgb(64,18,40); }
H1.HeaderClassName
{
color: #401228;
}
.AnyTagClassName
{
color: #401228;
}
</style>
background-color css
<style>
a { background-color: #401228; }
a { background-color: rgb(64,18,40); }
div.DivClassName
{
background-color: #401228;
}
.BgClassName
{
background-color: #401228;
}
</style>
border-color css
<style>
span { border-color: #401228; }
span { border-color: rgb(64,18,40); }
td.TdClassName
{
border-color: #401228;
}
.TagClassName
{
border-color: #401228;
}
</style>