Shades of Blackberry #461E36
Tints of Blackberry #461E36
RGB
CMYK
RGB Variations
Color information
#461E36 (or 0x461E36) is known color: Blackberry. HEX triplet: 46, 1E and 36. RGB value is (70,30,54). Sum of RGB (Red+Green+Blue) = 70+30+54=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 54 (21.48% from 255 or 35.06% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #461E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461E36 is #B9E1C9. Grayscale: #2C2C2C. Windows color (decimal): -12181962 or 3546694. OLE color: 3546694.
HSL color Cylindrical-coordinate representation of color #461E36: hue angle of 324º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #461E36 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 30 | 54 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.73 |
| HSL | 324º | 0.4% | 0.2% | - |
| HSV(B) | 324º | 0.57% | 0.27% | - |
| XYZ | 3.66 | 2.5 | 3.78 | - |
| YUV | 44.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 54 | 0 | 0.57 | 0.23 | 0.73 | 324 | 0.4 | 0.2 |
| Hex | 46 | 1E | 36 | 0 | 39 | 17 | 49 | 144 | 28 | 14 |
| Octal | 106 | 36 | 66 | 0 | 71 | 27 | 111 | 504 | 50 | 24 |
| Binary | 1000110 | 11110 | 110110 | 0 | 111001 | 10111 | 1001001 | 101000100 | 101000 | 10100 |
Color Harmonies of #461E36
Complementary color
Monochromatic Colors of #461E36
Black with #461E36
Text Example
Text Example
White with #461E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E36; }
p { color: rgb(70,30,54); }
H1.HeaderClassName
{
color: #461E36;
}
.AnyTagClassName
{
color: #461E36;
}
</style>
background-color css
<style>
a { background-color: #461E36; }
a { background-color: rgb(70,30,54); }
div.DivClassName
{
background-color: #461E36;
}
.BgClassName
{
background-color: #461E36;
}
</style>
border-color css
<style>
span { border-color: #461E36; }
span { border-color: rgb(70,30,54); }
td.TdClassName
{
border-color: #461E36;
}
.TagClassName
{
border-color: #461E36;
}
</style>