Shades of Blackberry #35011C
Tints of Blackberry #35011C
RGB
CMYK
RGB Variations
Color information
#35011C (or 0x35011C) is known color: Blackberry. HEX triplet: 35, 01 and 1C. RGB value is (53,1,28). Sum of RGB (Red+Green+Blue) = 53+1+28=82 (10% of max value = 765). Red value is 53 (21.09% from 255 or 64.63% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 53 - color contains mainly: red. Hex color #35011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35011C is #CAFEE3. Grayscale: #131313. Windows color (decimal): -13303524 or 1835317. OLE color: 1835317.
HSL color Cylindrical-coordinate representation of color #35011C: hue angle of 328.85º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #35011C is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 1 | 28 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.79 |
| HSL | 328.85º | 0.96% | 0.11% | - |
| HSV(B) | 328.85º | 0.98% | 0.21% | - |
| XYZ | 1.69 | 0.86 | 1.18 | - |
| YUV | 19.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 1 | 28 | 0 | 0.98 | 0.47 | 0.79 | 328.85 | 0.96 | 0.11 |
| Hex | 35 | 1 | 1C | 0 | 62 | 2F | 4F | 149 | 60 | B |
| Octal | 65 | 1 | 34 | 0 | 142 | 57 | 117 | 511 | 140 | 13 |
| Binary | 110101 | 1 | 11100 | 0 | 1100010 | 101111 | 1001111 | 101001001 | 1100000 | 1011 |
Color Harmonies of #35011C
Complementary color
Monochromatic Colors of #35011C
Black with #35011C
Text Example
Text Example
White with #35011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35011C; }
p { color: rgb(53,1,28); }
H1.HeaderClassName
{
color: #35011C;
}
.AnyTagClassName
{
color: #35011C;
}
</style>
background-color css
<style>
a { background-color: #35011C; }
a { background-color: rgb(53,1,28); }
div.DivClassName
{
background-color: #35011C;
}
.BgClassName
{
background-color: #35011C;
}
</style>
border-color css
<style>
span { border-color: #35011C; }
span { border-color: rgb(53,1,28); }
td.TdClassName
{
border-color: #35011C;
}
.TagClassName
{
border-color: #35011C;
}
</style>