Shades of Blackberry #310B23
Tints of Blackberry #310B23
RGB
CMYK
RGB Variations
Color information
#310B23 (or 0x310B23) is known color: Blackberry. HEX triplet: 31, 0B and 23. RGB value is (49,11,35). Sum of RGB (Red+Green+Blue) = 49+11+35=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 35 (14.06% from 255 or 36.84% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #310B23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B23 is #CEF4DC. Grayscale: #191919. Windows color (decimal): -13563101 or 2296625. OLE color: 2296625.
HSL color Cylindrical-coordinate representation of color #310B23: hue angle of 322.11º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #310B23 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 11 | 35 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.81 |
| HSL | 322.11º | 0.63% | 0.12% | - |
| HSV(B) | 322.11º | 0.78% | 0.19% | - |
| XYZ | 1.69 | 1.01 | 1.7 | - |
| YUV | 25.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 35 | 0 | 0.78 | 0.29 | 0.81 | 322.11 | 0.63 | 0.12 |
| Hex | 31 | B | 23 | 0 | 4E | 1D | 51 | 142 | 3F | C |
| Octal | 61 | 13 | 43 | 0 | 116 | 35 | 121 | 502 | 77 | 14 |
| Binary | 110001 | 1011 | 100011 | 0 | 1001110 | 11101 | 1010001 | 101000010 | 111111 | 1100 |
Color Harmonies of #310B23
Complementary color
Monochromatic Colors of #310B23
Black with #310B23
Text Example
Text Example
White with #310B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B23; }
p { color: rgb(49,11,35); }
H1.HeaderClassName
{
color: #310B23;
}
.AnyTagClassName
{
color: #310B23;
}
</style>
background-color css
<style>
a { background-color: #310B23; }
a { background-color: rgb(49,11,35); }
div.DivClassName
{
background-color: #310B23;
}
.BgClassName
{
background-color: #310B23;
}
</style>
border-color css
<style>
span { border-color: #310B23; }
span { border-color: rgb(49,11,35); }
td.TdClassName
{
border-color: #310B23;
}
.TagClassName
{
border-color: #310B23;
}
</style>