Shades of Blackberry #230718
Tints of Blackberry #230718
RGB
CMYK
RGB Variations
Color information
#230718 (or 0x230718) is known color: Blackberry. HEX triplet: 23, 07 and 18. RGB value is (35,7,24). Sum of RGB (Red+Green+Blue) = 35+7+24=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #230718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230718 is #DCF8E7. Grayscale: #111111. Windows color (decimal): -14481640 or 1574691. OLE color: 1574691.
HSL color Cylindrical-coordinate representation of color #230718: hue angle of 323.57º 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 #230718 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 7 | 24 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.86 |
| HSL | 323.57º | 0.67% | 0.08% | - |
| HSV(B) | 323.57º | 0.8% | 0.14% | - |
| XYZ | 0.93 | 0.58 | 0.93 | - |
| YUV | 17.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 24 | 0 | 0.80 | 0.31 | 0.86 | 323.57 | 0.67 | 0.08 |
| Hex | 23 | 7 | 18 | 0 | 50 | 1F | 56 | 144 | 43 | 8 |
| Octal | 43 | 7 | 30 | 0 | 120 | 37 | 126 | 504 | 103 | 10 |
| Binary | 100011 | 111 | 11000 | 0 | 1010000 | 11111 | 1010110 | 101000100 | 1000011 | 1000 |
Color Harmonies of #230718
Complementary color
Monochromatic Colors of #230718
Black with #230718
Text Example
Text Example
White with #230718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230718; }
p { color: rgb(35,7,24); }
H1.HeaderClassName
{
color: #230718;
}
.AnyTagClassName
{
color: #230718;
}
</style>
background-color css
<style>
a { background-color: #230718; }
a { background-color: rgb(35,7,24); }
div.DivClassName
{
background-color: #230718;
}
.BgClassName
{
background-color: #230718;
}
</style>
border-color css
<style>
span { border-color: #230718; }
span { border-color: rgb(35,7,24); }
td.TdClassName
{
border-color: #230718;
}
.TagClassName
{
border-color: #230718;
}
</style>