Shades of Blackberry #351A2A
Tints of Blackberry #351A2A
RGB
CMYK
RGB Variations
Color information
#351A2A (or 0x351A2A) is known color: Blackberry. HEX triplet: 35, 1A and 2A. RGB value is (53,26,42). Sum of RGB (Red+Green+Blue) = 53+26+42=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #351A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A2A is #CAE5D5. Grayscale: #232323. Windows color (decimal): -13297110 or 2759221. OLE color: 2759221.
HSL color Cylindrical-coordinate representation of color #351A2A: hue angle of 324.44º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #351A2A is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
RGB | 53 | 26 | 42 | - |
CMYK | 0 | 0.51 | 0.21 | 0.79 |
HSL | 324.44º | 0.34% | 0.15% | - |
HSV(B) | 324.44º | 0.51% | 0.21% | - |
XYZ | 2.26 | 1.66 | 2.39 | - |
YUV | 35.9 | 131.45 | 140.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 53 | 26 | 42 | 0 | 0.51 | 0.21 | 0.79 | 324.44 | 0.34 | 0.15 |
Hex | 35 | 1A | 2A | 0 | 33 | 15 | 4F | 144 | 22 | F |
Octal | 65 | 32 | 52 | 0 | 63 | 25 | 117 | 504 | 42 | 17 |
Binary | 110101 | 11010 | 101010 | 0 | 110011 | 10101 | 1001111 | 101000100 | 100010 | 1111 |
Color Harmonies of #351A2A
Complementary color
Monochromatic Colors of #351A2A
Black with #351A2A
Text Example
Text Example
White with #351A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A2A; }
p { color: rgb(53,26,42); }
H1.HeaderClassName
{
color: #351A2A;
}
.AnyTagClassName
{
color: #351A2A;
}
</style>
background-color css
<style>
a { background-color: #351A2A; }
a { background-color: rgb(53,26,42); }
div.DivClassName
{
background-color: #351A2A;
}
.BgClassName
{
background-color: #351A2A;
}
</style>
border-color css
<style>
span { border-color: #351A2A; }
span { border-color: rgb(53,26,42); }
td.TdClassName
{
border-color: #351A2A;
}
.TagClassName
{
border-color: #351A2A;
}
</style>