Shades of Blackberry #400433
Tints of Blackberry #400433
RGB
CMYK
RGB Variations
Color information
#400433 (or 0x400433) is known color: Blackberry. HEX triplet: 40, 04 and 33. RGB value is (64,4,51). Sum of RGB (Red+Green+Blue) = 64+4+51=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #400433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400433 is #BFFBCC. Grayscale: #1B1B1B. Windows color (decimal): -12581837 or 3343424. OLE color: 3343424.
HSL color Cylindrical-coordinate representation of color #400433: hue angle of 313º 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 #400433 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 4 | 51 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.75 |
| HSL | 313º | 0.88% | 0.13% | - |
| HSV(B) | 313º | 0.94% | 0.25% | - |
| XYZ | 2.76 | 1.42 | 3.26 | - |
| YUV | 27.3 | 141.38 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 51 | 0 | 0.94 | 0.20 | 0.75 | 313 | 0.88 | 0.13 |
| Hex | 40 | 4 | 33 | 0 | 5E | 14 | 4B | 139 | 58 | D |
| Octal | 100 | 4 | 63 | 0 | 136 | 24 | 113 | 471 | 130 | 15 |
| Binary | 1000000 | 100 | 110011 | 0 | 1011110 | 10100 | 1001011 | 100111001 | 1011000 | 1101 |
Color Harmonies of #400433
Complementary color
Monochromatic Colors of #400433
Black with #400433
Text Example
Text Example
White with #400433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400433; }
p { color: rgb(64,4,51); }
H1.HeaderClassName
{
color: #400433;
}
.AnyTagClassName
{
color: #400433;
}
</style>
background-color css
<style>
a { background-color: #400433; }
a { background-color: rgb(64,4,51); }
div.DivClassName
{
background-color: #400433;
}
.BgClassName
{
background-color: #400433;
}
</style>
border-color css
<style>
span { border-color: #400433; }
span { border-color: rgb(64,4,51); }
td.TdClassName
{
border-color: #400433;
}
.TagClassName
{
border-color: #400433;
}
</style>