Shades of Blackberry #400933
Tints of Blackberry #400933
RGB
CMYK
RGB Variations
Color information
#400933 (or 0x400933) is known color: Blackberry. HEX triplet: 40, 09 and 33. RGB value is (64,9,51). Sum of RGB (Red+Green+Blue) = 64+9+51=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #400933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400933 is #BFF6CC. Grayscale: #1E1E1E. Windows color (decimal): -12580557 or 3344704. OLE color: 3344704.
HSL color Cylindrical-coordinate representation of color #400933: hue angle of 314.18º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #400933 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 9 | 51 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.75 |
| HSL | 314.18º | 0.75% | 0.14% | - |
| HSV(B) | 314.18º | 0.86% | 0.25% | - |
| XYZ | 2.81 | 1.52 | 3.28 | - |
| YUV | 30.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 51 | 0 | 0.86 | 0.20 | 0.75 | 314.18 | 0.75 | 0.14 |
| Hex | 40 | 9 | 33 | 0 | 56 | 14 | 4B | 13A | 4B | E |
| Octal | 100 | 11 | 63 | 0 | 126 | 24 | 113 | 472 | 113 | 16 |
| Binary | 1000000 | 1001 | 110011 | 0 | 1010110 | 10100 | 1001011 | 100111010 | 1001011 | 1110 |
Color Harmonies of #400933
Complementary color
Monochromatic Colors of #400933
Black with #400933
Text Example
Text Example
White with #400933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400933; }
p { color: rgb(64,9,51); }
H1.HeaderClassName
{
color: #400933;
}
.AnyTagClassName
{
color: #400933;
}
</style>
background-color css
<style>
a { background-color: #400933; }
a { background-color: rgb(64,9,51); }
div.DivClassName
{
background-color: #400933;
}
.BgClassName
{
background-color: #400933;
}
</style>
border-color css
<style>
span { border-color: #400933; }
span { border-color: rgb(64,9,51); }
td.TdClassName
{
border-color: #400933;
}
.TagClassName
{
border-color: #400933;
}
</style>