Shades of Blackberry #480F33
Tints of Blackberry #480F33
RGB
CMYK
RGB Variations
Color information
#480F33 (or 0x480F33) is known color: Blackberry. HEX triplet: 48, 0F and 33. RGB value is (72,15,51). Sum of RGB (Red+Green+Blue) = 72+15+51=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #480F33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F33 is #B7F0CC. Grayscale: #242424. Windows color (decimal): -12054733 or 3346248. OLE color: 3346248.
HSL color Cylindrical-coordinate representation of color #480F33: hue angle of 322.11º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #480F33 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 15 | 51 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.72 |
| HSL | 322.11º | 0.66% | 0.17% | - |
| HSV(B) | 322.11º | 0.79% | 0.28% | - |
| XYZ | 3.44 | 1.96 | 3.33 | - |
| YUV | 36.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 15 | 51 | 0 | 0.79 | 0.29 | 0.72 | 322.11 | 0.66 | 0.17 |
| Hex | 48 | F | 33 | 0 | 4F | 1D | 48 | 142 | 42 | 11 |
| Octal | 110 | 17 | 63 | 0 | 117 | 35 | 110 | 502 | 102 | 21 |
| Binary | 1001000 | 1111 | 110011 | 0 | 1001111 | 11101 | 1001000 | 101000010 | 1000010 | 10001 |
Color Harmonies of #480F33
Complementary color
Monochromatic Colors of #480F33
Black with #480F33
Text Example
Text Example
White with #480F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480F33; }
p { color: rgb(72,15,51); }
H1.HeaderClassName
{
color: #480F33;
}
.AnyTagClassName
{
color: #480F33;
}
</style>
background-color css
<style>
a { background-color: #480F33; }
a { background-color: rgb(72,15,51); }
div.DivClassName
{
background-color: #480F33;
}
.BgClassName
{
background-color: #480F33;
}
</style>
border-color css
<style>
span { border-color: #480F33; }
span { border-color: rgb(72,15,51); }
td.TdClassName
{
border-color: #480F33;
}
.TagClassName
{
border-color: #480F33;
}
</style>