Shades of Blackberry #4B193A
Tints of Blackberry #4B193A
RGB
CMYK
RGB Variations
Color information
#4B193A (or 0x4B193A) is known color: Blackberry. HEX triplet: 4B, 19 and 3A. RGB value is (75,25,58). Sum of RGB (Red+Green+Blue) = 75+25+58=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B193A is #B4E6C5. Grayscale: #2B2B2B. Windows color (decimal): -11855558 or 3807563. OLE color: 3807563.
HSL color Cylindrical-coordinate representation of color #4B193A: hue angle of 320.4º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B193A is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 25 | 58 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.71 |
| HSL | 320.4º | 0.5% | 0.2% | - |
| HSV(B) | 320.4º | 0.67% | 0.29% | - |
| XYZ | 4.01 | 2.5 | 4.27 | - |
| YUV | 43.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 58 | 0 | 0.67 | 0.23 | 0.71 | 320.4 | 0.5 | 0.2 |
| Hex | 4B | 19 | 3A | 0 | 43 | 17 | 47 | 140 | 32 | 14 |
| Octal | 113 | 31 | 72 | 0 | 103 | 27 | 107 | 500 | 62 | 24 |
| Binary | 1001011 | 11001 | 111010 | 0 | 1000011 | 10111 | 1000111 | 101000000 | 110010 | 10100 |
Color Harmonies of #4B193A
Complementary color
Monochromatic Colors of #4B193A
Black with #4B193A
Text Example
Text Example
White with #4B193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B193A; }
p { color: rgb(75,25,58); }
H1.HeaderClassName
{
color: #4B193A;
}
.AnyTagClassName
{
color: #4B193A;
}
</style>
background-color css
<style>
a { background-color: #4B193A; }
a { background-color: rgb(75,25,58); }
div.DivClassName
{
background-color: #4B193A;
}
.BgClassName
{
background-color: #4B193A;
}
</style>
border-color css
<style>
span { border-color: #4B193A; }
span { border-color: rgb(75,25,58); }
td.TdClassName
{
border-color: #4B193A;
}
.TagClassName
{
border-color: #4B193A;
}
</style>