Shades of Blackberry #480129
Tints of Blackberry #480129
RGB
CMYK
RGB Variations
Color information
#480129 (or 0x480129) is known color: Blackberry. HEX triplet: 48, 01 and 29. RGB value is (72,1,41). Sum of RGB (Red+Green+Blue) = 72+1+41=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #480129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480129 is #B7FED6. Grayscale: #1A1A1A. Windows color (decimal): -12058327 or 2687304. OLE color: 2687304.
HSL color Cylindrical-coordinate representation of color #480129: hue angle of 326.2º 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 #480129 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 1 | 41 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.72 |
| HSL | 326.2º | 0.97% | 0.14% | - |
| HSV(B) | 326.2º | 0.99% | 0.28% | - |
| XYZ | 3.08 | 1.56 | 2.24 | - |
| YUV | 26.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 1 | 41 | 0 | 0.99 | 0.43 | 0.72 | 326.2 | 0.97 | 0.14 |
| Hex | 48 | 1 | 29 | 0 | 63 | 2B | 48 | 146 | 61 | E |
| Octal | 110 | 1 | 51 | 0 | 143 | 53 | 110 | 506 | 141 | 16 |
| Binary | 1001000 | 1 | 101001 | 0 | 1100011 | 101011 | 1001000 | 101000110 | 1100001 | 1110 |
Color Harmonies of #480129
Complementary color
Monochromatic Colors of #480129
Black with #480129
Text Example
Text Example
White with #480129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480129; }
p { color: rgb(72,1,41); }
H1.HeaderClassName
{
color: #480129;
}
.AnyTagClassName
{
color: #480129;
}
</style>
background-color css
<style>
a { background-color: #480129; }
a { background-color: rgb(72,1,41); }
div.DivClassName
{
background-color: #480129;
}
.BgClassName
{
background-color: #480129;
}
</style>
border-color css
<style>
span { border-color: #480129; }
span { border-color: rgb(72,1,41); }
td.TdClassName
{
border-color: #480129;
}
.TagClassName
{
border-color: #480129;
}
</style>