Shades of Blackberry #401736
Tints of Blackberry #401736
RGB
CMYK
RGB Variations
Color information
#401736 (or 0x401736) is known color: Blackberry. HEX triplet: 40, 17 and 36. RGB value is (64,23,54). Sum of RGB (Red+Green+Blue) = 64+23+54=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #401736 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401736 is #BFE8C9. Grayscale: #262626. Windows color (decimal): -12576970 or 3544896. OLE color: 3544896.
HSL color Cylindrical-coordinate representation of color #401736: hue angle of 314.63º 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 #401736 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 23 | 54 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.75 |
| HSL | 314.63º | 0.47% | 0.17% | - |
| HSV(B) | 314.63º | 0.64% | 0.25% | - |
| XYZ | 3.09 | 1.97 | 3.71 | - |
| YUV | 38.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 54 | 0 | 0.64 | 0.16 | 0.75 | 314.63 | 0.47 | 0.17 |
| Hex | 40 | 17 | 36 | 0 | 40 | 10 | 4B | 13B | 2F | 11 |
| Octal | 100 | 27 | 66 | 0 | 100 | 20 | 113 | 473 | 57 | 21 |
| Binary | 1000000 | 10111 | 110110 | 0 | 1000000 | 10000 | 1001011 | 100111011 | 101111 | 10001 |
Color Harmonies of #401736
Complementary color
Monochromatic Colors of #401736
Black with #401736
Text Example
Text Example
White with #401736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401736; }
p { color: rgb(64,23,54); }
H1.HeaderClassName
{
color: #401736;
}
.AnyTagClassName
{
color: #401736;
}
</style>
background-color css
<style>
a { background-color: #401736; }
a { background-color: rgb(64,23,54); }
div.DivClassName
{
background-color: #401736;
}
.BgClassName
{
background-color: #401736;
}
</style>
border-color css
<style>
span { border-color: #401736; }
span { border-color: rgb(64,23,54); }
td.TdClassName
{
border-color: #401736;
}
.TagClassName
{
border-color: #401736;
}
</style>