Shades of Blackberry #31091C
Tints of Blackberry #31091C
RGB
CMYK
RGB Variations
Color information
#31091C (or 0x31091C) is known color: Blackberry. HEX triplet: 31, 09 and 1C. RGB value is (49,9,28). Sum of RGB (Red+Green+Blue) = 49+9+28=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #31091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31091C is #CEF6E3. Grayscale: #171717. Windows color (decimal): -13563620 or 1837361. OLE color: 1837361.
HSL color Cylindrical-coordinate representation of color #31091C: hue angle of 331.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31091C is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 9 | 28 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.81 |
| HSL | 331.5º | 0.69% | 0.11% | - |
| HSV(B) | 331.5º | 0.82% | 0.19% | - |
| XYZ | 1.57 | 0.93 | 1.2 | - |
| YUV | 23.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 9 | 28 | 0 | 0.82 | 0.43 | 0.81 | 331.5 | 0.69 | 0.11 |
| Hex | 31 | 9 | 1C | 0 | 52 | 2B | 51 | 14C | 45 | B |
| Octal | 61 | 11 | 34 | 0 | 122 | 53 | 121 | 514 | 105 | 13 |
| Binary | 110001 | 1001 | 11100 | 0 | 1010010 | 101011 | 1010001 | 101001100 | 1000101 | 1011 |
Color Harmonies of #31091C
Complementary color
Monochromatic Colors of #31091C
Black with #31091C
Text Example
Text Example
White with #31091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31091C; }
p { color: rgb(49,9,28); }
H1.HeaderClassName
{
color: #31091C;
}
.AnyTagClassName
{
color: #31091C;
}
</style>
background-color css
<style>
a { background-color: #31091C; }
a { background-color: rgb(49,9,28); }
div.DivClassName
{
background-color: #31091C;
}
.BgClassName
{
background-color: #31091C;
}
</style>
border-color css
<style>
span { border-color: #31091C; }
span { border-color: rgb(49,9,28); }
td.TdClassName
{
border-color: #31091C;
}
.TagClassName
{
border-color: #31091C;
}
</style>