Shades of Blackberry #401433
Tints of Blackberry #401433
RGB
CMYK
RGB Variations
Color information
#401433 (or 0x401433) is known color: Blackberry. HEX triplet: 40, 14 and 33. RGB value is (64,20,51). Sum of RGB (Red+Green+Blue) = 64+20+51=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #401433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401433 is #BFEBCC. Grayscale: #242424. Windows color (decimal): -12577741 or 3347520. OLE color: 3347520.
HSL color Cylindrical-coordinate representation of color #401433: hue angle of 317.73º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #401433 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 20 | 51 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.75 |
| HSL | 317.73º | 0.52% | 0.16% | - |
| HSV(B) | 317.73º | 0.69% | 0.25% | - |
| XYZ | 2.96 | 1.83 | 3.33 | - |
| YUV | 36.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 20 | 51 | 0 | 0.69 | 0.20 | 0.75 | 317.73 | 0.52 | 0.16 |
| Hex | 40 | 14 | 33 | 0 | 45 | 14 | 4B | 13E | 34 | 10 |
| Octal | 100 | 24 | 63 | 0 | 105 | 24 | 113 | 476 | 64 | 20 |
| Binary | 1000000 | 10100 | 110011 | 0 | 1000101 | 10100 | 1001011 | 100111110 | 110100 | 10000 |
Color Harmonies of #401433
Complementary color
Monochromatic Colors of #401433
Black with #401433
Text Example
Text Example
White with #401433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401433; }
p { color: rgb(64,20,51); }
H1.HeaderClassName
{
color: #401433;
}
.AnyTagClassName
{
color: #401433;
}
</style>
background-color css
<style>
a { background-color: #401433; }
a { background-color: rgb(64,20,51); }
div.DivClassName
{
background-color: #401433;
}
.BgClassName
{
background-color: #401433;
}
</style>
border-color css
<style>
span { border-color: #401433; }
span { border-color: rgb(64,20,51); }
td.TdClassName
{
border-color: #401433;
}
.TagClassName
{
border-color: #401433;
}
</style>