Shades of Blackberry #4B173A
Tints of Blackberry #4B173A
RGB
CMYK
RGB Variations
Color information
#4B173A (or 0x4B173A) is known color: Blackberry. HEX triplet: 4B, 17 and 3A. RGB value is (75,23,58). Sum of RGB (Red+Green+Blue) = 75+23+58=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 75 - color contains mainly: red. Hex color #4B173A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B173A is #B4E8C5. Grayscale: #2A2A2A. Windows color (decimal): -11856070 or 3807051. OLE color: 3807051.
HSL color Cylindrical-coordinate representation of color #4B173A: hue angle of 319.62º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B173A is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 23 | 58 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.71 |
| HSL | 319.62º | 0.53% | 0.19% | - |
| HSV(B) | 319.62º | 0.69% | 0.29% | - |
| XYZ | 3.97 | 2.41 | 4.26 | - |
| YUV | 42.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 23 | 58 | 0 | 0.69 | 0.23 | 0.71 | 319.62 | 0.53 | 0.19 |
| Hex | 4B | 17 | 3A | 0 | 45 | 17 | 47 | 140 | 35 | 13 |
| Octal | 113 | 27 | 72 | 0 | 105 | 27 | 107 | 500 | 65 | 23 |
| Binary | 1001011 | 10111 | 111010 | 0 | 1000101 | 10111 | 1000111 | 101000000 | 110101 | 10011 |
Color Harmonies of #4B173A
Complementary color
Monochromatic Colors of #4B173A
Black with #4B173A
Text Example
Text Example
White with #4B173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B173A; }
p { color: rgb(75,23,58); }
H1.HeaderClassName
{
color: #4B173A;
}
.AnyTagClassName
{
color: #4B173A;
}
</style>
background-color css
<style>
a { background-color: #4B173A; }
a { background-color: rgb(75,23,58); }
div.DivClassName
{
background-color: #4B173A;
}
.BgClassName
{
background-color: #4B173A;
}
</style>
border-color css
<style>
span { border-color: #4B173A; }
span { border-color: rgb(75,23,58); }
td.TdClassName
{
border-color: #4B173A;
}
.TagClassName
{
border-color: #4B173A;
}
</style>