Shades of Blackberry #401834
Tints of Blackberry #401834
RGB
CMYK
RGB Variations
Color information
#401834 (or 0x401834) is known color: Blackberry. HEX triplet: 40, 18 and 34. RGB value is (64,24,52). Sum of RGB (Red+Green+Blue) = 64+24+52=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #401834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401834 is #BFE7CB. Grayscale: #272727. Windows color (decimal): -12576716 or 3414080. OLE color: 3414080.
HSL color Cylindrical-coordinate representation of color #401834: hue angle of 318º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #401834 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 24 | 52 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.75 |
| HSL | 318º | 0.45% | 0.17% | - |
| HSV(B) | 318º | 0.63% | 0.25% | - |
| XYZ | 3.06 | 1.99 | 3.47 | - |
| YUV | 39.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 52 | 0 | 0.62 | 0.19 | 0.75 | 318 | 0.45 | 0.17 |
| Hex | 40 | 18 | 34 | 0 | 3E | 13 | 4B | 13E | 2D | 11 |
| Octal | 100 | 30 | 64 | 0 | 76 | 23 | 113 | 476 | 55 | 21 |
| Binary | 1000000 | 11000 | 110100 | 0 | 111110 | 10011 | 1001011 | 100111110 | 101101 | 10001 |
Color Harmonies of #401834
Complementary color
Monochromatic Colors of #401834
Black with #401834
Text Example
Text Example
White with #401834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401834; }
p { color: rgb(64,24,52); }
H1.HeaderClassName
{
color: #401834;
}
.AnyTagClassName
{
color: #401834;
}
</style>
background-color css
<style>
a { background-color: #401834; }
a { background-color: rgb(64,24,52); }
div.DivClassName
{
background-color: #401834;
}
.BgClassName
{
background-color: #401834;
}
</style>
border-color css
<style>
span { border-color: #401834; }
span { border-color: rgb(64,24,52); }
td.TdClassName
{
border-color: #401834;
}
.TagClassName
{
border-color: #401834;
}
</style>