Shades of Blackberry #300223
Tints of Blackberry #300223
RGB
CMYK
RGB Variations
Color information
#300223 (or 0x300223) is known color: Blackberry. HEX triplet: 30, 02 and 23. RGB value is (48,2,35). Sum of RGB (Red+Green+Blue) = 48+2+35=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 35 (14.06% from 255 or 41.18% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #300223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300223 is #CFFDDC. Grayscale: #131313. Windows color (decimal): -13630941 or 2294320. OLE color: 2294320.
HSL color Cylindrical-coordinate representation of color #300223: hue angle of 316.96º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300223 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 2 | 35 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.81 |
| HSL | 316.96º | 0.92% | 0.1% | - |
| HSV(B) | 316.96º | 0.96% | 0.19% | - |
| XYZ | 1.54 | 0.79 | 1.66 | - |
| YUV | 19.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 35 | 0 | 0.96 | 0.27 | 0.81 | 316.96 | 0.92 | 0.1 |
| Hex | 30 | 2 | 23 | 0 | 60 | 1B | 51 | 13D | 5C | A |
| Octal | 60 | 2 | 43 | 0 | 140 | 33 | 121 | 475 | 134 | 12 |
| Binary | 110000 | 10 | 100011 | 0 | 1100000 | 11011 | 1010001 | 100111101 | 1011100 | 1010 |
Color Harmonies of #300223
Complementary color
Monochromatic Colors of #300223
Black with #300223
Text Example
Text Example
White with #300223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300223; }
p { color: rgb(48,2,35); }
H1.HeaderClassName
{
color: #300223;
}
.AnyTagClassName
{
color: #300223;
}
</style>
background-color css
<style>
a { background-color: #300223; }
a { background-color: rgb(48,2,35); }
div.DivClassName
{
background-color: #300223;
}
.BgClassName
{
background-color: #300223;
}
</style>
border-color css
<style>
span { border-color: #300223; }
span { border-color: rgb(48,2,35); }
td.TdClassName
{
border-color: #300223;
}
.TagClassName
{
border-color: #300223;
}
</style>