Shades of Blackberry #40172F
Tints of Blackberry #40172F
RGB
CMYK
RGB Variations
Color information
#40172F (or 0x40172F) is known color: Blackberry. HEX triplet: 40, 17 and 2F. RGB value is (64,23,47). Sum of RGB (Red+Green+Blue) = 64+23+47=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #40172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40172F is #BFE8D0. Grayscale: #252525. Windows color (decimal): -12576977 or 3086144. OLE color: 3086144.
HSL color Cylindrical-coordinate representation of color #40172F: hue angle of 324.88º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40172F is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 23 | 47 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.75 |
| HSL | 324.88º | 0.47% | 0.17% | - |
| HSV(B) | 324.88º | 0.64% | 0.25% | - |
| XYZ | 2.93 | 1.91 | 2.9 | - |
| YUV | 38 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 47 | 0 | 0.64 | 0.27 | 0.75 | 324.88 | 0.47 | 0.17 |
| Hex | 40 | 17 | 2F | 0 | 40 | 1B | 4B | 145 | 2F | 11 |
| Octal | 100 | 27 | 57 | 0 | 100 | 33 | 113 | 505 | 57 | 21 |
| Binary | 1000000 | 10111 | 101111 | 0 | 1000000 | 11011 | 1001011 | 101000101 | 101111 | 10001 |
Color Harmonies of #40172F
Complementary color
Monochromatic Colors of #40172F
Black with #40172F
Text Example
Text Example
White with #40172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40172F; }
p { color: rgb(64,23,47); }
H1.HeaderClassName
{
color: #40172F;
}
.AnyTagClassName
{
color: #40172F;
}
</style>
background-color css
<style>
a { background-color: #40172F; }
a { background-color: rgb(64,23,47); }
div.DivClassName
{
background-color: #40172F;
}
.BgClassName
{
background-color: #40172F;
}
</style>
border-color css
<style>
span { border-color: #40172F; }
span { border-color: rgb(64,23,47); }
td.TdClassName
{
border-color: #40172F;
}
.TagClassName
{
border-color: #40172F;
}
</style>