Shades of Blackberry #400034
Tints of Blackberry #400034
RGB
CMYK
RGB Variations
Color information
#400034 (or 0x400034) is known color: Blackberry. HEX triplet: 40, 00 and 34. RGB value is (64,0,52). Sum of RGB (Red+Green+Blue) = 64+0+52=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #400034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400034 is #BFFFCB. Grayscale: #181818. Windows color (decimal): -12582860 or 3407936. OLE color: 3407936.
HSL color Cylindrical-coordinate representation of color #400034: hue angle of 311.25º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400034 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.19 | 0.75 |
| HSL | 311.25º | 1% | 0.13% | - |
| HSV(B) | 311.25º | 1% | 0.25% | - |
| XYZ | 2.73 | 1.34 | 3.36 | - |
| YUV | 25.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 52 | 0 | 1 | 0.19 | 0.75 | 311.25 | 1 | 0.13 |
| Hex | 40 | 0 | 34 | 0 | 64 | 13 | 4B | 137 | 64 | D |
| Octal | 100 | 0 | 64 | 0 | 144 | 23 | 113 | 467 | 144 | 15 |
| Binary | 1000000 | 0 | 110100 | 0 | 1100100 | 10011 | 1001011 | 100110111 | 1100100 | 1101 |
Color Harmonies of #400034
Complementary color
Monochromatic Colors of #400034
Black with #400034
Text Example
Text Example
White with #400034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400034; }
p { color: rgb(64,0,52); }
H1.HeaderClassName
{
color: #400034;
}
.AnyTagClassName
{
color: #400034;
}
</style>
background-color css
<style>
a { background-color: #400034; }
a { background-color: rgb(64,0,52); }
div.DivClassName
{
background-color: #400034;
}
.BgClassName
{
background-color: #400034;
}
</style>
border-color css
<style>
span { border-color: #400034; }
span { border-color: rgb(64,0,52); }
td.TdClassName
{
border-color: #400034;
}
.TagClassName
{
border-color: #400034;
}
</style>