Shades of Blackberry #4B002B
Tints of Blackberry #4B002B
RGB
CMYK
RGB Variations
Color information
#4B002B (or 0x4B002B) is known color: Blackberry. HEX triplet: 4B, 00 and 2B. RGB value is (75,0,43). Sum of RGB (Red+Green+Blue) = 75+0+43=118 (15% of max value = 765). Red value is 75 (29.69% from 255 or 63.56% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 75 - color contains mainly: red. Hex color #4B002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B002B is #B4FFD4. Grayscale: #1B1B1B. Windows color (decimal): -11861973 or 2818123. OLE color: 2818123.
HSL color Cylindrical-coordinate representation of color #4B002B: hue angle of 325.6º 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 #4B002B is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.43 | 0.71 |
| HSL | 325.6º | 1% | 0.15% | - |
| HSV(B) | 325.6º | 1% | 0.29% | - |
| XYZ | 3.34 | 1.67 | 2.43 | - |
| YUV | 27.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 0 | 43 | 0 | 1 | 0.43 | 0.71 | 325.6 | 1 | 0.15 |
| Hex | 4B | 0 | 2B | 0 | 64 | 2B | 47 | 146 | 64 | F |
| Octal | 113 | 0 | 53 | 0 | 144 | 53 | 107 | 506 | 144 | 17 |
| Binary | 1001011 | 0 | 101011 | 0 | 1100100 | 101011 | 1000111 | 101000110 | 1100100 | 1111 |
Color Harmonies of #4B002B
Complementary color
Monochromatic Colors of #4B002B
Black with #4B002B
Text Example
Text Example
White with #4B002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B002B; }
p { color: rgb(75,0,43); }
H1.HeaderClassName
{
color: #4B002B;
}
.AnyTagClassName
{
color: #4B002B;
}
</style>
background-color css
<style>
a { background-color: #4B002B; }
a { background-color: rgb(75,0,43); }
div.DivClassName
{
background-color: #4B002B;
}
.BgClassName
{
background-color: #4B002B;
}
</style>
border-color css
<style>
span { border-color: #4B002B; }
span { border-color: rgb(75,0,43); }
td.TdClassName
{
border-color: #4B002B;
}
.TagClassName
{
border-color: #4B002B;
}
</style>