Shades of Blackberry #230213
Tints of Blackberry #230213
RGB
CMYK
RGB Variations
Color information
#230213 (or 0x230213) is known color: Blackberry. HEX triplet: 23, 02 and 13. RGB value is (35,2,19). Sum of RGB (Red+Green+Blue) = 35+2+19=56 (7% of max value = 765). Red value is 35 (14.06% from 255 or 62.5% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 35 - color contains mainly: red. Hex color #230213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230213 is #DCFDEC. Grayscale: #0D0D0D. Windows color (decimal): -14482925 or 1245731. OLE color: 1245731.
HSL color Cylindrical-coordinate representation of color #230213: hue angle of 329.09º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230213 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 2 | 19 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.86 |
| HSL | 329.09º | 0.89% | 0.07% | - |
| HSV(B) | 329.09º | 0.94% | 0.14% | - |
| XYZ | 0.83 | 0.45 | 0.66 | - |
| YUV | 13.81 | 130.93 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 19 | 0 | 0.94 | 0.46 | 0.86 | 329.09 | 0.89 | 0.07 |
| Hex | 23 | 2 | 13 | 0 | 5E | 2E | 56 | 149 | 59 | 7 |
| Octal | 43 | 2 | 23 | 0 | 136 | 56 | 126 | 511 | 131 | 7 |
| Binary | 100011 | 10 | 10011 | 0 | 1011110 | 101110 | 1010110 | 101001001 | 1011001 | 111 |
Color Harmonies of #230213
Complementary color
Monochromatic Colors of #230213
Black with #230213
Text Example
Text Example
White with #230213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230213; }
p { color: rgb(35,2,19); }
H1.HeaderClassName
{
color: #230213;
}
.AnyTagClassName
{
color: #230213;
}
</style>
background-color css
<style>
a { background-color: #230213; }
a { background-color: rgb(35,2,19); }
div.DivClassName
{
background-color: #230213;
}
.BgClassName
{
background-color: #230213;
}
</style>
border-color css
<style>
span { border-color: #230213; }
span { border-color: rgb(35,2,19); }
td.TdClassName
{
border-color: #230213;
}
.TagClassName
{
border-color: #230213;
}
</style>