Shades of Blackberry #40051C
Tints of Blackberry #40051C
RGB
CMYK
RGB Variations
Color information
#40051C (or 0x40051C) is known color: Blackberry. HEX triplet: 40, 05 and 1C. RGB value is (64,5,28). Sum of RGB (Red+Green+Blue) = 64+5+28=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #40051C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40051C is #BFFAE3. Grayscale: #191919. Windows color (decimal): -12581604 or 1836352. OLE color: 1836352.
HSL color Cylindrical-coordinate representation of color #40051C: hue angle of 336.61º 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 #40051C is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 5 | 28 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.75 |
| HSL | 336.61º | 0.86% | 0.14% | - |
| HSV(B) | 336.61º | 0.92% | 0.25% | - |
| XYZ | 2.38 | 1.28 | 1.22 | - |
| YUV | 25.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 28 | 0 | 0.92 | 0.56 | 0.75 | 336.61 | 0.86 | 0.14 |
| Hex | 40 | 5 | 1C | 0 | 5C | 38 | 4B | 151 | 56 | E |
| Octal | 100 | 5 | 34 | 0 | 134 | 70 | 113 | 521 | 126 | 16 |
| Binary | 1000000 | 101 | 11100 | 0 | 1011100 | 111000 | 1001011 | 101010001 | 1010110 | 1110 |
Color Harmonies of #40051C
Complementary color
Monochromatic Colors of #40051C
Black with #40051C
Text Example
Text Example
White with #40051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40051C; }
p { color: rgb(64,5,28); }
H1.HeaderClassName
{
color: #40051C;
}
.AnyTagClassName
{
color: #40051C;
}
</style>
background-color css
<style>
a { background-color: #40051C; }
a { background-color: rgb(64,5,28); }
div.DivClassName
{
background-color: #40051C;
}
.BgClassName
{
background-color: #40051C;
}
</style>
border-color css
<style>
span { border-color: #40051C; }
span { border-color: rgb(64,5,28); }
td.TdClassName
{
border-color: #40051C;
}
.TagClassName
{
border-color: #40051C;
}
</style>