Shades of Blackberry #400325
Tints of Blackberry #400325
RGB
CMYK
RGB Variations
Color information
#400325 (or 0x400325) is known color: Blackberry. HEX triplet: 40, 03 and 25. RGB value is (64,3,37). Sum of RGB (Red+Green+Blue) = 64+3+37=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #400325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400325 is #BFFCDA. Grayscale: #191919. Windows color (decimal): -12582107 or 2425664. OLE color: 2425664.
HSL color Cylindrical-coordinate representation of color #400325: hue angle of 326.56º 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 #400325 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 3 | 37 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.75 |
| HSL | 326.56º | 0.91% | 0.13% | - |
| HSV(B) | 326.56º | 0.95% | 0.25% | - |
| XYZ | 2.48 | 1.29 | 1.87 | - |
| YUV | 25.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 37 | 0 | 0.95 | 0.42 | 0.75 | 326.56 | 0.91 | 0.13 |
| Hex | 40 | 3 | 25 | 0 | 5F | 2A | 4B | 147 | 5B | D |
| Octal | 100 | 3 | 45 | 0 | 137 | 52 | 113 | 507 | 133 | 15 |
| Binary | 1000000 | 11 | 100101 | 0 | 1011111 | 101010 | 1001011 | 101000111 | 1011011 | 1101 |
Color Harmonies of #400325
Complementary color
Monochromatic Colors of #400325
Black with #400325
Text Example
Text Example
White with #400325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400325; }
p { color: rgb(64,3,37); }
H1.HeaderClassName
{
color: #400325;
}
.AnyTagClassName
{
color: #400325;
}
</style>
background-color css
<style>
a { background-color: #400325; }
a { background-color: rgb(64,3,37); }
div.DivClassName
{
background-color: #400325;
}
.BgClassName
{
background-color: #400325;
}
</style>
border-color css
<style>
span { border-color: #400325; }
span { border-color: rgb(64,3,37); }
td.TdClassName
{
border-color: #400325;
}
.TagClassName
{
border-color: #400325;
}
</style>