Shades of Blackberry #400033
Tints of Blackberry #400033
RGB
CMYK
RGB Variations
Color information
#400033 (or 0x400033) is known color: Blackberry. HEX triplet: 40, 00 and 33. RGB value is (64,0,51). Sum of RGB (Red+Green+Blue) = 64+0+51=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 51 (20.31% from 255 or 44.35% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #400033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400033 is #BFFFCC. Grayscale: #181818. Windows color (decimal): -12582861 or 3342400. OLE color: 3342400.
HSL color Cylindrical-coordinate representation of color #400033: hue angle of 312.19º 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 #400033 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.20 | 0.75 |
| HSL | 312.19º | 1% | 0.13% | - |
| HSV(B) | 312.19º | 1% | 0.25% | - |
| XYZ | 2.71 | 1.33 | 3.25 | - |
| YUV | 24.95 | 142.7 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 51 | 0 | 1 | 0.20 | 0.75 | 312.19 | 1 | 0.13 |
| Hex | 40 | 0 | 33 | 0 | 64 | 14 | 4B | 138 | 64 | D |
| Octal | 100 | 0 | 63 | 0 | 144 | 24 | 113 | 470 | 144 | 15 |
| Binary | 1000000 | 0 | 110011 | 0 | 1100100 | 10100 | 1001011 | 100111000 | 1100100 | 1101 |
Color Harmonies of #400033
Complementary color
Monochromatic Colors of #400033
Black with #400033
Text Example
Text Example
White with #400033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400033; }
p { color: rgb(64,0,51); }
H1.HeaderClassName
{
color: #400033;
}
.AnyTagClassName
{
color: #400033;
}
</style>
background-color css
<style>
a { background-color: #400033; }
a { background-color: rgb(64,0,51); }
div.DivClassName
{
background-color: #400033;
}
.BgClassName
{
background-color: #400033;
}
</style>
border-color css
<style>
span { border-color: #400033; }
span { border-color: rgb(64,0,51); }
td.TdClassName
{
border-color: #400033;
}
.TagClassName
{
border-color: #400033;
}
</style>