Shades of Blackberry #400F32
Tints of Blackberry #400F32
RGB
CMYK
RGB Variations
Color information
#400F32 (or 0x400F32) is known color: Blackberry. HEX triplet: 40, 0F and 32. RGB value is (64,15,50). Sum of RGB (Red+Green+Blue) = 64+15+50=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #400F32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F32 is #BFF0CD. Grayscale: #212121. Windows color (decimal): -12579022 or 3280704. OLE color: 3280704.
HSL color Cylindrical-coordinate representation of color #400F32: hue angle of 317.14º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #400F32 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 15 | 50 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.75 |
| HSL | 317.14º | 0.62% | 0.15% | - |
| HSV(B) | 317.14º | 0.77% | 0.25% | - |
| XYZ | 2.86 | 1.66 | 3.19 | - |
| YUV | 33.64 | 137.23 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 50 | 0 | 0.77 | 0.22 | 0.75 | 317.14 | 0.62 | 0.15 |
| Hex | 40 | F | 32 | 0 | 4D | 16 | 4B | 13D | 3E | F |
| Octal | 100 | 17 | 62 | 0 | 115 | 26 | 113 | 475 | 76 | 17 |
| Binary | 1000000 | 1111 | 110010 | 0 | 1001101 | 10110 | 1001011 | 100111101 | 111110 | 1111 |
Color Harmonies of #400F32
Complementary color
Monochromatic Colors of #400F32
Black with #400F32
Text Example
Text Example
White with #400F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F32; }
p { color: rgb(64,15,50); }
H1.HeaderClassName
{
color: #400F32;
}
.AnyTagClassName
{
color: #400F32;
}
</style>
background-color css
<style>
a { background-color: #400F32; }
a { background-color: rgb(64,15,50); }
div.DivClassName
{
background-color: #400F32;
}
.BgClassName
{
background-color: #400F32;
}
</style>
border-color css
<style>
span { border-color: #400F32; }
span { border-color: rgb(64,15,50); }
td.TdClassName
{
border-color: #400F32;
}
.TagClassName
{
border-color: #400F32;
}
</style>