Shades of Blackberry #301622
Tints of Blackberry #301622
RGB
CMYK
RGB Variations
Color information
#301622 (or 0x301622) is known color: Blackberry. HEX triplet: 30, 16 and 22. RGB value is (48,22,34). Sum of RGB (Red+Green+Blue) = 48+22+34=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #301622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301622 is #CFE9DD. Grayscale: #1F1F1F. Windows color (decimal): -13625822 or 2233904. OLE color: 2233904.
HSL color Cylindrical-coordinate representation of color #301622: hue angle of 332.31º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #301622 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 22 | 34 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.81 |
| HSL | 332.31º | 0.37% | 0.14% | - |
| HSV(B) | 332.31º | 0.54% | 0.19% | - |
| XYZ | 1.79 | 1.32 | 1.67 | - |
| YUV | 31.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 34 | 0 | 0.54 | 0.29 | 0.81 | 332.31 | 0.37 | 0.14 |
| Hex | 30 | 16 | 22 | 0 | 36 | 1D | 51 | 14C | 25 | E |
| Octal | 60 | 26 | 42 | 0 | 66 | 35 | 121 | 514 | 45 | 16 |
| Binary | 110000 | 10110 | 100010 | 0 | 110110 | 11101 | 1010001 | 101001100 | 100101 | 1110 |
Color Harmonies of #301622
Complementary color
Monochromatic Colors of #301622
Black with #301622
Text Example
Text Example
White with #301622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301622; }
p { color: rgb(48,22,34); }
H1.HeaderClassName
{
color: #301622;
}
.AnyTagClassName
{
color: #301622;
}
</style>
background-color css
<style>
a { background-color: #301622; }
a { background-color: rgb(48,22,34); }
div.DivClassName
{
background-color: #301622;
}
.BgClassName
{
background-color: #301622;
}
</style>
border-color css
<style>
span { border-color: #301622; }
span { border-color: rgb(48,22,34); }
td.TdClassName
{
border-color: #301622;
}
.TagClassName
{
border-color: #301622;
}
</style>