Shades of Blackberry #4B1F3C
Tints of Blackberry #4B1F3C
RGB
CMYK
RGB Variations
Color information
#4B1F3C (or 0x4B1F3C) is known color: Blackberry. HEX triplet: 4B, 1F and 3C. RGB value is (75,31,60). Sum of RGB (Red+Green+Blue) = 75+31+60=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1F3C is #B4E0C3. Grayscale: #2F2F2F. Windows color (decimal): -11854020 or 3940171. OLE color: 3940171.
HSL color Cylindrical-coordinate representation of color #4B1F3C: hue angle of 320.45º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B1F3C is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 31 | 60 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.71 |
| HSL | 320.45º | 0.42% | 0.21% | - |
| HSV(B) | 320.45º | 0.59% | 0.29% | - |
| XYZ | 4.21 | 2.8 | 4.59 | - |
| YUV | 47.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 31 | 60 | 0 | 0.59 | 0.20 | 0.71 | 320.45 | 0.42 | 0.21 |
| Hex | 4B | 1F | 3C | 0 | 3B | 14 | 47 | 140 | 2A | 15 |
| Octal | 113 | 37 | 74 | 0 | 73 | 24 | 107 | 500 | 52 | 25 |
| Binary | 1001011 | 11111 | 111100 | 0 | 111011 | 10100 | 1000111 | 101000000 | 101010 | 10101 |
Color Harmonies of #4B1F3C
Complementary color
Monochromatic Colors of #4B1F3C
Black with #4B1F3C
Text Example
Text Example
White with #4B1F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1F3C; }
p { color: rgb(75,31,60); }
H1.HeaderClassName
{
color: #4B1F3C;
}
.AnyTagClassName
{
color: #4B1F3C;
}
</style>
background-color css
<style>
a { background-color: #4B1F3C; }
a { background-color: rgb(75,31,60); }
div.DivClassName
{
background-color: #4B1F3C;
}
.BgClassName
{
background-color: #4B1F3C;
}
</style>
border-color css
<style>
span { border-color: #4B1F3C; }
span { border-color: rgb(75,31,60); }
td.TdClassName
{
border-color: #4B1F3C;
}
.TagClassName
{
border-color: #4B1F3C;
}
</style>