Shades of Blackberry #400F2F
Tints of Blackberry #400F2F
RGB
CMYK
RGB Variations
Color information
#400F2F (or 0x400F2F) is known color: Blackberry. HEX triplet: 40, 0F and 2F. RGB value is (64,15,47). Sum of RGB (Red+Green+Blue) = 64+15+47=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #400F2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F2F is #BFF0D0. Grayscale: #212121. Windows color (decimal): -12579025 or 3084096. OLE color: 3084096.
HSL color Cylindrical-coordinate representation of color #400F2F: hue angle of 320.82º 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 #400F2F is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 15 | 47 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.75 |
| HSL | 320.82º | 0.62% | 0.15% | - |
| HSV(B) | 320.82º | 0.77% | 0.25% | - |
| XYZ | 2.8 | 1.64 | 2.86 | - |
| YUV | 33.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 47 | 0 | 0.77 | 0.27 | 0.75 | 320.82 | 0.62 | 0.15 |
| Hex | 40 | F | 2F | 0 | 4D | 1B | 4B | 141 | 3E | F |
| Octal | 100 | 17 | 57 | 0 | 115 | 33 | 113 | 501 | 76 | 17 |
| Binary | 1000000 | 1111 | 101111 | 0 | 1001101 | 11011 | 1001011 | 101000001 | 111110 | 1111 |
Color Harmonies of #400F2F
Complementary color
Monochromatic Colors of #400F2F
Black with #400F2F
Text Example
Text Example
White with #400F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F2F; }
p { color: rgb(64,15,47); }
H1.HeaderClassName
{
color: #400F2F;
}
.AnyTagClassName
{
color: #400F2F;
}
</style>
background-color css
<style>
a { background-color: #400F2F; }
a { background-color: rgb(64,15,47); }
div.DivClassName
{
background-color: #400F2F;
}
.BgClassName
{
background-color: #400F2F;
}
</style>
border-color css
<style>
span { border-color: #400F2F; }
span { border-color: rgb(64,15,47); }
td.TdClassName
{
border-color: #400F2F;
}
.TagClassName
{
border-color: #400F2F;
}
</style>