Shades of Blackberry #4B172C
Tints of Blackberry #4B172C
RGB
CMYK
RGB Variations
Color information
#4B172C (or 0x4B172C) is known color: Blackberry. HEX triplet: 4B, 17 and 2C. RGB value is (75,23,44). Sum of RGB (Red+Green+Blue) = 75+23+44=142 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.82% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 75 - color contains mainly: red. Hex color #4B172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B172C is #B4E8D3. Grayscale: #282828. Windows color (decimal): -11856084 or 2889547. OLE color: 2889547.
HSL color Cylindrical-coordinate representation of color #4B172C: hue angle of 335.77º 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 #4B172C is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 23 | 44 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.71 |
| HSL | 335.77º | 0.53% | 0.19% | - |
| HSV(B) | 335.77º | 0.69% | 0.29% | - |
| XYZ | 3.66 | 2.29 | 2.63 | - |
| YUV | 40.94 | 129.73 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 23 | 44 | 0 | 0.69 | 0.41 | 0.71 | 335.77 | 0.53 | 0.19 |
| Hex | 4B | 17 | 2C | 0 | 45 | 29 | 47 | 150 | 35 | 13 |
| Octal | 113 | 27 | 54 | 0 | 105 | 51 | 107 | 520 | 65 | 23 |
| Binary | 1001011 | 10111 | 101100 | 0 | 1000101 | 101001 | 1000111 | 101010000 | 110101 | 10011 |
Color Harmonies of #4B172C
Complementary color
Monochromatic Colors of #4B172C
Black with #4B172C
Text Example
Text Example
White with #4B172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B172C; }
p { color: rgb(75,23,44); }
H1.HeaderClassName
{
color: #4B172C;
}
.AnyTagClassName
{
color: #4B172C;
}
</style>
background-color css
<style>
a { background-color: #4B172C; }
a { background-color: rgb(75,23,44); }
div.DivClassName
{
background-color: #4B172C;
}
.BgClassName
{
background-color: #4B172C;
}
</style>
border-color css
<style>
span { border-color: #4B172C; }
span { border-color: rgb(75,23,44); }
td.TdClassName
{
border-color: #4B172C;
}
.TagClassName
{
border-color: #4B172C;
}
</style>