Shades of Blackberry #48011F
Tints of Blackberry #48011F
RGB
CMYK
RGB Variations
Color information
#48011F (or 0x48011F) is known color: Blackberry. HEX triplet: 48, 01 and 1F. RGB value is (72,1,31). Sum of RGB (Red+Green+Blue) = 72+1+31=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #48011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48011F is #B7FEE0. Grayscale: #191919. Windows color (decimal): -12058337 or 2031944. OLE color: 2031944.
HSL color Cylindrical-coordinate representation of color #48011F: hue angle of 334.65º 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 #48011F is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.72 |
| HSL | 334.65º | 0.97% | 0.14% | - |
| HSV(B) | 334.65º | 0.99% | 0.28% | - |
| XYZ | 2.93 | 1.5 | 1.43 | - |
| YUV | 25.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 1 | 31 | 0 | 0.99 | 0.57 | 0.72 | 334.65 | 0.97 | 0.14 |
| Hex | 48 | 1 | 1F | 0 | 63 | 39 | 48 | 14F | 61 | E |
| Octal | 110 | 1 | 37 | 0 | 143 | 71 | 110 | 517 | 141 | 16 |
| Binary | 1001000 | 1 | 11111 | 0 | 1100011 | 111001 | 1001000 | 101001111 | 1100001 | 1110 |
Color Harmonies of #48011F
Complementary color
Monochromatic Colors of #48011F
Black with #48011F
Text Example
Text Example
White with #48011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48011F; }
p { color: rgb(72,1,31); }
H1.HeaderClassName
{
color: #48011F;
}
.AnyTagClassName
{
color: #48011F;
}
</style>
background-color css
<style>
a { background-color: #48011F; }
a { background-color: rgb(72,1,31); }
div.DivClassName
{
background-color: #48011F;
}
.BgClassName
{
background-color: #48011F;
}
</style>
border-color css
<style>
span { border-color: #48011F; }
span { border-color: rgb(72,1,31); }
td.TdClassName
{
border-color: #48011F;
}
.TagClassName
{
border-color: #48011F;
}
</style>