Shades of Blackberry #4B123E
Tints of Blackberry #4B123E
RGB
CMYK
RGB Variations
Color information
#4B123E (or 0x4B123E) is known color: Blackberry. HEX triplet: 4B, 12 and 3E. RGB value is (75,18,62). Sum of RGB (Red+Green+Blue) = 75+18+62=155 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.39% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 75 - color contains mainly: red. Hex color #4B123E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B123E is #B4EDC1. Grayscale: #272727. Windows color (decimal): -11857346 or 4067915. OLE color: 4067915.
HSL color Cylindrical-coordinate representation of color #4B123E: hue angle of 313.68º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B123E is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 18 | 62 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.71 |
| HSL | 313.68º | 0.61% | 0.18% | - |
| HSV(B) | 313.68º | 0.76% | 0.29% | - |
| XYZ | 3.99 | 2.28 | 4.79 | - |
| YUV | 40.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 18 | 62 | 0 | 0.76 | 0.17 | 0.71 | 313.68 | 0.61 | 0.18 |
| Hex | 4B | 12 | 3E | 0 | 4C | 11 | 47 | 13A | 3D | 12 |
| Octal | 113 | 22 | 76 | 0 | 114 | 21 | 107 | 472 | 75 | 22 |
| Binary | 1001011 | 10010 | 111110 | 0 | 1001100 | 10001 | 1000111 | 100111010 | 111101 | 10010 |
Color Harmonies of #4B123E
Complementary color
Monochromatic Colors of #4B123E
Black with #4B123E
Text Example
Text Example
White with #4B123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B123E; }
p { color: rgb(75,18,62); }
H1.HeaderClassName
{
color: #4B123E;
}
.AnyTagClassName
{
color: #4B123E;
}
</style>
background-color css
<style>
a { background-color: #4B123E; }
a { background-color: rgb(75,18,62); }
div.DivClassName
{
background-color: #4B123E;
}
.BgClassName
{
background-color: #4B123E;
}
</style>
border-color css
<style>
span { border-color: #4B123E; }
span { border-color: rgb(75,18,62); }
td.TdClassName
{
border-color: #4B123E;
}
.TagClassName
{
border-color: #4B123E;
}
</style>