Shades of Blackberry #4B012E
Tints of Blackberry #4B012E
RGB
CMYK
RGB Variations
Color information
#4B012E (or 0x4B012E) is known color: Blackberry. HEX triplet: 4B, 01 and 2E. RGB value is (75,1,46). Sum of RGB (Red+Green+Blue) = 75+1+46=122 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.48% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 75 - color contains mainly: red. Hex color #4B012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B012E is #B4FED1. Grayscale: #1C1C1C. Windows color (decimal): -11861714 or 3014987. OLE color: 3014987.
HSL color Cylindrical-coordinate representation of color #4B012E: hue angle of 323.51º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B012E is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.71 |
| HSL | 323.51º | 0.97% | 0.15% | - |
| HSV(B) | 323.51º | 0.99% | 0.29% | - |
| XYZ | 3.41 | 1.71 | 2.74 | - |
| YUV | 28.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 1 | 46 | 0 | 0.99 | 0.39 | 0.71 | 323.51 | 0.97 | 0.15 |
| Hex | 4B | 1 | 2E | 0 | 63 | 27 | 47 | 144 | 61 | F |
| Octal | 113 | 1 | 56 | 0 | 143 | 47 | 107 | 504 | 141 | 17 |
| Binary | 1001011 | 1 | 101110 | 0 | 1100011 | 100111 | 1000111 | 101000100 | 1100001 | 1111 |
Color Harmonies of #4B012E
Complementary color
Monochromatic Colors of #4B012E
Black with #4B012E
Text Example
Text Example
White with #4B012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B012E; }
p { color: rgb(75,1,46); }
H1.HeaderClassName
{
color: #4B012E;
}
.AnyTagClassName
{
color: #4B012E;
}
</style>
background-color css
<style>
a { background-color: #4B012E; }
a { background-color: rgb(75,1,46); }
div.DivClassName
{
background-color: #4B012E;
}
.BgClassName
{
background-color: #4B012E;
}
</style>
border-color css
<style>
span { border-color: #4B012E; }
span { border-color: rgb(75,1,46); }
td.TdClassName
{
border-color: #4B012E;
}
.TagClassName
{
border-color: #4B012E;
}
</style>