Shades of Blackberry #401733
Tints of Blackberry #401733
RGB
CMYK
RGB Variations
Color information
#401733 (or 0x401733) is known color: Blackberry. HEX triplet: 40, 17 and 33. RGB value is (64,23,51). Sum of RGB (Red+Green+Blue) = 64+23+51=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #401733 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401733 is #BFE8CC. Grayscale: #262626. Windows color (decimal): -12576973 or 3348288. OLE color: 3348288.
HSL color Cylindrical-coordinate representation of color #401733: hue angle of 319.02º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #401733 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 23 | 51 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.75 |
| HSL | 319.02º | 0.47% | 0.17% | - |
| HSV(B) | 319.02º | 0.64% | 0.25% | - |
| XYZ | 3.02 | 1.94 | 3.35 | - |
| YUV | 38.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 51 | 0 | 0.64 | 0.20 | 0.75 | 319.02 | 0.47 | 0.17 |
| Hex | 40 | 17 | 33 | 0 | 40 | 14 | 4B | 13F | 2F | 11 |
| Octal | 100 | 27 | 63 | 0 | 100 | 24 | 113 | 477 | 57 | 21 |
| Binary | 1000000 | 10111 | 110011 | 0 | 1000000 | 10100 | 1001011 | 100111111 | 101111 | 10001 |
Color Harmonies of #401733
Complementary color
Monochromatic Colors of #401733
Black with #401733
Text Example
Text Example
White with #401733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401733; }
p { color: rgb(64,23,51); }
H1.HeaderClassName
{
color: #401733;
}
.AnyTagClassName
{
color: #401733;
}
</style>
background-color css
<style>
a { background-color: #401733; }
a { background-color: rgb(64,23,51); }
div.DivClassName
{
background-color: #401733;
}
.BgClassName
{
background-color: #401733;
}
</style>
border-color css
<style>
span { border-color: #401733; }
span { border-color: rgb(64,23,51); }
td.TdClassName
{
border-color: #401733;
}
.TagClassName
{
border-color: #401733;
}
</style>