Shades of Blackberry #35041C
Tints of Blackberry #35041C
RGB
CMYK
RGB Variations
Color information
#35041C (or 0x35041C) is known color: Blackberry. HEX triplet: 35, 04 and 1C. RGB value is (53,4,28). Sum of RGB (Red+Green+Blue) = 53+4+28=85 (11% of max value = 765). Red value is 53 (21.09% from 255 or 62.35% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 53 - color contains mainly: red. Hex color #35041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35041C is #CAFBE3. Grayscale: #151515. Windows color (decimal): -13302756 or 1836085. OLE color: 1836085.
HSL color Cylindrical-coordinate representation of color #35041C: hue angle of 330.61º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #35041C is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 4 | 28 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.79 |
| HSL | 330.61º | 0.86% | 0.11% | - |
| HSV(B) | 330.61º | 0.92% | 0.21% | - |
| XYZ | 1.72 | 0.93 | 1.19 | - |
| YUV | 21.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 4 | 28 | 0 | 0.92 | 0.47 | 0.79 | 330.61 | 0.86 | 0.11 |
| Hex | 35 | 4 | 1C | 0 | 5C | 2F | 4F | 14B | 56 | B |
| Octal | 65 | 4 | 34 | 0 | 134 | 57 | 117 | 513 | 126 | 13 |
| Binary | 110101 | 100 | 11100 | 0 | 1011100 | 101111 | 1001111 | 101001011 | 1010110 | 1011 |
Color Harmonies of #35041C
Complementary color
Monochromatic Colors of #35041C
Black with #35041C
Text Example
Text Example
White with #35041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35041C; }
p { color: rgb(53,4,28); }
H1.HeaderClassName
{
color: #35041C;
}
.AnyTagClassName
{
color: #35041C;
}
</style>
background-color css
<style>
a { background-color: #35041C; }
a { background-color: rgb(53,4,28); }
div.DivClassName
{
background-color: #35041C;
}
.BgClassName
{
background-color: #35041C;
}
</style>
border-color css
<style>
span { border-color: #35041C; }
span { border-color: rgb(53,4,28); }
td.TdClassName
{
border-color: #35041C;
}
.TagClassName
{
border-color: #35041C;
}
</style>