Shades of Blackberry #400622
Tints of Blackberry #400622
RGB
CMYK
RGB Variations
Color information
#400622 (or 0x400622) is known color: Blackberry. HEX triplet: 40, 06 and 22. RGB value is (64,6,34). Sum of RGB (Red+Green+Blue) = 64+6+34=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #400622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400622 is #BFF9DD. Grayscale: #1A1A1A. Windows color (decimal): -12581342 or 2229824. OLE color: 2229824.
HSL color Cylindrical-coordinate representation of color #400622: hue angle of 331.03º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400622 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 6 | 34 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.75 |
| HSL | 331.03º | 0.83% | 0.14% | - |
| HSV(B) | 331.03º | 0.91% | 0.25% | - |
| XYZ | 2.47 | 1.34 | 1.64 | - |
| YUV | 26.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 34 | 0 | 0.91 | 0.47 | 0.75 | 331.03 | 0.83 | 0.14 |
| Hex | 40 | 6 | 22 | 0 | 5B | 2F | 4B | 14B | 53 | E |
| Octal | 100 | 6 | 42 | 0 | 133 | 57 | 113 | 513 | 123 | 16 |
| Binary | 1000000 | 110 | 100010 | 0 | 1011011 | 101111 | 1001011 | 101001011 | 1010011 | 1110 |
Color Harmonies of #400622
Complementary color
Monochromatic Colors of #400622
Black with #400622
Text Example
Text Example
White with #400622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400622; }
p { color: rgb(64,6,34); }
H1.HeaderClassName
{
color: #400622;
}
.AnyTagClassName
{
color: #400622;
}
</style>
background-color css
<style>
a { background-color: #400622; }
a { background-color: rgb(64,6,34); }
div.DivClassName
{
background-color: #400622;
}
.BgClassName
{
background-color: #400622;
}
</style>
border-color css
<style>
span { border-color: #400622; }
span { border-color: rgb(64,6,34); }
td.TdClassName
{
border-color: #400622;
}
.TagClassName
{
border-color: #400622;
}
</style>