Shades of Blackberry #40072B
Tints of Blackberry #40072B
RGB
CMYK
RGB Variations
Color information
#40072B (or 0x40072B) is known color: Blackberry. HEX triplet: 40, 07 and 2B. RGB value is (64,7,43). Sum of RGB (Red+Green+Blue) = 64+7+43=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #40072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40072B is #BFF8D4. Grayscale: #1C1C1C. Windows color (decimal): -12581077 or 2819904. OLE color: 2819904.
HSL color Cylindrical-coordinate representation of color #40072B: hue angle of 322.11º 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 #40072B is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 7 | 43 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.75 |
| HSL | 322.11º | 0.8% | 0.14% | - |
| HSV(B) | 322.11º | 0.89% | 0.25% | - |
| XYZ | 2.63 | 1.42 | 2.42 | - |
| YUV | 28.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 43 | 0 | 0.89 | 0.33 | 0.75 | 322.11 | 0.8 | 0.14 |
| Hex | 40 | 7 | 2B | 0 | 59 | 21 | 4B | 142 | 50 | E |
| Octal | 100 | 7 | 53 | 0 | 131 | 41 | 113 | 502 | 120 | 16 |
| Binary | 1000000 | 111 | 101011 | 0 | 1011001 | 100001 | 1001011 | 101000010 | 1010000 | 1110 |
Color Harmonies of #40072B
Complementary color
Monochromatic Colors of #40072B
Black with #40072B
Text Example
Text Example
White with #40072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40072B; }
p { color: rgb(64,7,43); }
H1.HeaderClassName
{
color: #40072B;
}
.AnyTagClassName
{
color: #40072B;
}
</style>
background-color css
<style>
a { background-color: #40072B; }
a { background-color: rgb(64,7,43); }
div.DivClassName
{
background-color: #40072B;
}
.BgClassName
{
background-color: #40072B;
}
</style>
border-color css
<style>
span { border-color: #40072B; }
span { border-color: rgb(64,7,43); }
td.TdClassName
{
border-color: #40072B;
}
.TagClassName
{
border-color: #40072B;
}
</style>