Shades of Blackberry #481230
Tints of Blackberry #481230
RGB
CMYK
RGB Variations
Color information
#481230 (or 0x481230) is known color: Blackberry. HEX triplet: 48, 12 and 30. RGB value is (72,18,48). Sum of RGB (Red+Green+Blue) = 72+18+48=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #481230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481230 is #B7EDCF. Grayscale: #252525. Windows color (decimal): -12053968 or 3150408. OLE color: 3150408.
HSL color Cylindrical-coordinate representation of color #481230: hue angle of 326.67º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481230 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 18 | 48 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.72 |
| HSL | 326.67º | 0.6% | 0.18% | - |
| HSV(B) | 326.67º | 0.75% | 0.28% | - |
| XYZ | 3.42 | 2.02 | 3.01 | - |
| YUV | 37.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 48 | 0 | 0.75 | 0.33 | 0.72 | 326.67 | 0.6 | 0.18 |
| Hex | 48 | 12 | 30 | 0 | 4B | 21 | 48 | 147 | 3C | 12 |
| Octal | 110 | 22 | 60 | 0 | 113 | 41 | 110 | 507 | 74 | 22 |
| Binary | 1001000 | 10010 | 110000 | 0 | 1001011 | 100001 | 1001000 | 101000111 | 111100 | 10010 |
Color Harmonies of #481230
Complementary color
Monochromatic Colors of #481230
Black with #481230
Text Example
Text Example
White with #481230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481230; }
p { color: rgb(72,18,48); }
H1.HeaderClassName
{
color: #481230;
}
.AnyTagClassName
{
color: #481230;
}
</style>
background-color css
<style>
a { background-color: #481230; }
a { background-color: rgb(72,18,48); }
div.DivClassName
{
background-color: #481230;
}
.BgClassName
{
background-color: #481230;
}
</style>
border-color css
<style>
span { border-color: #481230; }
span { border-color: rgb(72,18,48); }
td.TdClassName
{
border-color: #481230;
}
.TagClassName
{
border-color: #481230;
}
</style>