Shades of Blackberry #310A1A
Tints of Blackberry #310A1A
RGB
CMYK
RGB Variations
Color information
#310A1A (or 0x310A1A) is known color: Blackberry. HEX triplet: 31, 0A and 1A. RGB value is (49,10,26). Sum of RGB (Red+Green+Blue) = 49+10+26=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 10 (4.30% from 255 or 11.76% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #310A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310A1A is #CEF5E5. Grayscale: #171717. Windows color (decimal): -13563366 or 1706545. OLE color: 1706545.
HSL color Cylindrical-coordinate representation of color #310A1A: hue angle of 335.38º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #310A1A is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 10 | 26 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.81 |
| HSL | 335.38º | 0.66% | 0.12% | - |
| HSV(B) | 335.38º | 0.8% | 0.19% | - |
| XYZ | 1.56 | 0.94 | 1.08 | - |
| YUV | 23.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 10 | 26 | 0 | 0.80 | 0.47 | 0.81 | 335.38 | 0.66 | 0.12 |
| Hex | 31 | A | 1A | 0 | 50 | 2F | 51 | 14F | 42 | C |
| Octal | 61 | 12 | 32 | 0 | 120 | 57 | 121 | 517 | 102 | 14 |
| Binary | 110001 | 1010 | 11010 | 0 | 1010000 | 101111 | 1010001 | 101001111 | 1000010 | 1100 |
Color Harmonies of #310A1A
Complementary color
Monochromatic Colors of #310A1A
Black with #310A1A
Text Example
Text Example
White with #310A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310A1A; }
p { color: rgb(49,10,26); }
H1.HeaderClassName
{
color: #310A1A;
}
.AnyTagClassName
{
color: #310A1A;
}
</style>
background-color css
<style>
a { background-color: #310A1A; }
a { background-color: rgb(49,10,26); }
div.DivClassName
{
background-color: #310A1A;
}
.BgClassName
{
background-color: #310A1A;
}
</style>
border-color css
<style>
span { border-color: #310A1A; }
span { border-color: rgb(49,10,26); }
td.TdClassName
{
border-color: #310A1A;
}
.TagClassName
{
border-color: #310A1A;
}
</style>