Shades of Blackberry #461B3A
Tints of Blackberry #461B3A
RGB
CMYK
RGB Variations
Color information
#461B3A (or 0x461B3A) is known color: Blackberry. HEX triplet: 46, 1B and 3A. RGB value is (70,27,58). Sum of RGB (Red+Green+Blue) = 70+27+58=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #461B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461B3A is #B9E4C5. Grayscale: #2B2B2B. Windows color (decimal): -12182726 or 3808070. OLE color: 3808070.
HSL color Cylindrical-coordinate representation of color #461B3A: hue angle of 316.74º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #461B3A is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 27 | 58 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.73 |
| HSL | 316.74º | 0.44% | 0.19% | - |
| HSV(B) | 316.74º | 0.61% | 0.27% | - |
| XYZ | 3.68 | 2.39 | 4.27 | - |
| YUV | 43.39 | 136.25 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 58 | 0 | 0.61 | 0.17 | 0.73 | 316.74 | 0.44 | 0.19 |
| Hex | 46 | 1B | 3A | 0 | 3D | 11 | 49 | 13D | 2C | 13 |
| Octal | 106 | 33 | 72 | 0 | 75 | 21 | 111 | 475 | 54 | 23 |
| Binary | 1000110 | 11011 | 111010 | 0 | 111101 | 10001 | 1001001 | 100111101 | 101100 | 10011 |
Color Harmonies of #461B3A
Complementary color
Monochromatic Colors of #461B3A
Black with #461B3A
Text Example
Text Example
White with #461B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461B3A; }
p { color: rgb(70,27,58); }
H1.HeaderClassName
{
color: #461B3A;
}
.AnyTagClassName
{
color: #461B3A;
}
</style>
background-color css
<style>
a { background-color: #461B3A; }
a { background-color: rgb(70,27,58); }
div.DivClassName
{
background-color: #461B3A;
}
.BgClassName
{
background-color: #461B3A;
}
</style>
border-color css
<style>
span { border-color: #461B3A; }
span { border-color: rgb(70,27,58); }
td.TdClassName
{
border-color: #461B3A;
}
.TagClassName
{
border-color: #461B3A;
}
</style>