Shades of Blackberry #481B2F
Tints of Blackberry #481B2F
RGB
CMYK
RGB Variations
Color information
#481B2F (or 0x481B2F) is known color: Blackberry. HEX triplet: 48, 1B and 2F. RGB value is (72,27,47). Sum of RGB (Red+Green+Blue) = 72+27+47=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #481B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B2F is #B7E4D0. Grayscale: #2A2A2A. Windows color (decimal): -12051665 or 3087176. OLE color: 3087176.
HSL color Cylindrical-coordinate representation of color #481B2F: hue angle of 333.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481B2F is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 27 | 47 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.72 |
| HSL | 333.33º | 0.45% | 0.19% | - |
| HSV(B) | 333.33º | 0.63% | 0.28% | - |
| XYZ | 3.58 | 2.37 | 2.96 | - |
| YUV | 42.74 | 130.41 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 47 | 0 | 0.62 | 0.35 | 0.72 | 333.33 | 0.45 | 0.19 |
| Hex | 48 | 1B | 2F | 0 | 3E | 23 | 48 | 14D | 2D | 13 |
| Octal | 110 | 33 | 57 | 0 | 76 | 43 | 110 | 515 | 55 | 23 |
| Binary | 1001000 | 11011 | 101111 | 0 | 111110 | 100011 | 1001000 | 101001101 | 101101 | 10011 |
Color Harmonies of #481B2F
Complementary color
Monochromatic Colors of #481B2F
Black with #481B2F
Text Example
Text Example
White with #481B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B2F; }
p { color: rgb(72,27,47); }
H1.HeaderClassName
{
color: #481B2F;
}
.AnyTagClassName
{
color: #481B2F;
}
</style>
background-color css
<style>
a { background-color: #481B2F; }
a { background-color: rgb(72,27,47); }
div.DivClassName
{
background-color: #481B2F;
}
.BgClassName
{
background-color: #481B2F;
}
</style>
border-color css
<style>
span { border-color: #481B2F; }
span { border-color: rgb(72,27,47); }
td.TdClassName
{
border-color: #481B2F;
}
.TagClassName
{
border-color: #481B2F;
}
</style>