Shades of Blackberry #40051F
Tints of Blackberry #40051F
RGB
CMYK
RGB Variations
Color information
#40051F (or 0x40051F) is known color: Blackberry. HEX triplet: 40, 05 and 1F. RGB value is (64,5,31). Sum of RGB (Red+Green+Blue) = 64+5+31=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #40051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40051F is #BFFAE0. Grayscale: #191919. Windows color (decimal): -12581601 or 2032960. OLE color: 2032960.
HSL color Cylindrical-coordinate representation of color #40051F: hue angle of 333.56º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40051F is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 5 | 31 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.75 |
| HSL | 333.56º | 0.86% | 0.14% | - |
| HSV(B) | 333.56º | 0.92% | 0.25% | - |
| XYZ | 2.42 | 1.3 | 1.42 | - |
| YUV | 25.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 31 | 0 | 0.92 | 0.52 | 0.75 | 333.56 | 0.86 | 0.14 |
| Hex | 40 | 5 | 1F | 0 | 5C | 34 | 4B | 14E | 56 | E |
| Octal | 100 | 5 | 37 | 0 | 134 | 64 | 113 | 516 | 126 | 16 |
| Binary | 1000000 | 101 | 11111 | 0 | 1011100 | 110100 | 1001011 | 101001110 | 1010110 | 1110 |
Color Harmonies of #40051F
Complementary color
Monochromatic Colors of #40051F
Black with #40051F
Text Example
Text Example
White with #40051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40051F; }
p { color: rgb(64,5,31); }
H1.HeaderClassName
{
color: #40051F;
}
.AnyTagClassName
{
color: #40051F;
}
</style>
background-color css
<style>
a { background-color: #40051F; }
a { background-color: rgb(64,5,31); }
div.DivClassName
{
background-color: #40051F;
}
.BgClassName
{
background-color: #40051F;
}
</style>
border-color css
<style>
span { border-color: #40051F; }
span { border-color: rgb(64,5,31); }
td.TdClassName
{
border-color: #40051F;
}
.TagClassName
{
border-color: #40051F;
}
</style>