Shades of Blackberry #480E23
Tints of Blackberry #480E23
RGB
CMYK
RGB Variations
Color information
#480E23 (or 0x480E23) is known color: Blackberry. HEX triplet: 48, 0E and 23. RGB value is (72,14,35). Sum of RGB (Red+Green+Blue) = 72+14+35=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #480E23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480E23 is #B7F1DC. Grayscale: #212121. Windows color (decimal): -12055005 or 2297416. OLE color: 2297416.
HSL color Cylindrical-coordinate representation of color #480E23: hue angle of 338.28º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #480E23 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 14 | 35 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.72 |
| HSL | 338.28º | 0.67% | 0.17% | - |
| HSV(B) | 338.28º | 0.81% | 0.28% | - |
| XYZ | 3.13 | 1.81 | 1.77 | - |
| YUV | 33.74 | 128.72 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 14 | 35 | 0 | 0.81 | 0.51 | 0.72 | 338.28 | 0.67 | 0.17 |
| Hex | 48 | E | 23 | 0 | 51 | 33 | 48 | 152 | 43 | 11 |
| Octal | 110 | 16 | 43 | 0 | 121 | 63 | 110 | 522 | 103 | 21 |
| Binary | 1001000 | 1110 | 100011 | 0 | 1010001 | 110011 | 1001000 | 101010010 | 1000011 | 10001 |
Color Harmonies of #480E23
Complementary color
Monochromatic Colors of #480E23
Black with #480E23
Text Example
Text Example
White with #480E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480E23; }
p { color: rgb(72,14,35); }
H1.HeaderClassName
{
color: #480E23;
}
.AnyTagClassName
{
color: #480E23;
}
</style>
background-color css
<style>
a { background-color: #480E23; }
a { background-color: rgb(72,14,35); }
div.DivClassName
{
background-color: #480E23;
}
.BgClassName
{
background-color: #480E23;
}
</style>
border-color css
<style>
span { border-color: #480E23; }
span { border-color: rgb(72,14,35); }
td.TdClassName
{
border-color: #480E23;
}
.TagClassName
{
border-color: #480E23;
}
</style>