Shades of Blackberry #4B192E
Tints of Blackberry #4B192E
RGB
CMYK
RGB Variations
Color information
#4B192E (or 0x4B192E) is known color: Blackberry. HEX triplet: 4B, 19 and 2E. RGB value is (75,25,46). Sum of RGB (Red+Green+Blue) = 75+25+46=146 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.37% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 75 - color contains mainly: red. Hex color #4B192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B192E is #B4E6D1. Grayscale: #2A2A2A. Windows color (decimal): -11855570 or 3021131. OLE color: 3021131.
HSL color Cylindrical-coordinate representation of color #4B192E: hue angle of 334.8º 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 #4B192E is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 25 | 46 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.71 |
| HSL | 334.8º | 0.5% | 0.2% | - |
| HSV(B) | 334.8º | 0.67% | 0.29% | - |
| XYZ | 3.74 | 2.39 | 2.85 | - |
| YUV | 42.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 46 | 0 | 0.67 | 0.39 | 0.71 | 334.8 | 0.5 | 0.2 |
| Hex | 4B | 19 | 2E | 0 | 43 | 27 | 47 | 14F | 32 | 14 |
| Octal | 113 | 31 | 56 | 0 | 103 | 47 | 107 | 517 | 62 | 24 |
| Binary | 1001011 | 11001 | 101110 | 0 | 1000011 | 100111 | 1000111 | 101001111 | 110010 | 10100 |
Color Harmonies of #4B192E
Complementary color
Monochromatic Colors of #4B192E
Black with #4B192E
Text Example
Text Example
White with #4B192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B192E; }
p { color: rgb(75,25,46); }
H1.HeaderClassName
{
color: #4B192E;
}
.AnyTagClassName
{
color: #4B192E;
}
</style>
background-color css
<style>
a { background-color: #4B192E; }
a { background-color: rgb(75,25,46); }
div.DivClassName
{
background-color: #4B192E;
}
.BgClassName
{
background-color: #4B192E;
}
</style>
border-color css
<style>
span { border-color: #4B192E; }
span { border-color: rgb(75,25,46); }
td.TdClassName
{
border-color: #4B192E;
}
.TagClassName
{
border-color: #4B192E;
}
</style>