Shades of Blackberry #350823
Tints of Blackberry #350823
RGB
CMYK
RGB Variations
Color information
#350823 (or 0x350823) is known color: Blackberry. HEX triplet: 35, 08 and 23. RGB value is (53,8,35). Sum of RGB (Red+Green+Blue) = 53+8+35=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #350823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350823 is #CAF7DC. Grayscale: #181818. Windows color (decimal): -13301725 or 2295861. OLE color: 2295861.
HSL color Cylindrical-coordinate representation of color #350823: hue angle of 324º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #350823 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 8 | 35 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.79 |
| HSL | 324º | 0.74% | 0.12% | - |
| HSV(B) | 324º | 0.85% | 0.21% | - |
| XYZ | 1.86 | 1.05 | 1.7 | - |
| YUV | 24.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 8 | 35 | 0 | 0.85 | 0.34 | 0.79 | 324 | 0.74 | 0.12 |
| Hex | 35 | 8 | 23 | 0 | 55 | 22 | 4F | 144 | 4A | C |
| Octal | 65 | 10 | 43 | 0 | 125 | 42 | 117 | 504 | 112 | 14 |
| Binary | 110101 | 1000 | 100011 | 0 | 1010101 | 100010 | 1001111 | 101000100 | 1001010 | 1100 |
Color Harmonies of #350823
Complementary color
Monochromatic Colors of #350823
Black with #350823
Text Example
Text Example
White with #350823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350823; }
p { color: rgb(53,8,35); }
H1.HeaderClassName
{
color: #350823;
}
.AnyTagClassName
{
color: #350823;
}
</style>
background-color css
<style>
a { background-color: #350823; }
a { background-color: rgb(53,8,35); }
div.DivClassName
{
background-color: #350823;
}
.BgClassName
{
background-color: #350823;
}
</style>
border-color css
<style>
span { border-color: #350823; }
span { border-color: rgb(53,8,35); }
td.TdClassName
{
border-color: #350823;
}
.TagClassName
{
border-color: #350823;
}
</style>