Shades of Blackberry #48001B
Tints of Blackberry #48001B
RGB
CMYK
RGB Variations
Color information
#48001B (or 0x48001B) is known color: Blackberry. HEX triplet: 48, 00 and 1B. RGB value is (72,0,27). Sum of RGB (Red+Green+Blue) = 72+0+27=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #48001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48001B is #B7FFE4. Grayscale: #181818. Windows color (decimal): -12058597 or 1769544. OLE color: 1769544.
HSL color Cylindrical-coordinate representation of color #48001B: hue angle of 337.5º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48001B is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.62 | 0.72 |
| HSL | 337.5º | 1% | 0.14% | - |
| HSV(B) | 337.5º | 1% | 0.28% | - |
| XYZ | 2.87 | 1.46 | 1.17 | - |
| YUV | 24.61 | 129.35 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 27 | 0 | 1 | 0.62 | 0.72 | 337.5 | 1 | 0.14 |
| Hex | 48 | 0 | 1B | 0 | 64 | 3E | 48 | 152 | 64 | E |
| Octal | 110 | 0 | 33 | 0 | 144 | 76 | 110 | 522 | 144 | 16 |
| Binary | 1001000 | 0 | 11011 | 0 | 1100100 | 111110 | 1001000 | 101010010 | 1100100 | 1110 |
Color Harmonies of #48001B
Complementary color
Monochromatic Colors of #48001B
Black with #48001B
Text Example
Text Example
White with #48001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48001B; }
p { color: rgb(72,0,27); }
H1.HeaderClassName
{
color: #48001B;
}
.AnyTagClassName
{
color: #48001B;
}
</style>
background-color css
<style>
a { background-color: #48001B; }
a { background-color: rgb(72,0,27); }
div.DivClassName
{
background-color: #48001B;
}
.BgClassName
{
background-color: #48001B;
}
</style>
border-color css
<style>
span { border-color: #48001B; }
span { border-color: rgb(72,0,27); }
td.TdClassName
{
border-color: #48001B;
}
.TagClassName
{
border-color: #48001B;
}
</style>