Shades of Blackberry #35052B
Tints of Blackberry #35052B
RGB
CMYK
RGB Variations
Color information
#35052B (or 0x35052B) is known color: Blackberry. HEX triplet: 35, 05 and 2B. RGB value is (53,5,43). Sum of RGB (Red+Green+Blue) = 53+5+43=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #35052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35052B is #CAFAD4. Grayscale: #171717. Windows color (decimal): -13302485 or 2819381. OLE color: 2819381.
HSL color Cylindrical-coordinate representation of color #35052B: hue angle of 312.5º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35052B is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 5 | 43 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.79 |
| HSL | 312.5º | 0.83% | 0.11% | - |
| HSV(B) | 312.5º | 0.91% | 0.21% | - |
| XYZ | 1.96 | 1.04 | 2.38 | - |
| YUV | 23.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 43 | 0 | 0.91 | 0.19 | 0.79 | 312.5 | 0.83 | 0.11 |
| Hex | 35 | 5 | 2B | 0 | 5B | 13 | 4F | 138 | 53 | B |
| Octal | 65 | 5 | 53 | 0 | 133 | 23 | 117 | 470 | 123 | 13 |
| Binary | 110101 | 101 | 101011 | 0 | 1011011 | 10011 | 1001111 | 100111000 | 1010011 | 1011 |
Color Harmonies of #35052B
Complementary color
Monochromatic Colors of #35052B
Black with #35052B
Text Example
Text Example
White with #35052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35052B; }
p { color: rgb(53,5,43); }
H1.HeaderClassName
{
color: #35052B;
}
.AnyTagClassName
{
color: #35052B;
}
</style>
background-color css
<style>
a { background-color: #35052B; }
a { background-color: rgb(53,5,43); }
div.DivClassName
{
background-color: #35052B;
}
.BgClassName
{
background-color: #35052B;
}
</style>
border-color css
<style>
span { border-color: #35052B; }
span { border-color: rgb(53,5,43); }
td.TdClassName
{
border-color: #35052B;
}
.TagClassName
{
border-color: #35052B;
}
</style>