Shades of Blackberry #400830
Tints of Blackberry #400830
RGB
CMYK
RGB Variations
Color information
#400830 (or 0x400830) is known color: Blackberry. HEX triplet: 40, 08 and 30. RGB value is (64,8,48). Sum of RGB (Red+Green+Blue) = 64+8+48=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #400830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400830 is #BFF7CF. Grayscale: #1D1D1D. Windows color (decimal): -12580816 or 3147840. OLE color: 3147840.
HSL color Cylindrical-coordinate representation of color #400830: hue angle of 317.14º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400830 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 8 | 48 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.75 |
| HSL | 317.14º | 0.78% | 0.14% | - |
| HSV(B) | 317.14º | 0.88% | 0.25% | - |
| XYZ | 2.73 | 1.48 | 2.94 | - |
| YUV | 29.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 48 | 0 | 0.87 | 0.25 | 0.75 | 317.14 | 0.78 | 0.14 |
| Hex | 40 | 8 | 30 | 0 | 57 | 19 | 4B | 13D | 4E | E |
| Octal | 100 | 10 | 60 | 0 | 127 | 31 | 113 | 475 | 116 | 16 |
| Binary | 1000000 | 1000 | 110000 | 0 | 1010111 | 11001 | 1001011 | 100111101 | 1001110 | 1110 |
Color Harmonies of #400830
Complementary color
Monochromatic Colors of #400830
Black with #400830
Text Example
Text Example
White with #400830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400830; }
p { color: rgb(64,8,48); }
H1.HeaderClassName
{
color: #400830;
}
.AnyTagClassName
{
color: #400830;
}
</style>
background-color css
<style>
a { background-color: #400830; }
a { background-color: rgb(64,8,48); }
div.DivClassName
{
background-color: #400830;
}
.BgClassName
{
background-color: #400830;
}
</style>
border-color css
<style>
span { border-color: #400830; }
span { border-color: rgb(64,8,48); }
td.TdClassName
{
border-color: #400830;
}
.TagClassName
{
border-color: #400830;
}
</style>