Shades of Blackberry #35001A
Tints of Blackberry #35001A
RGB
CMYK
RGB Variations
Color information
#35001A (or 0x35001A) is known color: Blackberry. HEX triplet: 35, 00 and 1A. RGB value is (53,0,26). Sum of RGB (Red+Green+Blue) = 53+0+26=79 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.09% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 53 - color contains mainly: red. Hex color #35001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35001A is #CAFFE5. Grayscale: #121212. Windows color (decimal): -13303782 or 1703989. OLE color: 1703989.
HSL color Cylindrical-coordinate representation of color #35001A: hue angle of 330.57º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35001A is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
RGB | 53 | 0 | 26 | - |
CMYK | 0 | 1 | 0.51 | 0.79 |
HSL | 330.57º | 1% | 0.1% | - |
HSV(B) | 330.57º | 1% | 0.21% | - |
XYZ | 1.65 | 0.83 | 1.05 | - |
YUV | 18.81 | 132.06 | 152.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 53 | 0 | 26 | 0 | 1 | 0.51 | 0.79 | 330.57 | 1 | 0.1 |
Hex | 35 | 0 | 1A | 0 | 64 | 33 | 4F | 14B | 64 | A |
Octal | 65 | 0 | 32 | 0 | 144 | 63 | 117 | 513 | 144 | 12 |
Binary | 110101 | 0 | 11010 | 0 | 1100100 | 110011 | 1001111 | 101001011 | 1100100 | 1010 |
Color Harmonies of #35001A
Complementary color
Monochromatic Colors of #35001A
Black with #35001A
Text Example
Text Example
White with #35001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35001A; }
p { color: rgb(53,0,26); }
H1.HeaderClassName
{
color: #35001A;
}
.AnyTagClassName
{
color: #35001A;
}
</style>
background-color css
<style>
a { background-color: #35001A; }
a { background-color: rgb(53,0,26); }
div.DivClassName
{
background-color: #35001A;
}
.BgClassName
{
background-color: #35001A;
}
</style>
border-color css
<style>
span { border-color: #35001A; }
span { border-color: rgb(53,0,26); }
td.TdClassName
{
border-color: #35001A;
}
.TagClassName
{
border-color: #35001A;
}
</style>