Shades of Blackberry #4B032F
Tints of Blackberry #4B032F
RGB
CMYK
RGB Variations
Color information
#4B032F (or 0x4B032F) is known color: Blackberry. HEX triplet: 4B, 03 and 2F. RGB value is (75,3,47). Sum of RGB (Red+Green+Blue) = 75+3+47=125 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 75 - color contains mainly: red. Hex color #4B032F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B032F is #B4FCD0. Grayscale: #1D1D1D. Windows color (decimal): -11861201 or 3081035. OLE color: 3081035.
HSL color Cylindrical-coordinate representation of color #4B032F: hue angle of 323.33º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B032F is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 3 | 47 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.71 |
| HSL | 323.33º | 0.92% | 0.15% | - |
| HSV(B) | 323.33º | 0.96% | 0.29% | - |
| XYZ | 3.45 | 1.77 | 2.85 | - |
| YUV | 29.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 3 | 47 | 0 | 0.96 | 0.37 | 0.71 | 323.33 | 0.92 | 0.15 |
| Hex | 4B | 3 | 2F | 0 | 60 | 25 | 47 | 143 | 5C | F |
| Octal | 113 | 3 | 57 | 0 | 140 | 45 | 107 | 503 | 134 | 17 |
| Binary | 1001011 | 11 | 101111 | 0 | 1100000 | 100101 | 1000111 | 101000011 | 1011100 | 1111 |
Color Harmonies of #4B032F
Complementary color
Monochromatic Colors of #4B032F
Black with #4B032F
Text Example
Text Example
White with #4B032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B032F; }
p { color: rgb(75,3,47); }
H1.HeaderClassName
{
color: #4B032F;
}
.AnyTagClassName
{
color: #4B032F;
}
</style>
background-color css
<style>
a { background-color: #4B032F; }
a { background-color: rgb(75,3,47); }
div.DivClassName
{
background-color: #4B032F;
}
.BgClassName
{
background-color: #4B032F;
}
</style>
border-color css
<style>
span { border-color: #4B032F; }
span { border-color: rgb(75,3,47); }
td.TdClassName
{
border-color: #4B032F;
}
.TagClassName
{
border-color: #4B032F;
}
</style>