Shades of Blackberry #4B172D
Tints of Blackberry #4B172D
RGB
CMYK
RGB Variations
Color information
#4B172D (or 0x4B172D) is known color: Blackberry. HEX triplet: 4B, 17 and 2D. RGB value is (75,23,45). Sum of RGB (Red+Green+Blue) = 75+23+45=143 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.45% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 75 - color contains mainly: red. Hex color #4B172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B172D is #B4E8D2. Grayscale: #292929. Windows color (decimal): -11856083 or 2955083. OLE color: 2955083.
HSL color Cylindrical-coordinate representation of color #4B172D: hue angle of 334.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 #4B172D is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 23 | 45 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.71 |
| HSL | 334.62º | 0.53% | 0.19% | - |
| HSV(B) | 334.62º | 0.69% | 0.29% | - |
| XYZ | 3.68 | 2.3 | 2.73 | - |
| YUV | 41.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 23 | 45 | 0 | 0.69 | 0.40 | 0.71 | 334.62 | 0.53 | 0.19 |
| Hex | 4B | 17 | 2D | 0 | 45 | 28 | 47 | 14F | 35 | 13 |
| Octal | 113 | 27 | 55 | 0 | 105 | 50 | 107 | 517 | 65 | 23 |
| Binary | 1001011 | 10111 | 101101 | 0 | 1000101 | 101000 | 1000111 | 101001111 | 110101 | 10011 |
Color Harmonies of #4B172D
Complementary color
Monochromatic Colors of #4B172D
Black with #4B172D
Text Example
Text Example
White with #4B172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B172D; }
p { color: rgb(75,23,45); }
H1.HeaderClassName
{
color: #4B172D;
}
.AnyTagClassName
{
color: #4B172D;
}
</style>
background-color css
<style>
a { background-color: #4B172D; }
a { background-color: rgb(75,23,45); }
div.DivClassName
{
background-color: #4B172D;
}
.BgClassName
{
background-color: #4B172D;
}
</style>
border-color css
<style>
span { border-color: #4B172D; }
span { border-color: rgb(75,23,45); }
td.TdClassName
{
border-color: #4B172D;
}
.TagClassName
{
border-color: #4B172D;
}
</style>