Shades of Blackberry #401936
Tints of Blackberry #401936
RGB
CMYK
RGB Variations
Color information
#401936 (or 0x401936) is known color: Blackberry. HEX triplet: 40, 19 and 36. RGB value is (64,25,54). Sum of RGB (Red+Green+Blue) = 64+25+54=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #401936 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401936 is #BFE6C9. Grayscale: #272727. Windows color (decimal): -12576458 or 3545408. OLE color: 3545408.
HSL color Cylindrical-coordinate representation of color #401936: hue angle of 315.38º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #401936 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 25 | 54 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.75 |
| HSL | 315.38º | 0.44% | 0.17% | - |
| HSV(B) | 315.38º | 0.61% | 0.25% | - |
| XYZ | 3.13 | 2.05 | 3.72 | - |
| YUV | 39.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 54 | 0 | 0.61 | 0.16 | 0.75 | 315.38 | 0.44 | 0.17 |
| Hex | 40 | 19 | 36 | 0 | 3D | 10 | 4B | 13B | 2C | 11 |
| Octal | 100 | 31 | 66 | 0 | 75 | 20 | 113 | 473 | 54 | 21 |
| Binary | 1000000 | 11001 | 110110 | 0 | 111101 | 10000 | 1001011 | 100111011 | 101100 | 10001 |
Color Harmonies of #401936
Complementary color
Monochromatic Colors of #401936
Black with #401936
Text Example
Text Example
White with #401936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401936; }
p { color: rgb(64,25,54); }
H1.HeaderClassName
{
color: #401936;
}
.AnyTagClassName
{
color: #401936;
}
</style>
background-color css
<style>
a { background-color: #401936; }
a { background-color: rgb(64,25,54); }
div.DivClassName
{
background-color: #401936;
}
.BgClassName
{
background-color: #401936;
}
</style>
border-color css
<style>
span { border-color: #401936; }
span { border-color: rgb(64,25,54); }
td.TdClassName
{
border-color: #401936;
}
.TagClassName
{
border-color: #401936;
}
</style>