Shades of Blackberry #310223
Tints of Blackberry #310223
RGB
CMYK
RGB Variations
Color information
#310223 (or 0x310223) is known color: Blackberry. HEX triplet: 31, 02 and 23. RGB value is (49,2,35). Sum of RGB (Red+Green+Blue) = 49+2+35=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 35 (14.06% from 255 or 40.70% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #310223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310223 is #CEFDDC. Grayscale: #131313. Windows color (decimal): -13565405 or 2294321. OLE color: 2294321.
HSL color Cylindrical-coordinate representation of color #310223: hue angle of 317.87º 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 #310223 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 2 | 35 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.81 |
| HSL | 317.87º | 0.92% | 0.1% | - |
| HSV(B) | 317.87º | 0.96% | 0.19% | - |
| XYZ | 1.59 | 0.82 | 1.66 | - |
| YUV | 19.82 | 136.57 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 35 | 0 | 0.96 | 0.29 | 0.81 | 317.87 | 0.92 | 0.1 |
| Hex | 31 | 2 | 23 | 0 | 60 | 1D | 51 | 13E | 5C | A |
| Octal | 61 | 2 | 43 | 0 | 140 | 35 | 121 | 476 | 134 | 12 |
| Binary | 110001 | 10 | 100011 | 0 | 1100000 | 11101 | 1010001 | 100111110 | 1011100 | 1010 |
Color Harmonies of #310223
Complementary color
Monochromatic Colors of #310223
Black with #310223
Text Example
Text Example
White with #310223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310223; }
p { color: rgb(49,2,35); }
H1.HeaderClassName
{
color: #310223;
}
.AnyTagClassName
{
color: #310223;
}
</style>
background-color css
<style>
a { background-color: #310223; }
a { background-color: rgb(49,2,35); }
div.DivClassName
{
background-color: #310223;
}
.BgClassName
{
background-color: #310223;
}
</style>
border-color css
<style>
span { border-color: #310223; }
span { border-color: rgb(49,2,35); }
td.TdClassName
{
border-color: #310223;
}
.TagClassName
{
border-color: #310223;
}
</style>