Shades of Blackberry #461F34
Tints of Blackberry #461F34
RGB
CMYK
RGB Variations
Color information
#461F34 (or 0x461F34) is known color: Blackberry. HEX triplet: 46, 1F and 34. RGB value is (70,31,52). Sum of RGB (Red+Green+Blue) = 70+31+52=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #461F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461F34 is #B9E0CB. Grayscale: #2D2D2D. Windows color (decimal): -12181708 or 3415878. OLE color: 3415878.
HSL color Cylindrical-coordinate representation of color #461F34: hue angle of 327.69º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #461F34 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 31 | 52 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.73 |
| HSL | 327.69º | 0.39% | 0.2% | - |
| HSV(B) | 327.69º | 0.56% | 0.27% | - |
| XYZ | 3.64 | 2.53 | 3.55 | - |
| YUV | 45.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 52 | 0 | 0.56 | 0.26 | 0.73 | 327.69 | 0.39 | 0.2 |
| Hex | 46 | 1F | 34 | 0 | 38 | 1A | 49 | 148 | 27 | 14 |
| Octal | 106 | 37 | 64 | 0 | 70 | 32 | 111 | 510 | 47 | 24 |
| Binary | 1000110 | 11111 | 110100 | 0 | 111000 | 11010 | 1001001 | 101001000 | 100111 | 10100 |
Color Harmonies of #461F34
Complementary color
Monochromatic Colors of #461F34
Black with #461F34
Text Example
Text Example
White with #461F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461F34; }
p { color: rgb(70,31,52); }
H1.HeaderClassName
{
color: #461F34;
}
.AnyTagClassName
{
color: #461F34;
}
</style>
background-color css
<style>
a { background-color: #461F34; }
a { background-color: rgb(70,31,52); }
div.DivClassName
{
background-color: #461F34;
}
.BgClassName
{
background-color: #461F34;
}
</style>
border-color css
<style>
span { border-color: #461F34; }
span { border-color: rgb(70,31,52); }
td.TdClassName
{
border-color: #461F34;
}
.TagClassName
{
border-color: #461F34;
}
</style>