Shades of Blackberry #400322
Tints of Blackberry #400322
RGB
CMYK
RGB Variations
Color information
#400322 (or 0x400322) is known color: Blackberry. HEX triplet: 40, 03 and 22. RGB value is (64,3,34). Sum of RGB (Red+Green+Blue) = 64+3+34=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #400322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400322 is #BFFCDD. Grayscale: #181818. Windows color (decimal): -12582110 or 2229056. OLE color: 2229056.
HSL color Cylindrical-coordinate representation of color #400322: hue angle of 329.51º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400322 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 3 | 34 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.75 |
| HSL | 329.51º | 0.91% | 0.13% | - |
| HSV(B) | 329.51º | 0.95% | 0.25% | - |
| XYZ | 2.44 | 1.27 | 1.63 | - |
| YUV | 24.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 34 | 0 | 0.95 | 0.47 | 0.75 | 329.51 | 0.91 | 0.13 |
| Hex | 40 | 3 | 22 | 0 | 5F | 2F | 4B | 14A | 5B | D |
| Octal | 100 | 3 | 42 | 0 | 137 | 57 | 113 | 512 | 133 | 15 |
| Binary | 1000000 | 11 | 100010 | 0 | 1011111 | 101111 | 1001011 | 101001010 | 1011011 | 1101 |
Color Harmonies of #400322
Complementary color
Monochromatic Colors of #400322
Black with #400322
Text Example
Text Example
White with #400322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400322; }
p { color: rgb(64,3,34); }
H1.HeaderClassName
{
color: #400322;
}
.AnyTagClassName
{
color: #400322;
}
</style>
background-color css
<style>
a { background-color: #400322; }
a { background-color: rgb(64,3,34); }
div.DivClassName
{
background-color: #400322;
}
.BgClassName
{
background-color: #400322;
}
</style>
border-color css
<style>
span { border-color: #400322; }
span { border-color: rgb(64,3,34); }
td.TdClassName
{
border-color: #400322;
}
.TagClassName
{
border-color: #400322;
}
</style>