Shades of Blackberry #401334
Tints of Blackberry #401334
RGB
CMYK
RGB Variations
Color information
#401334 (or 0x401334) is known color: Blackberry. HEX triplet: 40, 13 and 34. RGB value is (64,19,52). Sum of RGB (Red+Green+Blue) = 64+19+52=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #401334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401334 is #BFECCB. Grayscale: #242424. Windows color (decimal): -12577996 or 3412800. OLE color: 3412800.
HSL color Cylindrical-coordinate representation of color #401334: hue angle of 316º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #401334 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 19 | 52 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.75 |
| HSL | 316º | 0.54% | 0.16% | - |
| HSV(B) | 316º | 0.7% | 0.25% | - |
| XYZ | 2.97 | 1.8 | 3.44 | - |
| YUV | 36.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 52 | 0 | 0.70 | 0.19 | 0.75 | 316 | 0.54 | 0.16 |
| Hex | 40 | 13 | 34 | 0 | 46 | 13 | 4B | 13C | 36 | 10 |
| Octal | 100 | 23 | 64 | 0 | 106 | 23 | 113 | 474 | 66 | 20 |
| Binary | 1000000 | 10011 | 110100 | 0 | 1000110 | 10011 | 1001011 | 100111100 | 110110 | 10000 |
Color Harmonies of #401334
Complementary color
Monochromatic Colors of #401334
Black with #401334
Text Example
Text Example
White with #401334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401334; }
p { color: rgb(64,19,52); }
H1.HeaderClassName
{
color: #401334;
}
.AnyTagClassName
{
color: #401334;
}
</style>
background-color css
<style>
a { background-color: #401334; }
a { background-color: rgb(64,19,52); }
div.DivClassName
{
background-color: #401334;
}
.BgClassName
{
background-color: #401334;
}
</style>
border-color css
<style>
span { border-color: #401334; }
span { border-color: rgb(64,19,52); }
td.TdClassName
{
border-color: #401334;
}
.TagClassName
{
border-color: #401334;
}
</style>