Shades of Blackberry #4B1A31
Tints of Blackberry #4B1A31
RGB
CMYK
RGB Variations
Color information
#4B1A31 (or 0x4B1A31) is known color: Blackberry. HEX triplet: 4B, 1A and 31. RGB value is (75,26,49). Sum of RGB (Red+Green+Blue) = 75+26+49=150 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1A31 is #B4E5CE. Grayscale: #2B2B2B. Windows color (decimal): -11855311 or 3217995. OLE color: 3217995.
HSL color Cylindrical-coordinate representation of color #4B1A31: hue angle of 331.84º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B1A31 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 26 | 49 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.71 |
| HSL | 331.84º | 0.49% | 0.2% | - |
| HSV(B) | 331.84º | 0.65% | 0.29% | - |
| XYZ | 3.83 | 2.46 | 3.18 | - |
| YUV | 43.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 26 | 49 | 0 | 0.65 | 0.35 | 0.71 | 331.84 | 0.49 | 0.2 |
| Hex | 4B | 1A | 31 | 0 | 41 | 23 | 47 | 14C | 31 | 14 |
| Octal | 113 | 32 | 61 | 0 | 101 | 43 | 107 | 514 | 61 | 24 |
| Binary | 1001011 | 11010 | 110001 | 0 | 1000001 | 100011 | 1000111 | 101001100 | 110001 | 10100 |
Color Harmonies of #4B1A31
Complementary color
Monochromatic Colors of #4B1A31
Black with #4B1A31
Text Example
Text Example
White with #4B1A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1A31; }
p { color: rgb(75,26,49); }
H1.HeaderClassName
{
color: #4B1A31;
}
.AnyTagClassName
{
color: #4B1A31;
}
</style>
background-color css
<style>
a { background-color: #4B1A31; }
a { background-color: rgb(75,26,49); }
div.DivClassName
{
background-color: #4B1A31;
}
.BgClassName
{
background-color: #4B1A31;
}
</style>
border-color css
<style>
span { border-color: #4B1A31; }
span { border-color: rgb(75,26,49); }
td.TdClassName
{
border-color: #4B1A31;
}
.TagClassName
{
border-color: #4B1A31;
}
</style>