Shades of Blackberry #40072A
Tints of Blackberry #40072A
RGB
CMYK
RGB Variations
Color information
#40072A (or 0x40072A) is known color: Blackberry. HEX triplet: 40, 07 and 2A. RGB value is (64,7,42). Sum of RGB (Red+Green+Blue) = 64+7+42=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #40072A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40072A is #BFF8D5. Grayscale: #1B1B1B. Windows color (decimal): -12581078 or 2754368. OLE color: 2754368.
HSL color Cylindrical-coordinate representation of color #40072A: hue angle of 323.16º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40072A is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 7 | 42 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.75 |
| HSL | 323.16º | 0.8% | 0.14% | - |
| HSV(B) | 323.16º | 0.89% | 0.25% | - |
| XYZ | 2.61 | 1.41 | 2.33 | - |
| YUV | 28.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 42 | 0 | 0.89 | 0.34 | 0.75 | 323.16 | 0.8 | 0.14 |
| Hex | 40 | 7 | 2A | 0 | 59 | 22 | 4B | 143 | 50 | E |
| Octal | 100 | 7 | 52 | 0 | 131 | 42 | 113 | 503 | 120 | 16 |
| Binary | 1000000 | 111 | 101010 | 0 | 1011001 | 100010 | 1001011 | 101000011 | 1010000 | 1110 |
Color Harmonies of #40072A
Complementary color
Monochromatic Colors of #40072A
Black with #40072A
Text Example
Text Example
White with #40072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40072A; }
p { color: rgb(64,7,42); }
H1.HeaderClassName
{
color: #40072A;
}
.AnyTagClassName
{
color: #40072A;
}
</style>
background-color css
<style>
a { background-color: #40072A; }
a { background-color: rgb(64,7,42); }
div.DivClassName
{
background-color: #40072A;
}
.BgClassName
{
background-color: #40072A;
}
</style>
border-color css
<style>
span { border-color: #40072A; }
span { border-color: rgb(64,7,42); }
td.TdClassName
{
border-color: #40072A;
}
.TagClassName
{
border-color: #40072A;
}
</style>