Shades of Blackberry #301722
Tints of Blackberry #301722
RGB
CMYK
RGB Variations
Color information
#301722 (or 0x301722) is known color: Blackberry. HEX triplet: 30, 17 and 22. RGB value is (48,23,34). Sum of RGB (Red+Green+Blue) = 48+23+34=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #301722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301722 is #CFE8DD. Grayscale: #1F1F1F. Windows color (decimal): -13625566 or 2234160. OLE color: 2234160.
HSL color Cylindrical-coordinate representation of color #301722: hue angle of 333.6º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #301722 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 23 | 34 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.81 |
| HSL | 333.6º | 0.35% | 0.14% | - |
| HSV(B) | 333.6º | 0.52% | 0.19% | - |
| XYZ | 1.81 | 1.36 | 1.68 | - |
| YUV | 31.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 34 | 0 | 0.52 | 0.29 | 0.81 | 333.6 | 0.35 | 0.14 |
| Hex | 30 | 17 | 22 | 0 | 34 | 1D | 51 | 14E | 23 | E |
| Octal | 60 | 27 | 42 | 0 | 64 | 35 | 121 | 516 | 43 | 16 |
| Binary | 110000 | 10111 | 100010 | 0 | 110100 | 11101 | 1010001 | 101001110 | 100011 | 1110 |
Color Harmonies of #301722
Complementary color
Monochromatic Colors of #301722
Black with #301722
Text Example
Text Example
White with #301722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301722; }
p { color: rgb(48,23,34); }
H1.HeaderClassName
{
color: #301722;
}
.AnyTagClassName
{
color: #301722;
}
</style>
background-color css
<style>
a { background-color: #301722; }
a { background-color: rgb(48,23,34); }
div.DivClassName
{
background-color: #301722;
}
.BgClassName
{
background-color: #301722;
}
</style>
border-color css
<style>
span { border-color: #301722; }
span { border-color: rgb(48,23,34); }
td.TdClassName
{
border-color: #301722;
}
.TagClassName
{
border-color: #301722;
}
</style>