Shades of Blackberry #4B0F3B
Tints of Blackberry #4B0F3B
RGB
CMYK
RGB Variations
Color information
#4B0F3B (or 0x4B0F3B) is known color: Blackberry. HEX triplet: 4B, 0F and 3B. RGB value is (75,15,59). Sum of RGB (Red+Green+Blue) = 75+15+59=149 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.34% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0F3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0F3B is #B4F0C4. Grayscale: #252525. Windows color (decimal): -11858117 or 3870539. OLE color: 3870539.
HSL color Cylindrical-coordinate representation of color #4B0F3B: hue angle of 316º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B0F3B is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 15 | 59 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.71 |
| HSL | 316º | 0.67% | 0.18% | - |
| HSV(B) | 316º | 0.8% | 0.29% | - |
| XYZ | 3.86 | 2.15 | 4.35 | - |
| YUV | 37.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 15 | 59 | 0 | 0.80 | 0.21 | 0.71 | 316 | 0.67 | 0.18 |
| Hex | 4B | F | 3B | 0 | 50 | 15 | 47 | 13C | 43 | 12 |
| Octal | 113 | 17 | 73 | 0 | 120 | 25 | 107 | 474 | 103 | 22 |
| Binary | 1001011 | 1111 | 111011 | 0 | 1010000 | 10101 | 1000111 | 100111100 | 1000011 | 10010 |
Color Harmonies of #4B0F3B
Complementary color
Monochromatic Colors of #4B0F3B
Black with #4B0F3B
Text Example
Text Example
White with #4B0F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0F3B; }
p { color: rgb(75,15,59); }
H1.HeaderClassName
{
color: #4B0F3B;
}
.AnyTagClassName
{
color: #4B0F3B;
}
</style>
background-color css
<style>
a { background-color: #4B0F3B; }
a { background-color: rgb(75,15,59); }
div.DivClassName
{
background-color: #4B0F3B;
}
.BgClassName
{
background-color: #4B0F3B;
}
</style>
border-color css
<style>
span { border-color: #4B0F3B; }
span { border-color: rgb(75,15,59); }
td.TdClassName
{
border-color: #4B0F3B;
}
.TagClassName
{
border-color: #4B0F3B;
}
</style>