Shades of Blackberry #480726
Tints of Blackberry #480726
RGB
CMYK
RGB Variations
Color information
#480726 (or 0x480726) is known color: Blackberry. HEX triplet: 48, 07 and 26. RGB value is (72,7,38). Sum of RGB (Red+Green+Blue) = 72+7+38=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #480726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480726 is #B7F8D9. Grayscale: #1D1D1D. Windows color (decimal): -12056794 or 2492232. OLE color: 2492232.
HSL color Cylindrical-coordinate representation of color #480726: hue angle of 331.38º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480726 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 7 | 38 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.72 |
| HSL | 331.38º | 0.82% | 0.15% | - |
| HSV(B) | 331.38º | 0.9% | 0.28% | - |
| XYZ | 3.1 | 1.67 | 1.99 | - |
| YUV | 29.97 | 132.53 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 7 | 38 | 0 | 0.90 | 0.47 | 0.72 | 331.38 | 0.82 | 0.15 |
| Hex | 48 | 7 | 26 | 0 | 5A | 2F | 48 | 14B | 52 | F |
| Octal | 110 | 7 | 46 | 0 | 132 | 57 | 110 | 513 | 122 | 17 |
| Binary | 1001000 | 111 | 100110 | 0 | 1011010 | 101111 | 1001000 | 101001011 | 1010010 | 1111 |
Color Harmonies of #480726
Complementary color
Monochromatic Colors of #480726
Black with #480726
Text Example
Text Example
White with #480726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480726; }
p { color: rgb(72,7,38); }
H1.HeaderClassName
{
color: #480726;
}
.AnyTagClassName
{
color: #480726;
}
</style>
background-color css
<style>
a { background-color: #480726; }
a { background-color: rgb(72,7,38); }
div.DivClassName
{
background-color: #480726;
}
.BgClassName
{
background-color: #480726;
}
</style>
border-color css
<style>
span { border-color: #480726; }
span { border-color: rgb(72,7,38); }
td.TdClassName
{
border-color: #480726;
}
.TagClassName
{
border-color: #480726;
}
</style>