Shades of Blackberry #4B1F3D
Tints of Blackberry #4B1F3D
RGB
CMYK
RGB Variations
Color information
#4B1F3D (or 0x4B1F3D) is known color: Blackberry. HEX triplet: 4B, 1F and 3D. RGB value is (75,31,61). Sum of RGB (Red+Green+Blue) = 75+31+61=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1F3D is #B4E0C2. Grayscale: #2F2F2F. Windows color (decimal): -11854019 or 4005707. OLE color: 4005707.
HSL color Cylindrical-coordinate representation of color #4B1F3D: hue angle of 319.09º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B1F3D is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 31 | 61 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.71 |
| HSL | 319.09º | 0.42% | 0.21% | - |
| HSV(B) | 319.09º | 0.59% | 0.29% | - |
| XYZ | 4.23 | 2.81 | 4.73 | - |
| YUV | 47.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 31 | 61 | 0 | 0.59 | 0.19 | 0.71 | 319.09 | 0.42 | 0.21 |
| Hex | 4B | 1F | 3D | 0 | 3B | 13 | 47 | 13F | 2A | 15 |
| Octal | 113 | 37 | 75 | 0 | 73 | 23 | 107 | 477 | 52 | 25 |
| Binary | 1001011 | 11111 | 111101 | 0 | 111011 | 10011 | 1000111 | 100111111 | 101010 | 10101 |
Color Harmonies of #4B1F3D
Complementary color
Monochromatic Colors of #4B1F3D
Black with #4B1F3D
Text Example
Text Example
White with #4B1F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1F3D; }
p { color: rgb(75,31,61); }
H1.HeaderClassName
{
color: #4B1F3D;
}
.AnyTagClassName
{
color: #4B1F3D;
}
</style>
background-color css
<style>
a { background-color: #4B1F3D; }
a { background-color: rgb(75,31,61); }
div.DivClassName
{
background-color: #4B1F3D;
}
.BgClassName
{
background-color: #4B1F3D;
}
</style>
border-color css
<style>
span { border-color: #4B1F3D; }
span { border-color: rgb(75,31,61); }
td.TdClassName
{
border-color: #4B1F3D;
}
.TagClassName
{
border-color: #4B1F3D;
}
</style>