Shades of Blackberry #400430
Tints of Blackberry #400430
RGB
CMYK
RGB Variations
Color information
#400430 (or 0x400430) is known color: Blackberry. HEX triplet: 40, 04 and 30. RGB value is (64,4,48). Sum of RGB (Red+Green+Blue) = 64+4+48=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #400430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400430 is #BFFBCF. Grayscale: #1A1A1A. Windows color (decimal): -12581840 or 3146816. OLE color: 3146816.
HSL color Cylindrical-coordinate representation of color #400430: hue angle of 316º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400430 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 4 | 48 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.75 |
| HSL | 316º | 0.88% | 0.13% | - |
| HSV(B) | 316º | 0.94% | 0.25% | - |
| XYZ | 2.69 | 1.39 | 2.92 | - |
| YUV | 26.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 48 | 0 | 0.94 | 0.25 | 0.75 | 316 | 0.88 | 0.13 |
| Hex | 40 | 4 | 30 | 0 | 5E | 19 | 4B | 13C | 58 | D |
| Octal | 100 | 4 | 60 | 0 | 136 | 31 | 113 | 474 | 130 | 15 |
| Binary | 1000000 | 100 | 110000 | 0 | 1011110 | 11001 | 1001011 | 100111100 | 1011000 | 1101 |
Color Harmonies of #400430
Complementary color
Monochromatic Colors of #400430
Black with #400430
Text Example
Text Example
White with #400430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400430; }
p { color: rgb(64,4,48); }
H1.HeaderClassName
{
color: #400430;
}
.AnyTagClassName
{
color: #400430;
}
</style>
background-color css
<style>
a { background-color: #400430; }
a { background-color: rgb(64,4,48); }
div.DivClassName
{
background-color: #400430;
}
.BgClassName
{
background-color: #400430;
}
</style>
border-color css
<style>
span { border-color: #400430; }
span { border-color: rgb(64,4,48); }
td.TdClassName
{
border-color: #400430;
}
.TagClassName
{
border-color: #400430;
}
</style>