Shades of Blackberry #230315
Tints of Blackberry #230315
RGB
CMYK
RGB Variations
Color information
#230315 (or 0x230315) is known color: Blackberry. HEX triplet: 23, 03 and 15. RGB value is (35,3,21). Sum of RGB (Red+Green+Blue) = 35+3+21=59 (7% of max value = 765). Red value is 35 (14.06% from 255 or 59.32% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 21 (8.59% from 255 or 35.59% from 59); Max value from RGB is 35 - color contains mainly: red. Hex color #230315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230315 is #DCFCEA. Grayscale: #0E0E0E. Windows color (decimal): -14482667 or 1377059. OLE color: 1377059.
HSL color Cylindrical-coordinate representation of color #230315: hue angle of 326.25º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230315 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 3 | 21 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.86 |
| HSL | 326.25º | 0.84% | 0.07% | - |
| HSV(B) | 326.25º | 0.91% | 0.14% | - |
| XYZ | 0.86 | 0.48 | 0.76 | - |
| YUV | 14.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 21 | 0 | 0.91 | 0.40 | 0.86 | 326.25 | 0.84 | 0.07 |
| Hex | 23 | 3 | 15 | 0 | 5B | 28 | 56 | 146 | 54 | 7 |
| Octal | 43 | 3 | 25 | 0 | 133 | 50 | 126 | 506 | 124 | 7 |
| Binary | 100011 | 11 | 10101 | 0 | 1011011 | 101000 | 1010110 | 101000110 | 1010100 | 111 |
Color Harmonies of #230315
Complementary color
Monochromatic Colors of #230315
Black with #230315
Text Example
Text Example
White with #230315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230315; }
p { color: rgb(35,3,21); }
H1.HeaderClassName
{
color: #230315;
}
.AnyTagClassName
{
color: #230315;
}
</style>
background-color css
<style>
a { background-color: #230315; }
a { background-color: rgb(35,3,21); }
div.DivClassName
{
background-color: #230315;
}
.BgClassName
{
background-color: #230315;
}
</style>
border-color css
<style>
span { border-color: #230315; }
span { border-color: rgb(35,3,21); }
td.TdClassName
{
border-color: #230315;
}
.TagClassName
{
border-color: #230315;
}
</style>