Shades of Blackberry #40062F
Tints of Blackberry #40062F
RGB
CMYK
RGB Variations
Color information
#40062F (or 0x40062F) is known color: Blackberry. HEX triplet: 40, 06 and 2F. RGB value is (64,6,47). Sum of RGB (Red+Green+Blue) = 64+6+47=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #40062F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40062F is #BFF9D0. Grayscale: #1B1B1B. Windows color (decimal): -12581329 or 3081792. OLE color: 3081792.
HSL color Cylindrical-coordinate representation of color #40062F: hue angle of 317.59º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40062F is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 6 | 47 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.75 |
| HSL | 317.59º | 0.83% | 0.14% | - |
| HSV(B) | 317.59º | 0.91% | 0.25% | - |
| XYZ | 2.69 | 1.43 | 2.82 | - |
| YUV | 28.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 47 | 0 | 0.91 | 0.27 | 0.75 | 317.59 | 0.83 | 0.14 |
| Hex | 40 | 6 | 2F | 0 | 5B | 1B | 4B | 13E | 53 | E |
| Octal | 100 | 6 | 57 | 0 | 133 | 33 | 113 | 476 | 123 | 16 |
| Binary | 1000000 | 110 | 101111 | 0 | 1011011 | 11011 | 1001011 | 100111110 | 1010011 | 1110 |
Color Harmonies of #40062F
Complementary color
Monochromatic Colors of #40062F
Black with #40062F
Text Example
Text Example
White with #40062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40062F; }
p { color: rgb(64,6,47); }
H1.HeaderClassName
{
color: #40062F;
}
.AnyTagClassName
{
color: #40062F;
}
</style>
background-color css
<style>
a { background-color: #40062F; }
a { background-color: rgb(64,6,47); }
div.DivClassName
{
background-color: #40062F;
}
.BgClassName
{
background-color: #40062F;
}
</style>
border-color css
<style>
span { border-color: #40062F; }
span { border-color: rgb(64,6,47); }
td.TdClassName
{
border-color: #40062F;
}
.TagClassName
{
border-color: #40062F;
}
</style>