Shades of Blackberry #4B103F
Tints of Blackberry #4B103F
RGB
CMYK
RGB Variations
Color information
#4B103F (or 0x4B103F) is known color: Blackberry. HEX triplet: 4B, 10 and 3F. RGB value is (75,16,63). Sum of RGB (Red+Green+Blue) = 75+16+63=154 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.70% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 75 - color contains mainly: red. Hex color #4B103F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B103F is #B4EFC0. Grayscale: #262626. Windows color (decimal): -11857857 or 4132939. OLE color: 4132939.
HSL color Cylindrical-coordinate representation of color #4B103F: hue angle of 312.2º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B103F is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 16 | 63 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.71 |
| HSL | 312.2º | 0.65% | 0.18% | - |
| HSV(B) | 312.2º | 0.79% | 0.29% | - |
| XYZ | 3.98 | 2.23 | 4.92 | - |
| YUV | 39 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 16 | 63 | 0 | 0.79 | 0.16 | 0.71 | 312.2 | 0.65 | 0.18 |
| Hex | 4B | 10 | 3F | 0 | 4F | 10 | 47 | 138 | 41 | 12 |
| Octal | 113 | 20 | 77 | 0 | 117 | 20 | 107 | 470 | 101 | 22 |
| Binary | 1001011 | 10000 | 111111 | 0 | 1001111 | 10000 | 1000111 | 100111000 | 1000001 | 10010 |
Color Harmonies of #4B103F
Complementary color
Monochromatic Colors of #4B103F
Black with #4B103F
Text Example
Text Example
White with #4B103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B103F; }
p { color: rgb(75,16,63); }
H1.HeaderClassName
{
color: #4B103F;
}
.AnyTagClassName
{
color: #4B103F;
}
</style>
background-color css
<style>
a { background-color: #4B103F; }
a { background-color: rgb(75,16,63); }
div.DivClassName
{
background-color: #4B103F;
}
.BgClassName
{
background-color: #4B103F;
}
</style>
border-color css
<style>
span { border-color: #4B103F; }
span { border-color: rgb(75,16,63); }
td.TdClassName
{
border-color: #4B103F;
}
.TagClassName
{
border-color: #4B103F;
}
</style>