Shades of Blackberry #481838
Tints of Blackberry #481838
RGB
CMYK
RGB Variations
Color information
#481838 (or 0x481838) is known color: Blackberry. HEX triplet: 48, 18 and 38. RGB value is (72,24,56). Sum of RGB (Red+Green+Blue) = 72+24+56=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #481838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481838 is #B7E7C7. Grayscale: #292929. Windows color (decimal): -12052424 or 3676232. OLE color: 3676232.
HSL color Cylindrical-coordinate representation of color #481838: hue angle of 320º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #481838 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 24 | 56 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.72 |
| HSL | 320º | 0.5% | 0.19% | - |
| HSV(B) | 320º | 0.67% | 0.28% | - |
| XYZ | 3.71 | 2.32 | 3.99 | - |
| YUV | 42 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 56 | 0 | 0.67 | 0.22 | 0.72 | 320 | 0.5 | 0.19 |
| Hex | 48 | 18 | 38 | 0 | 43 | 16 | 48 | 140 | 32 | 13 |
| Octal | 110 | 30 | 70 | 0 | 103 | 26 | 110 | 500 | 62 | 23 |
| Binary | 1001000 | 11000 | 111000 | 0 | 1000011 | 10110 | 1001000 | 101000000 | 110010 | 10011 |
Color Harmonies of #481838
Complementary color
Monochromatic Colors of #481838
Black with #481838
Text Example
Text Example
White with #481838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481838; }
p { color: rgb(72,24,56); }
H1.HeaderClassName
{
color: #481838;
}
.AnyTagClassName
{
color: #481838;
}
</style>
background-color css
<style>
a { background-color: #481838; }
a { background-color: rgb(72,24,56); }
div.DivClassName
{
background-color: #481838;
}
.BgClassName
{
background-color: #481838;
}
</style>
border-color css
<style>
span { border-color: #481838; }
span { border-color: rgb(72,24,56); }
td.TdClassName
{
border-color: #481838;
}
.TagClassName
{
border-color: #481838;
}
</style>