Shades of Blackberry #230316
Tints of Blackberry #230316
RGB
CMYK
RGB Variations
Color information
#230316 (or 0x230316) is known color: Blackberry. HEX triplet: 23, 03 and 16. RGB value is (35,3,22). Sum of RGB (Red+Green+Blue) = 35+3+22=60 (7% of max value = 765). Red value is 35 (14.06% from 255 or 58.33% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 22 (8.98% from 255 or 36.67% from 60); Max value from RGB is 35 - color contains mainly: red. Hex color #230316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230316 is #DCFCE9. Grayscale: #0E0E0E. Windows color (decimal): -14482666 or 1442595. OLE color: 1442595.
HSL color Cylindrical-coordinate representation of color #230316: hue angle of 324.38º 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 #230316 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 3 | 22 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.86 |
| HSL | 324.38º | 0.84% | 0.07% | - |
| HSV(B) | 324.38º | 0.91% | 0.14% | - |
| XYZ | 0.87 | 0.48 | 0.81 | - |
| YUV | 14.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 22 | 0 | 0.91 | 0.37 | 0.86 | 324.38 | 0.84 | 0.07 |
| Hex | 23 | 3 | 16 | 0 | 5B | 25 | 56 | 144 | 54 | 7 |
| Octal | 43 | 3 | 26 | 0 | 133 | 45 | 126 | 504 | 124 | 7 |
| Binary | 100011 | 11 | 10110 | 0 | 1011011 | 100101 | 1010110 | 101000100 | 1010100 | 111 |
Color Harmonies of #230316
Complementary color
Monochromatic Colors of #230316
Black with #230316
Text Example
Text Example
White with #230316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230316; }
p { color: rgb(35,3,22); }
H1.HeaderClassName
{
color: #230316;
}
.AnyTagClassName
{
color: #230316;
}
</style>
background-color css
<style>
a { background-color: #230316; }
a { background-color: rgb(35,3,22); }
div.DivClassName
{
background-color: #230316;
}
.BgClassName
{
background-color: #230316;
}
</style>
border-color css
<style>
span { border-color: #230316; }
span { border-color: rgb(35,3,22); }
td.TdClassName
{
border-color: #230316;
}
.TagClassName
{
border-color: #230316;
}
</style>