Shades of Blackberry #350A1F
Tints of Blackberry #350A1F
RGB
CMYK
RGB Variations
Color information
#350A1F (or 0x350A1F) is known color: Blackberry. HEX triplet: 35, 0A and 1F. RGB value is (53,10,31). Sum of RGB (Red+Green+Blue) = 53+10+31=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #350A1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350A1F is #CAF5E0. Grayscale: #191919. Windows color (decimal): -13301217 or 2034229. OLE color: 2034229.
HSL color Cylindrical-coordinate representation of color #350A1F: hue angle of 330.7º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #350A1F is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 10 | 31 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.79 |
| HSL | 330.7º | 0.68% | 0.12% | - |
| HSV(B) | 330.7º | 0.81% | 0.21% | - |
| XYZ | 1.82 | 1.07 | 1.41 | - |
| YUV | 25.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 31 | 0 | 0.81 | 0.42 | 0.79 | 330.7 | 0.68 | 0.12 |
| Hex | 35 | A | 1F | 0 | 51 | 2A | 4F | 14B | 44 | C |
| Octal | 65 | 12 | 37 | 0 | 121 | 52 | 117 | 513 | 104 | 14 |
| Binary | 110101 | 1010 | 11111 | 0 | 1010001 | 101010 | 1001111 | 101001011 | 1000100 | 1100 |
Color Harmonies of #350A1F
Complementary color
Monochromatic Colors of #350A1F
Black with #350A1F
Text Example
Text Example
White with #350A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350A1F; }
p { color: rgb(53,10,31); }
H1.HeaderClassName
{
color: #350A1F;
}
.AnyTagClassName
{
color: #350A1F;
}
</style>
background-color css
<style>
a { background-color: #350A1F; }
a { background-color: rgb(53,10,31); }
div.DivClassName
{
background-color: #350A1F;
}
.BgClassName
{
background-color: #350A1F;
}
</style>
border-color css
<style>
span { border-color: #350A1F; }
span { border-color: rgb(53,10,31); }
td.TdClassName
{
border-color: #350A1F;
}
.TagClassName
{
border-color: #350A1F;
}
</style>