Shades of Blackberry #400422
Tints of Blackberry #400422
RGB
CMYK
RGB Variations
Color information
#400422 (or 0x400422) is known color: Blackberry. HEX triplet: 40, 04 and 22. RGB value is (64,4,34). Sum of RGB (Red+Green+Blue) = 64+4+34=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 34 (13.67% from 255 or 33.33% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #400422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400422 is #BFFBDD. Grayscale: #191919. Windows color (decimal): -12581854 or 2229312. OLE color: 2229312.
HSL color Cylindrical-coordinate representation of color #400422: hue angle of 330º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400422 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 4 | 34 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.75 |
| HSL | 330º | 0.88% | 0.13% | - |
| HSV(B) | 330º | 0.94% | 0.25% | - |
| XYZ | 2.45 | 1.29 | 1.63 | - |
| YUV | 25.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 34 | 0 | 0.94 | 0.47 | 0.75 | 330 | 0.88 | 0.13 |
| Hex | 40 | 4 | 22 | 0 | 5E | 2F | 4B | 14A | 58 | D |
| Octal | 100 | 4 | 42 | 0 | 136 | 57 | 113 | 512 | 130 | 15 |
| Binary | 1000000 | 100 | 100010 | 0 | 1011110 | 101111 | 1001011 | 101001010 | 1011000 | 1101 |
Color Harmonies of #400422
Complementary color
Monochromatic Colors of #400422
Black with #400422
Text Example
Text Example
White with #400422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400422; }
p { color: rgb(64,4,34); }
H1.HeaderClassName
{
color: #400422;
}
.AnyTagClassName
{
color: #400422;
}
</style>
background-color css
<style>
a { background-color: #400422; }
a { background-color: rgb(64,4,34); }
div.DivClassName
{
background-color: #400422;
}
.BgClassName
{
background-color: #400422;
}
</style>
border-color css
<style>
span { border-color: #400422; }
span { border-color: rgb(64,4,34); }
td.TdClassName
{
border-color: #400422;
}
.TagClassName
{
border-color: #400422;
}
</style>