Shades of Blackberry #301726
Tints of Blackberry #301726
RGB
CMYK
RGB Variations
Color information
#301726 (or 0x301726) is known color: Blackberry. HEX triplet: 30, 17 and 26. RGB value is (48,23,38). Sum of RGB (Red+Green+Blue) = 48+23+38=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #301726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301726 is #CFE8D9. Grayscale: #202020. Windows color (decimal): -13625562 or 2496304. OLE color: 2496304.
HSL color Cylindrical-coordinate representation of color #301726: hue angle of 324º 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 #301726 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 23 | 38 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.81 |
| HSL | 324º | 0.35% | 0.14% | - |
| HSV(B) | 324º | 0.52% | 0.19% | - |
| XYZ | 1.88 | 1.38 | 2 | - |
| YUV | 32.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 38 | 0 | 0.52 | 0.21 | 0.81 | 324 | 0.35 | 0.14 |
| Hex | 30 | 17 | 26 | 0 | 34 | 15 | 51 | 144 | 23 | E |
| Octal | 60 | 27 | 46 | 0 | 64 | 25 | 121 | 504 | 43 | 16 |
| Binary | 110000 | 10111 | 100110 | 0 | 110100 | 10101 | 1010001 | 101000100 | 100011 | 1110 |
Color Harmonies of #301726
Complementary color
Monochromatic Colors of #301726
Black with #301726
Text Example
Text Example
White with #301726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301726; }
p { color: rgb(48,23,38); }
H1.HeaderClassName
{
color: #301726;
}
.AnyTagClassName
{
color: #301726;
}
</style>
background-color css
<style>
a { background-color: #301726; }
a { background-color: rgb(48,23,38); }
div.DivClassName
{
background-color: #301726;
}
.BgClassName
{
background-color: #301726;
}
</style>
border-color css
<style>
span { border-color: #301726; }
span { border-color: rgb(48,23,38); }
td.TdClassName
{
border-color: #301726;
}
.TagClassName
{
border-color: #301726;
}
</style>