Shades of Blackberry #481A2F
Tints of Blackberry #481A2F
RGB
CMYK
RGB Variations
Color information
#481A2F (or 0x481A2F) is known color: Blackberry. HEX triplet: 48, 1A and 2F. RGB value is (72,26,47). Sum of RGB (Red+Green+Blue) = 72+26+47=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #481A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A2F is #B7E5D0. Grayscale: #2A2A2A. Windows color (decimal): -12051921 or 3086920. OLE color: 3086920.
HSL color Cylindrical-coordinate representation of color #481A2F: hue angle of 332.61º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #481A2F is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 26 | 47 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.72 |
| HSL | 332.61º | 0.47% | 0.19% | - |
| HSV(B) | 332.61º | 0.64% | 0.28% | - |
| XYZ | 3.55 | 2.32 | 2.95 | - |
| YUV | 42.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 47 | 0 | 0.64 | 0.35 | 0.72 | 332.61 | 0.47 | 0.19 |
| Hex | 48 | 1A | 2F | 0 | 40 | 23 | 48 | 14D | 2F | 13 |
| Octal | 110 | 32 | 57 | 0 | 100 | 43 | 110 | 515 | 57 | 23 |
| Binary | 1001000 | 11010 | 101111 | 0 | 1000000 | 100011 | 1001000 | 101001101 | 101111 | 10011 |
Color Harmonies of #481A2F
Complementary color
Monochromatic Colors of #481A2F
Black with #481A2F
Text Example
Text Example
White with #481A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A2F; }
p { color: rgb(72,26,47); }
H1.HeaderClassName
{
color: #481A2F;
}
.AnyTagClassName
{
color: #481A2F;
}
</style>
background-color css
<style>
a { background-color: #481A2F; }
a { background-color: rgb(72,26,47); }
div.DivClassName
{
background-color: #481A2F;
}
.BgClassName
{
background-color: #481A2F;
}
</style>
border-color css
<style>
span { border-color: #481A2F; }
span { border-color: rgb(72,26,47); }
td.TdClassName
{
border-color: #481A2F;
}
.TagClassName
{
border-color: #481A2F;
}
</style>