Shades of Blackberry #4B002F
Tints of Blackberry #4B002F
RGB
CMYK
RGB Variations
Color information
#4B002F (or 0x4B002F) is known color: Blackberry. HEX triplet: 4B, 00 and 2F. RGB value is (75,0,47). Sum of RGB (Red+Green+Blue) = 75+0+47=122 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.48% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 75 - color contains mainly: red. Hex color #4B002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B002F is #B4FFD0. Grayscale: #1B1B1B. Windows color (decimal): -11861969 or 3080267. OLE color: 3080267.
HSL color Cylindrical-coordinate representation of color #4B002F: hue angle of 322.4º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B002F is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.37 | 0.71 |
| HSL | 322.4º | 1% | 0.15% | - |
| HSV(B) | 322.4º | 1% | 0.29% | - |
| XYZ | 3.41 | 1.7 | 2.84 | - |
| YUV | 27.78 | 138.85 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 0 | 47 | 0 | 1 | 0.37 | 0.71 | 322.4 | 1 | 0.15 |
| Hex | 4B | 0 | 2F | 0 | 64 | 25 | 47 | 142 | 64 | F |
| Octal | 113 | 0 | 57 | 0 | 144 | 45 | 107 | 502 | 144 | 17 |
| Binary | 1001011 | 0 | 101111 | 0 | 1100100 | 100101 | 1000111 | 101000010 | 1100100 | 1111 |
Color Harmonies of #4B002F
Complementary color
Monochromatic Colors of #4B002F
Black with #4B002F
Text Example
Text Example
White with #4B002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B002F; }
p { color: rgb(75,0,47); }
H1.HeaderClassName
{
color: #4B002F;
}
.AnyTagClassName
{
color: #4B002F;
}
</style>
background-color css
<style>
a { background-color: #4B002F; }
a { background-color: rgb(75,0,47); }
div.DivClassName
{
background-color: #4B002F;
}
.BgClassName
{
background-color: #4B002F;
}
</style>
border-color css
<style>
span { border-color: #4B002F; }
span { border-color: rgb(75,0,47); }
td.TdClassName
{
border-color: #4B002F;
}
.TagClassName
{
border-color: #4B002F;
}
</style>