Shades of Blackberry #461835
Tints of Blackberry #461835
RGB
CMYK
RGB Variations
Color information
#461835 (or 0x461835) is known color: Blackberry. HEX triplet: 46, 18 and 35. RGB value is (70,24,53). Sum of RGB (Red+Green+Blue) = 70+24+53=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #461835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461835 is #B9E7CA. Grayscale: #282828. Windows color (decimal): -12183499 or 3479622. OLE color: 3479622.
HSL color Cylindrical-coordinate representation of color #461835: hue angle of 322.17º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #461835 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 24 | 53 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.73 |
| HSL | 322.17º | 0.49% | 0.18% | - |
| HSV(B) | 322.17º | 0.66% | 0.27% | - |
| XYZ | 3.5 | 2.21 | 3.61 | - |
| YUV | 41.06 | 134.74 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 53 | 0 | 0.66 | 0.24 | 0.73 | 322.17 | 0.49 | 0.18 |
| Hex | 46 | 18 | 35 | 0 | 42 | 18 | 49 | 142 | 31 | 12 |
| Octal | 106 | 30 | 65 | 0 | 102 | 30 | 111 | 502 | 61 | 22 |
| Binary | 1000110 | 11000 | 110101 | 0 | 1000010 | 11000 | 1001001 | 101000010 | 110001 | 10010 |
Color Harmonies of #461835
Complementary color
Monochromatic Colors of #461835
Black with #461835
Text Example
Text Example
White with #461835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461835; }
p { color: rgb(70,24,53); }
H1.HeaderClassName
{
color: #461835;
}
.AnyTagClassName
{
color: #461835;
}
</style>
background-color css
<style>
a { background-color: #461835; }
a { background-color: rgb(70,24,53); }
div.DivClassName
{
background-color: #461835;
}
.BgClassName
{
background-color: #461835;
}
</style>
border-color css
<style>
span { border-color: #461835; }
span { border-color: rgb(70,24,53); }
td.TdClassName
{
border-color: #461835;
}
.TagClassName
{
border-color: #461835;
}
</style>