Shades of Blackberry #48012C
Tints of Blackberry #48012C
RGB
CMYK
RGB Variations
Color information
#48012C (or 0x48012C) is known color: Blackberry. HEX triplet: 48, 01 and 2C. RGB value is (72,1,44). Sum of RGB (Red+Green+Blue) = 72+1+44=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #48012C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48012C is #B7FED3. Grayscale: #1B1B1B. Windows color (decimal): -12058324 or 2883912. OLE color: 2883912.
HSL color Cylindrical-coordinate representation of color #48012C: hue angle of 323.66º 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 #48012C is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.72 |
| HSL | 323.66º | 0.97% | 0.14% | - |
| HSV(B) | 323.66º | 0.99% | 0.28% | - |
| XYZ | 3.14 | 1.58 | 2.52 | - |
| YUV | 27.13 | 137.52 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 1 | 44 | 0 | 0.99 | 0.39 | 0.72 | 323.66 | 0.97 | 0.14 |
| Hex | 48 | 1 | 2C | 0 | 63 | 27 | 48 | 144 | 61 | E |
| Octal | 110 | 1 | 54 | 0 | 143 | 47 | 110 | 504 | 141 | 16 |
| Binary | 1001000 | 1 | 101100 | 0 | 1100011 | 100111 | 1001000 | 101000100 | 1100001 | 1110 |
Color Harmonies of #48012C
Complementary color
Monochromatic Colors of #48012C
Black with #48012C
Text Example
Text Example
White with #48012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48012C; }
p { color: rgb(72,1,44); }
H1.HeaderClassName
{
color: #48012C;
}
.AnyTagClassName
{
color: #48012C;
}
</style>
background-color css
<style>
a { background-color: #48012C; }
a { background-color: rgb(72,1,44); }
div.DivClassName
{
background-color: #48012C;
}
.BgClassName
{
background-color: #48012C;
}
</style>
border-color css
<style>
span { border-color: #48012C; }
span { border-color: rgb(72,1,44); }
td.TdClassName
{
border-color: #48012C;
}
.TagClassName
{
border-color: #48012C;
}
</style>