Shades of Blackberry #48002F
Tints of Blackberry #48002F
RGB
CMYK
RGB Variations
Color information
#48002F (or 0x48002F) is known color: Blackberry. HEX triplet: 48, 00 and 2F. RGB value is (72,0,47). Sum of RGB (Red+Green+Blue) = 72+0+47=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #48002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48002F is #B7FFD0. Grayscale: #1A1A1A. Windows color (decimal): -12058577 or 3080264. OLE color: 3080264.
HSL color Cylindrical-coordinate representation of color #48002F: hue angle of 320.83º 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 #48002F is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.35 | 0.72 |
| HSL | 320.83º | 1% | 0.14% | - |
| HSV(B) | 320.83º | 1% | 0.28% | - |
| XYZ | 3.19 | 1.58 | 2.83 | - |
| YUV | 26.89 | 139.35 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 47 | 0 | 1 | 0.35 | 0.72 | 320.83 | 1 | 0.14 |
| Hex | 48 | 0 | 2F | 0 | 64 | 23 | 48 | 141 | 64 | E |
| Octal | 110 | 0 | 57 | 0 | 144 | 43 | 110 | 501 | 144 | 16 |
| Binary | 1001000 | 0 | 101111 | 0 | 1100100 | 100011 | 1001000 | 101000001 | 1100100 | 1110 |
Color Harmonies of #48002F
Complementary color
Monochromatic Colors of #48002F
Black with #48002F
Text Example
Text Example
White with #48002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48002F; }
p { color: rgb(72,0,47); }
H1.HeaderClassName
{
color: #48002F;
}
.AnyTagClassName
{
color: #48002F;
}
</style>
background-color css
<style>
a { background-color: #48002F; }
a { background-color: rgb(72,0,47); }
div.DivClassName
{
background-color: #48002F;
}
.BgClassName
{
background-color: #48002F;
}
</style>
border-color css
<style>
span { border-color: #48002F; }
span { border-color: rgb(72,0,47); }
td.TdClassName
{
border-color: #48002F;
}
.TagClassName
{
border-color: #48002F;
}
</style>