Shades of Blackberry #48011D
Tints of Blackberry #48011D
RGB
CMYK
RGB Variations
Color information
#48011D (or 0x48011D) is known color: Blackberry. HEX triplet: 48, 01 and 1D. RGB value is (72,1,29). Sum of RGB (Red+Green+Blue) = 72+1+29=102 (13% of max value = 765). Red value is 72 (28.52% from 255 or 70.59% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 72 - color contains mainly: red. Hex color #48011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48011D is #B7FEE2. Grayscale: #191919. Windows color (decimal): -12058339 or 1900872. OLE color: 1900872.
HSL color Cylindrical-coordinate representation of color #48011D: hue angle of 336.34º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48011D is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.72 |
| HSL | 336.34º | 0.97% | 0.14% | - |
| HSV(B) | 336.34º | 0.99% | 0.28% | - |
| XYZ | 2.91 | 1.49 | 1.3 | - |
| YUV | 25.42 | 130.02 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 1 | 29 | 0 | 0.99 | 0.60 | 0.72 | 336.34 | 0.97 | 0.14 |
| Hex | 48 | 1 | 1D | 0 | 63 | 3C | 48 | 150 | 61 | E |
| Octal | 110 | 1 | 35 | 0 | 143 | 74 | 110 | 520 | 141 | 16 |
| Binary | 1001000 | 1 | 11101 | 0 | 1100011 | 111100 | 1001000 | 101010000 | 1100001 | 1110 |
Color Harmonies of #48011D
Complementary color
Monochromatic Colors of #48011D
Black with #48011D
Text Example
Text Example
White with #48011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48011D; }
p { color: rgb(72,1,29); }
H1.HeaderClassName
{
color: #48011D;
}
.AnyTagClassName
{
color: #48011D;
}
</style>
background-color css
<style>
a { background-color: #48011D; }
a { background-color: rgb(72,1,29); }
div.DivClassName
{
background-color: #48011D;
}
.BgClassName
{
background-color: #48011D;
}
</style>
border-color css
<style>
span { border-color: #48011D; }
span { border-color: rgb(72,1,29); }
td.TdClassName
{
border-color: #48011D;
}
.TagClassName
{
border-color: #48011D;
}
</style>