Shades of Blackberry #350F1F
Tints of Blackberry #350F1F
RGB
CMYK
RGB Variations
Color information
#350F1F (or 0x350F1F) is known color: Blackberry. HEX triplet: 35, 0F and 1F. RGB value is (53,15,31). Sum of RGB (Red+Green+Blue) = 53+15+31=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #350F1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350F1F is #CAF0E0. Grayscale: #1C1C1C. Windows color (decimal): -13299937 or 2035509. OLE color: 2035509.
HSL color Cylindrical-coordinate representation of color #350F1F: hue angle of 334.74º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #350F1F is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 15 | 31 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.79 |
| HSL | 334.74º | 0.56% | 0.13% | - |
| HSV(B) | 334.74º | 0.72% | 0.21% | - |
| XYZ | 1.89 | 1.2 | 1.43 | - |
| YUV | 28.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 31 | 0 | 0.72 | 0.42 | 0.79 | 334.74 | 0.56 | 0.13 |
| Hex | 35 | F | 1F | 0 | 48 | 2A | 4F | 14F | 38 | D |
| Octal | 65 | 17 | 37 | 0 | 110 | 52 | 117 | 517 | 70 | 15 |
| Binary | 110101 | 1111 | 11111 | 0 | 1001000 | 101010 | 1001111 | 101001111 | 111000 | 1101 |
Color Harmonies of #350F1F
Complementary color
Monochromatic Colors of #350F1F
Black with #350F1F
Text Example
Text Example
White with #350F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350F1F; }
p { color: rgb(53,15,31); }
H1.HeaderClassName
{
color: #350F1F;
}
.AnyTagClassName
{
color: #350F1F;
}
</style>
background-color css
<style>
a { background-color: #350F1F; }
a { background-color: rgb(53,15,31); }
div.DivClassName
{
background-color: #350F1F;
}
.BgClassName
{
background-color: #350F1F;
}
</style>
border-color css
<style>
span { border-color: #350F1F; }
span { border-color: rgb(53,15,31); }
td.TdClassName
{
border-color: #350F1F;
}
.TagClassName
{
border-color: #350F1F;
}
</style>