Shades of Blackberry #48192F
Tints of Blackberry #48192F
RGB
CMYK
RGB Variations
Color information
#48192F (or 0x48192F) is known color: Blackberry. HEX triplet: 48, 19 and 2F. RGB value is (72,25,47). Sum of RGB (Red+Green+Blue) = 72+25+47=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #48192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48192F is #B7E6D0. Grayscale: #292929. Windows color (decimal): -12052177 or 3086664. OLE color: 3086664.
HSL color Cylindrical-coordinate representation of color #48192F: hue angle of 331.91º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48192F is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 47 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.72 |
| HSL | 331.91º | 0.48% | 0.19% | - |
| HSV(B) | 331.91º | 0.65% | 0.28% | - |
| XYZ | 3.53 | 2.28 | 2.94 | - |
| YUV | 41.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 47 | 0 | 0.65 | 0.35 | 0.72 | 331.91 | 0.48 | 0.19 |
| Hex | 48 | 19 | 2F | 0 | 41 | 23 | 48 | 14C | 30 | 13 |
| Octal | 110 | 31 | 57 | 0 | 101 | 43 | 110 | 514 | 60 | 23 |
| Binary | 1001000 | 11001 | 101111 | 0 | 1000001 | 100011 | 1001000 | 101001100 | 110000 | 10011 |
Color Harmonies of #48192F
Complementary color
Monochromatic Colors of #48192F
Black with #48192F
Text Example
Text Example
White with #48192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48192F; }
p { color: rgb(72,25,47); }
H1.HeaderClassName
{
color: #48192F;
}
.AnyTagClassName
{
color: #48192F;
}
</style>
background-color css
<style>
a { background-color: #48192F; }
a { background-color: rgb(72,25,47); }
div.DivClassName
{
background-color: #48192F;
}
.BgClassName
{
background-color: #48192F;
}
</style>
border-color css
<style>
span { border-color: #48192F; }
span { border-color: rgb(72,25,47); }
td.TdClassName
{
border-color: #48192F;
}
.TagClassName
{
border-color: #48192F;
}
</style>