Shades of Blackberry #180510
Tints of Blackberry #180510
RGB
CMYK
RGB Variations
Color information
#180510 (or 0x180510) is known color: Blackberry. HEX triplet: 18, 05 and 10. RGB value is (24,5,16). Sum of RGB (Red+Green+Blue) = 24+5+16=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 16 (6.64% from 255 or 35.56% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #180510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180510 is #E7FAEF. Grayscale: #0B0B0B. Windows color (decimal): -15203056 or 1049880. OLE color: 1049880.
HSL color Cylindrical-coordinate representation of color #180510: hue angle of 325.26º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #180510 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 5 | 16 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.91 |
| HSL | 325.26º | 0.66% | 0.06% | - |
| HSV(B) | 325.26º | 0.79% | 0.09% | - |
| XYZ | 0.52 | 0.34 | 0.53 | - |
| YUV | 11.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 16 | 0 | 0.79 | 0.33 | 0.91 | 325.26 | 0.66 | 0.06 |
| Hex | 18 | 5 | 10 | 0 | 4F | 21 | 5B | 145 | 42 | 6 |
| Octal | 30 | 5 | 20 | 0 | 117 | 41 | 133 | 505 | 102 | 6 |
| Binary | 11000 | 101 | 10000 | 0 | 1001111 | 100001 | 1011011 | 101000101 | 1000010 | 110 |
Color Harmonies of #180510
Complementary color
Monochromatic Colors of #180510
Black with #180510
Text Example
Text Example
White with #180510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180510; }
p { color: rgb(24,5,16); }
H1.HeaderClassName
{
color: #180510;
}
.AnyTagClassName
{
color: #180510;
}
</style>
background-color css
<style>
a { background-color: #180510; }
a { background-color: rgb(24,5,16); }
div.DivClassName
{
background-color: #180510;
}
.BgClassName
{
background-color: #180510;
}
</style>
border-color css
<style>
span { border-color: #180510; }
span { border-color: rgb(24,5,16); }
td.TdClassName
{
border-color: #180510;
}
.TagClassName
{
border-color: #180510;
}
</style>