Shades of Blackberry #230514
Tints of Blackberry #230514
RGB
CMYK
RGB Variations
Color information
#230514 (or 0x230514) is known color: Blackberry. HEX triplet: 23, 05 and 14. RGB value is (35,5,20). Sum of RGB (Red+Green+Blue) = 35+5+20=60 (7% of max value = 765). Red value is 35 (14.06% from 255 or 58.33% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 35 - color contains mainly: red. Hex color #230514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230514 is #DCFAEB. Grayscale: #0F0F0F. Windows color (decimal): -14482156 or 1312035. OLE color: 1312035.
HSL color Cylindrical-coordinate representation of color #230514: hue angle of 330º 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 #230514 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 5 | 20 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.86 |
| HSL | 330º | 0.75% | 0.08% | - |
| HSV(B) | 330º | 0.86% | 0.14% | - |
| XYZ | 0.87 | 0.52 | 0.72 | - |
| YUV | 15.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 20 | 0 | 0.86 | 0.43 | 0.86 | 330 | 0.75 | 0.08 |
| Hex | 23 | 5 | 14 | 0 | 56 | 2B | 56 | 14A | 4B | 8 |
| Octal | 43 | 5 | 24 | 0 | 126 | 53 | 126 | 512 | 113 | 10 |
| Binary | 100011 | 101 | 10100 | 0 | 1010110 | 101011 | 1010110 | 101001010 | 1001011 | 1000 |
Color Harmonies of #230514
Complementary color
Monochromatic Colors of #230514
Black with #230514
Text Example
Text Example
White with #230514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230514; }
p { color: rgb(35,5,20); }
H1.HeaderClassName
{
color: #230514;
}
.AnyTagClassName
{
color: #230514;
}
</style>
background-color css
<style>
a { background-color: #230514; }
a { background-color: rgb(35,5,20); }
div.DivClassName
{
background-color: #230514;
}
.BgClassName
{
background-color: #230514;
}
</style>
border-color css
<style>
span { border-color: #230514; }
span { border-color: rgb(35,5,20); }
td.TdClassName
{
border-color: #230514;
}
.TagClassName
{
border-color: #230514;
}
</style>