Shades of Blackberry #40162B
Tints of Blackberry #40162B
RGB
CMYK
RGB Variations
Color information
#40162B (or 0x40162B) is known color: Blackberry. HEX triplet: 40, 16 and 2B. RGB value is (64,22,43). Sum of RGB (Red+Green+Blue) = 64+22+43=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #40162B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40162B is #BFE9D4. Grayscale: #242424. Windows color (decimal): -12577237 or 2823744. OLE color: 2823744.
HSL color Cylindrical-coordinate representation of color #40162B: hue angle of 330º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40162B is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 22 | 43 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.75 |
| HSL | 330º | 0.49% | 0.17% | - |
| HSV(B) | 330º | 0.66% | 0.25% | - |
| XYZ | 2.84 | 1.84 | 2.49 | - |
| YUV | 36.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 22 | 43 | 0 | 0.66 | 0.33 | 0.75 | 330 | 0.49 | 0.17 |
| Hex | 40 | 16 | 2B | 0 | 42 | 21 | 4B | 14A | 31 | 11 |
| Octal | 100 | 26 | 53 | 0 | 102 | 41 | 113 | 512 | 61 | 21 |
| Binary | 1000000 | 10110 | 101011 | 0 | 1000010 | 100001 | 1001011 | 101001010 | 110001 | 10001 |
Color Harmonies of #40162B
Complementary color
Monochromatic Colors of #40162B
Black with #40162B
Text Example
Text Example
White with #40162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40162B; }
p { color: rgb(64,22,43); }
H1.HeaderClassName
{
color: #40162B;
}
.AnyTagClassName
{
color: #40162B;
}
</style>
background-color css
<style>
a { background-color: #40162B; }
a { background-color: rgb(64,22,43); }
div.DivClassName
{
background-color: #40162B;
}
.BgClassName
{
background-color: #40162B;
}
</style>
border-color css
<style>
span { border-color: #40162B; }
span { border-color: rgb(64,22,43); }
td.TdClassName
{
border-color: #40162B;
}
.TagClassName
{
border-color: #40162B;
}
</style>