Shades of Blackberry #4B183C
Tints of Blackberry #4B183C
RGB
CMYK
RGB Variations
Color information
#4B183C (or 0x4B183C) is known color: Blackberry. HEX triplet: 4B, 18 and 3C. RGB value is (75,24,60). Sum of RGB (Red+Green+Blue) = 75+24+60=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 75 - color contains mainly: red. Hex color #4B183C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B183C is #B4E7C3. Grayscale: #2B2B2B. Windows color (decimal): -11855812 or 3938379. OLE color: 3938379.
HSL color Cylindrical-coordinate representation of color #4B183C: hue angle of 317.65º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B183C is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 24 | 60 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.71 |
| HSL | 317.65º | 0.52% | 0.19% | - |
| HSV(B) | 317.65º | 0.68% | 0.29% | - |
| XYZ | 4.04 | 2.48 | 4.54 | - |
| YUV | 43.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 24 | 60 | 0 | 0.68 | 0.20 | 0.71 | 317.65 | 0.52 | 0.19 |
| Hex | 4B | 18 | 3C | 0 | 44 | 14 | 47 | 13E | 34 | 13 |
| Octal | 113 | 30 | 74 | 0 | 104 | 24 | 107 | 476 | 64 | 23 |
| Binary | 1001011 | 11000 | 111100 | 0 | 1000100 | 10100 | 1000111 | 100111110 | 110100 | 10011 |
Color Harmonies of #4B183C
Complementary color
Monochromatic Colors of #4B183C
Black with #4B183C
Text Example
Text Example
White with #4B183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B183C; }
p { color: rgb(75,24,60); }
H1.HeaderClassName
{
color: #4B183C;
}
.AnyTagClassName
{
color: #4B183C;
}
</style>
background-color css
<style>
a { background-color: #4B183C; }
a { background-color: rgb(75,24,60); }
div.DivClassName
{
background-color: #4B183C;
}
.BgClassName
{
background-color: #4B183C;
}
</style>
border-color css
<style>
span { border-color: #4B183C; }
span { border-color: rgb(75,24,60); }
td.TdClassName
{
border-color: #4B183C;
}
.TagClassName
{
border-color: #4B183C;
}
</style>