Shades of Blackberry #461A2D
Tints of Blackberry #461A2D
RGB
CMYK
RGB Variations
Color information
#461A2D (or 0x461A2D) is known color: Blackberry. HEX triplet: 46, 1A and 2D. RGB value is (70,26,45). Sum of RGB (Red+Green+Blue) = 70+26+45=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #461A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461A2D is #B9E5D2. Grayscale: #292929. Windows color (decimal): -12182995 or 2955846. OLE color: 2955846.
HSL color Cylindrical-coordinate representation of color #461A2D: hue angle of 334.09º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #461A2D is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 26 | 45 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.73 |
| HSL | 334.09º | 0.46% | 0.19% | - |
| HSV(B) | 334.09º | 0.63% | 0.27% | - |
| XYZ | 3.37 | 2.23 | 2.74 | - |
| YUV | 41.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 45 | 0 | 0.63 | 0.36 | 0.73 | 334.09 | 0.46 | 0.19 |
| Hex | 46 | 1A | 2D | 0 | 3F | 24 | 49 | 14E | 2E | 13 |
| Octal | 106 | 32 | 55 | 0 | 77 | 44 | 111 | 516 | 56 | 23 |
| Binary | 1000110 | 11010 | 101101 | 0 | 111111 | 100100 | 1001001 | 101001110 | 101110 | 10011 |
Color Harmonies of #461A2D
Complementary color
Monochromatic Colors of #461A2D
Black with #461A2D
Text Example
Text Example
White with #461A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A2D; }
p { color: rgb(70,26,45); }
H1.HeaderClassName
{
color: #461A2D;
}
.AnyTagClassName
{
color: #461A2D;
}
</style>
background-color css
<style>
a { background-color: #461A2D; }
a { background-color: rgb(70,26,45); }
div.DivClassName
{
background-color: #461A2D;
}
.BgClassName
{
background-color: #461A2D;
}
</style>
border-color css
<style>
span { border-color: #461A2D; }
span { border-color: rgb(70,26,45); }
td.TdClassName
{
border-color: #461A2D;
}
.TagClassName
{
border-color: #461A2D;
}
</style>