Shades of Blackberry #481A36
Tints of Blackberry #481A36
RGB
CMYK
RGB Variations
Color information
#481A36 (or 0x481A36) is known color: Blackberry. HEX triplet: 48, 1A and 36. RGB value is (72,26,54). Sum of RGB (Red+Green+Blue) = 72+26+54=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #481A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A36 is #B7E5C9. Grayscale: #2A2A2A. Windows color (decimal): -12051914 or 3545672. OLE color: 3545672.
HSL color Cylindrical-coordinate representation of color #481A36: hue angle of 323.48º 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 #481A36 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 26 | 54 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.72 |
| HSL | 323.48º | 0.47% | 0.19% | - |
| HSV(B) | 323.48º | 0.64% | 0.28% | - |
| XYZ | 3.71 | 2.38 | 3.75 | - |
| YUV | 42.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 54 | 0 | 0.64 | 0.25 | 0.72 | 323.48 | 0.47 | 0.19 |
| Hex | 48 | 1A | 36 | 0 | 40 | 19 | 48 | 143 | 2F | 13 |
| Octal | 110 | 32 | 66 | 0 | 100 | 31 | 110 | 503 | 57 | 23 |
| Binary | 1001000 | 11010 | 110110 | 0 | 1000000 | 11001 | 1001000 | 101000011 | 101111 | 10011 |
Color Harmonies of #481A36
Complementary color
Monochromatic Colors of #481A36
Black with #481A36
Text Example
Text Example
White with #481A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A36; }
p { color: rgb(72,26,54); }
H1.HeaderClassName
{
color: #481A36;
}
.AnyTagClassName
{
color: #481A36;
}
</style>
background-color css
<style>
a { background-color: #481A36; }
a { background-color: rgb(72,26,54); }
div.DivClassName
{
background-color: #481A36;
}
.BgClassName
{
background-color: #481A36;
}
</style>
border-color css
<style>
span { border-color: #481A36; }
span { border-color: rgb(72,26,54); }
td.TdClassName
{
border-color: #481A36;
}
.TagClassName
{
border-color: #481A36;
}
</style>