Shades of Blackberry #40152B
Tints of Blackberry #40152B
RGB
CMYK
RGB Variations
Color information
#40152B (or 0x40152B) is known color: Blackberry. HEX triplet: 40, 15 and 2B. RGB value is (64,21,43). Sum of RGB (Red+Green+Blue) = 64+21+43=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #40152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40152B is #BFEAD4. Grayscale: #242424. Windows color (decimal): -12577493 or 2823488. OLE color: 2823488.
HSL color Cylindrical-coordinate representation of color #40152B: hue angle of 329.3º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40152B is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 21 | 43 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.75 |
| HSL | 329.3º | 0.51% | 0.17% | - |
| HSV(B) | 329.3º | 0.67% | 0.25% | - |
| XYZ | 2.82 | 1.8 | 2.48 | - |
| YUV | 36.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 43 | 0 | 0.67 | 0.33 | 0.75 | 329.3 | 0.51 | 0.17 |
| Hex | 40 | 15 | 2B | 0 | 43 | 21 | 4B | 149 | 33 | 11 |
| Octal | 100 | 25 | 53 | 0 | 103 | 41 | 113 | 511 | 63 | 21 |
| Binary | 1000000 | 10101 | 101011 | 0 | 1000011 | 100001 | 1001011 | 101001001 | 110011 | 10001 |
Color Harmonies of #40152B
Complementary color
Monochromatic Colors of #40152B
Black with #40152B
Text Example
Text Example
White with #40152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40152B; }
p { color: rgb(64,21,43); }
H1.HeaderClassName
{
color: #40152B;
}
.AnyTagClassName
{
color: #40152B;
}
</style>
background-color css
<style>
a { background-color: #40152B; }
a { background-color: rgb(64,21,43); }
div.DivClassName
{
background-color: #40152B;
}
.BgClassName
{
background-color: #40152B;
}
</style>
border-color css
<style>
span { border-color: #40152B; }
span { border-color: rgb(64,21,43); }
td.TdClassName
{
border-color: #40152B;
}
.TagClassName
{
border-color: #40152B;
}
</style>