Shades of Blackberry #48012B
Tints of Blackberry #48012B
RGB
CMYK
RGB Variations
Color information
#48012B (or 0x48012B) is known color: Blackberry. HEX triplet: 48, 01 and 2B. RGB value is (72,1,43). Sum of RGB (Red+Green+Blue) = 72+1+43=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #48012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48012B is #B7FED4. Grayscale: #1A1A1A. Windows color (decimal): -12058325 or 2818376. OLE color: 2818376.
HSL color Cylindrical-coordinate representation of color #48012B: hue angle of 324.51º 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 #48012B is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.72 |
| HSL | 324.51º | 0.97% | 0.14% | - |
| HSV(B) | 324.51º | 0.99% | 0.28% | - |
| XYZ | 3.12 | 1.57 | 2.42 | - |
| YUV | 27.02 | 137.02 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 1 | 43 | 0 | 0.99 | 0.40 | 0.72 | 324.51 | 0.97 | 0.14 |
| Hex | 48 | 1 | 2B | 0 | 63 | 28 | 48 | 145 | 61 | E |
| Octal | 110 | 1 | 53 | 0 | 143 | 50 | 110 | 505 | 141 | 16 |
| Binary | 1001000 | 1 | 101011 | 0 | 1100011 | 101000 | 1001000 | 101000101 | 1100001 | 1110 |
Color Harmonies of #48012B
Complementary color
Monochromatic Colors of #48012B
Black with #48012B
Text Example
Text Example
White with #48012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48012B; }
p { color: rgb(72,1,43); }
H1.HeaderClassName
{
color: #48012B;
}
.AnyTagClassName
{
color: #48012B;
}
</style>
background-color css
<style>
a { background-color: #48012B; }
a { background-color: rgb(72,1,43); }
div.DivClassName
{
background-color: #48012B;
}
.BgClassName
{
background-color: #48012B;
}
</style>
border-color css
<style>
span { border-color: #48012B; }
span { border-color: rgb(72,1,43); }
td.TdClassName
{
border-color: #48012B;
}
.TagClassName
{
border-color: #48012B;
}
</style>