Shades of Blackberry #48022A
Tints of Blackberry #48022A
RGB
CMYK
RGB Variations
Color information
#48022A (or 0x48022A) is known color: Blackberry. HEX triplet: 48, 02 and 2A. RGB value is (72,2,42). Sum of RGB (Red+Green+Blue) = 72+2+42=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #48022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48022A is #B7FDD5. Grayscale: #1B1B1B. Windows color (decimal): -12058070 or 2753096. OLE color: 2753096.
HSL color Cylindrical-coordinate representation of color #48022A: hue angle of 325.71º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #48022A is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 2 | 42 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.72 |
| HSL | 325.71º | 0.95% | 0.15% | - |
| HSV(B) | 325.71º | 0.97% | 0.28% | - |
| XYZ | 3.11 | 1.59 | 2.33 | - |
| YUV | 27.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 2 | 42 | 0 | 0.97 | 0.42 | 0.72 | 325.71 | 0.95 | 0.15 |
| Hex | 48 | 2 | 2A | 0 | 61 | 2A | 48 | 146 | 5F | F |
| Octal | 110 | 2 | 52 | 0 | 141 | 52 | 110 | 506 | 137 | 17 |
| Binary | 1001000 | 10 | 101010 | 0 | 1100001 | 101010 | 1001000 | 101000110 | 1011111 | 1111 |
Color Harmonies of #48022A
Complementary color
Monochromatic Colors of #48022A
Black with #48022A
Text Example
Text Example
White with #48022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48022A; }
p { color: rgb(72,2,42); }
H1.HeaderClassName
{
color: #48022A;
}
.AnyTagClassName
{
color: #48022A;
}
</style>
background-color css
<style>
a { background-color: #48022A; }
a { background-color: rgb(72,2,42); }
div.DivClassName
{
background-color: #48022A;
}
.BgClassName
{
background-color: #48022A;
}
</style>
border-color css
<style>
span { border-color: #48022A; }
span { border-color: rgb(72,2,42); }
td.TdClassName
{
border-color: #48022A;
}
.TagClassName
{
border-color: #48022A;
}
</style>