Shades of Blackberry #4B0A2F
Tints of Blackberry #4B0A2F
RGB
CMYK
RGB Variations
Color information
#4B0A2F (or 0x4B0A2F) is known color: Blackberry. HEX triplet: 4B, 0A and 2F. RGB value is (75,10,47). Sum of RGB (Red+Green+Blue) = 75+10+47=132 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.82% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0A2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0A2F is #B4F5D0. Grayscale: #212121. Windows color (decimal): -11859409 or 3082827. OLE color: 3082827.
HSL color Cylindrical-coordinate representation of color #4B0A2F: hue angle of 325.85º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B0A2F is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 10 | 47 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.71 |
| HSL | 325.85º | 0.76% | 0.17% | - |
| HSV(B) | 325.85º | 0.87% | 0.29% | - |
| XYZ | 3.52 | 1.92 | 2.87 | - |
| YUV | 33.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 10 | 47 | 0 | 0.87 | 0.37 | 0.71 | 325.85 | 0.76 | 0.17 |
| Hex | 4B | A | 2F | 0 | 57 | 25 | 47 | 146 | 4C | 11 |
| Octal | 113 | 12 | 57 | 0 | 127 | 45 | 107 | 506 | 114 | 21 |
| Binary | 1001011 | 1010 | 101111 | 0 | 1010111 | 100101 | 1000111 | 101000110 | 1001100 | 10001 |
Color Harmonies of #4B0A2F
Complementary color
Monochromatic Colors of #4B0A2F
Black with #4B0A2F
Text Example
Text Example
White with #4B0A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0A2F; }
p { color: rgb(75,10,47); }
H1.HeaderClassName
{
color: #4B0A2F;
}
.AnyTagClassName
{
color: #4B0A2F;
}
</style>
background-color css
<style>
a { background-color: #4B0A2F; }
a { background-color: rgb(75,10,47); }
div.DivClassName
{
background-color: #4B0A2F;
}
.BgClassName
{
background-color: #4B0A2F;
}
</style>
border-color css
<style>
span { border-color: #4B0A2F; }
span { border-color: rgb(75,10,47); }
td.TdClassName
{
border-color: #4B0A2F;
}
.TagClassName
{
border-color: #4B0A2F;
}
</style>