Shades of Blackberry #400722
Tints of Blackberry #400722
RGB
CMYK
RGB Variations
Color information
#400722 (or 0x400722) is known color: Blackberry. HEX triplet: 40, 07 and 22. RGB value is (64,7,34). Sum of RGB (Red+Green+Blue) = 64+7+34=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #400722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400722 is #BFF8DD. Grayscale: #1B1B1B. Windows color (decimal): -12581086 or 2230080. OLE color: 2230080.
HSL color Cylindrical-coordinate representation of color #400722: hue angle of 331.58º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #400722 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 7 | 34 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.75 |
| HSL | 331.58º | 0.8% | 0.14% | - |
| HSV(B) | 331.58º | 0.89% | 0.25% | - |
| XYZ | 2.48 | 1.36 | 1.64 | - |
| YUV | 27.12 | 131.88 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 34 | 0 | 0.89 | 0.47 | 0.75 | 331.58 | 0.8 | 0.14 |
| Hex | 40 | 7 | 22 | 0 | 59 | 2F | 4B | 14C | 50 | E |
| Octal | 100 | 7 | 42 | 0 | 131 | 57 | 113 | 514 | 120 | 16 |
| Binary | 1000000 | 111 | 100010 | 0 | 1011001 | 101111 | 1001011 | 101001100 | 1010000 | 1110 |
Color Harmonies of #400722
Complementary color
Monochromatic Colors of #400722
Black with #400722
Text Example
Text Example
White with #400722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400722; }
p { color: rgb(64,7,34); }
H1.HeaderClassName
{
color: #400722;
}
.AnyTagClassName
{
color: #400722;
}
</style>
background-color css
<style>
a { background-color: #400722; }
a { background-color: rgb(64,7,34); }
div.DivClassName
{
background-color: #400722;
}
.BgClassName
{
background-color: #400722;
}
</style>
border-color css
<style>
span { border-color: #400722; }
span { border-color: rgb(64,7,34); }
td.TdClassName
{
border-color: #400722;
}
.TagClassName
{
border-color: #400722;
}
</style>