Shades of Blackberry #400F35
Tints of Blackberry #400F35
RGB
CMYK
RGB Variations
Color information
#400F35 (or 0x400F35) is known color: Blackberry. HEX triplet: 40, 0F and 35. RGB value is (64,15,53). Sum of RGB (Red+Green+Blue) = 64+15+53=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #400F35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F35 is #BFF0CA. Grayscale: #212121. Windows color (decimal): -12579019 or 3477312. OLE color: 3477312.
HSL color Cylindrical-coordinate representation of color #400F35: hue angle of 313.47º 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 #400F35 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 15 | 53 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.75 |
| HSL | 313.47º | 0.62% | 0.15% | - |
| HSV(B) | 313.47º | 0.77% | 0.25% | - |
| XYZ | 2.93 | 1.69 | 3.54 | - |
| YUV | 33.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 53 | 0 | 0.77 | 0.17 | 0.75 | 313.47 | 0.62 | 0.15 |
| Hex | 40 | F | 35 | 0 | 4D | 11 | 4B | 139 | 3E | F |
| Octal | 100 | 17 | 65 | 0 | 115 | 21 | 113 | 471 | 76 | 17 |
| Binary | 1000000 | 1111 | 110101 | 0 | 1001101 | 10001 | 1001011 | 100111001 | 111110 | 1111 |
Color Harmonies of #400F35
Complementary color
Monochromatic Colors of #400F35
Black with #400F35
Text Example
Text Example
White with #400F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F35; }
p { color: rgb(64,15,53); }
H1.HeaderClassName
{
color: #400F35;
}
.AnyTagClassName
{
color: #400F35;
}
</style>
background-color css
<style>
a { background-color: #400F35; }
a { background-color: rgb(64,15,53); }
div.DivClassName
{
background-color: #400F35;
}
.BgClassName
{
background-color: #400F35;
}
</style>
border-color css
<style>
span { border-color: #400F35; }
span { border-color: rgb(64,15,53); }
td.TdClassName
{
border-color: #400F35;
}
.TagClassName
{
border-color: #400F35;
}
</style>