Shades of Blackberry #230518
Tints of Blackberry #230518
RGB
CMYK
RGB Variations
Color information
#230518 (or 0x230518) is known color: Blackberry. HEX triplet: 23, 05 and 18. RGB value is (35,5,24). Sum of RGB (Red+Green+Blue) = 35+5+24=64 (8% of max value = 765). Red value is 35 (14.06% from 255 or 54.69% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 35 - color contains mainly: red. Hex color #230518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230518 is #DCFAE7. Grayscale: #101010. Windows color (decimal): -14482152 or 1574179. OLE color: 1574179.
HSL color Cylindrical-coordinate representation of color #230518: hue angle of 322º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #230518 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 5 | 24 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.86 |
| HSL | 322º | 0.75% | 0.08% | - |
| HSV(B) | 322º | 0.86% | 0.14% | - |
| XYZ | 0.91 | 0.53 | 0.92 | - |
| YUV | 16.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 24 | 0 | 0.86 | 0.31 | 0.86 | 322 | 0.75 | 0.08 |
| Hex | 23 | 5 | 18 | 0 | 56 | 1F | 56 | 142 | 4B | 8 |
| Octal | 43 | 5 | 30 | 0 | 126 | 37 | 126 | 502 | 113 | 10 |
| Binary | 100011 | 101 | 11000 | 0 | 1010110 | 11111 | 1010110 | 101000010 | 1001011 | 1000 |
Color Harmonies of #230518
Complementary color
Monochromatic Colors of #230518
Black with #230518
Text Example
Text Example
White with #230518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230518; }
p { color: rgb(35,5,24); }
H1.HeaderClassName
{
color: #230518;
}
.AnyTagClassName
{
color: #230518;
}
</style>
background-color css
<style>
a { background-color: #230518; }
a { background-color: rgb(35,5,24); }
div.DivClassName
{
background-color: #230518;
}
.BgClassName
{
background-color: #230518;
}
</style>
border-color css
<style>
span { border-color: #230518; }
span { border-color: rgb(35,5,24); }
td.TdClassName
{
border-color: #230518;
}
.TagClassName
{
border-color: #230518;
}
</style>