Shades of Blackberry #400133
Tints of Blackberry #400133
RGB
CMYK
RGB Variations
Color information
#400133 (or 0x400133) is known color: Blackberry. HEX triplet: 40, 01 and 33. RGB value is (64,1,51). Sum of RGB (Red+Green+Blue) = 64+1+51=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #400133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400133 is #BFFECC. Grayscale: #191919. Windows color (decimal): -12582605 or 3342656. OLE color: 3342656.
HSL color Cylindrical-coordinate representation of color #400133: hue angle of 312.38º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400133 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 1 | 51 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.75 |
| HSL | 312.38º | 0.97% | 0.13% | - |
| HSV(B) | 312.38º | 0.98% | 0.25% | - |
| XYZ | 2.72 | 1.35 | 3.25 | - |
| YUV | 25.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 51 | 0 | 0.98 | 0.20 | 0.75 | 312.38 | 0.97 | 0.13 |
| Hex | 40 | 1 | 33 | 0 | 62 | 14 | 4B | 138 | 61 | D |
| Octal | 100 | 1 | 63 | 0 | 142 | 24 | 113 | 470 | 141 | 15 |
| Binary | 1000000 | 1 | 110011 | 0 | 1100010 | 10100 | 1001011 | 100111000 | 1100001 | 1101 |
Color Harmonies of #400133
Complementary color
Monochromatic Colors of #400133
Black with #400133
Text Example
Text Example
White with #400133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400133; }
p { color: rgb(64,1,51); }
H1.HeaderClassName
{
color: #400133;
}
.AnyTagClassName
{
color: #400133;
}
</style>
background-color css
<style>
a { background-color: #400133; }
a { background-color: rgb(64,1,51); }
div.DivClassName
{
background-color: #400133;
}
.BgClassName
{
background-color: #400133;
}
</style>
border-color css
<style>
span { border-color: #400133; }
span { border-color: rgb(64,1,51); }
td.TdClassName
{
border-color: #400133;
}
.TagClassName
{
border-color: #400133;
}
</style>