Shades of Blackberry #230717
Tints of Blackberry #230717
RGB
CMYK
RGB Variations
Color information
#230717 (or 0x230717) is known color: Blackberry. HEX triplet: 23, 07 and 17. RGB value is (35,7,23). Sum of RGB (Red+Green+Blue) = 35+7+23=65 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.85% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 23 (9.38% from 255 or 35.38% from 65); Max value from RGB is 35 - color contains mainly: red. Hex color #230717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230717 is #DCF8E8. Grayscale: #111111. Windows color (decimal): -14481641 or 1509155. OLE color: 1509155.
HSL color Cylindrical-coordinate representation of color #230717: hue angle of 325.71º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #230717 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 7 | 23 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.86 |
| HSL | 325.71º | 0.67% | 0.08% | - |
| HSV(B) | 325.71º | 0.8% | 0.14% | - |
| XYZ | 0.92 | 0.57 | 0.87 | - |
| YUV | 17.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 23 | 0 | 0.80 | 0.34 | 0.86 | 325.71 | 0.67 | 0.08 |
| Hex | 23 | 7 | 17 | 0 | 50 | 22 | 56 | 146 | 43 | 8 |
| Octal | 43 | 7 | 27 | 0 | 120 | 42 | 126 | 506 | 103 | 10 |
| Binary | 100011 | 111 | 10111 | 0 | 1010000 | 100010 | 1010110 | 101000110 | 1000011 | 1000 |
Color Harmonies of #230717
Complementary color
Monochromatic Colors of #230717
Black with #230717
Text Example
Text Example
White with #230717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230717; }
p { color: rgb(35,7,23); }
H1.HeaderClassName
{
color: #230717;
}
.AnyTagClassName
{
color: #230717;
}
</style>
background-color css
<style>
a { background-color: #230717; }
a { background-color: rgb(35,7,23); }
div.DivClassName
{
background-color: #230717;
}
.BgClassName
{
background-color: #230717;
}
</style>
border-color css
<style>
span { border-color: #230717; }
span { border-color: rgb(35,7,23); }
td.TdClassName
{
border-color: #230717;
}
.TagClassName
{
border-color: #230717;
}
</style>