Shades of Blackberry #230E18
Tints of Blackberry #230E18
RGB
CMYK
RGB Variations
Color information
#230E18 (or 0x230E18) is known color: Blackberry. HEX triplet: 23, 0E and 18. RGB value is (35,14,24). Sum of RGB (Red+Green+Blue) = 35+14+24=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 14 (5.86% from 255 or 19.18% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 35 - color contains mainly: red. Hex color #230E18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230E18 is #DCF1E7. Grayscale: #151515. Windows color (decimal): -14479848 or 1576483. OLE color: 1576483.
HSL color Cylindrical-coordinate representation of color #230E18: hue angle of 331.43º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #230E18 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 14 | 24 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.86 |
| HSL | 331.43º | 0.43% | 0.1% | - |
| HSV(B) | 331.43º | 0.6% | 0.14% | - |
| XYZ | 1.02 | 0.74 | 0.95 | - |
| YUV | 21.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 14 | 24 | 0 | 0.60 | 0.31 | 0.86 | 331.43 | 0.43 | 0.1 |
| Hex | 23 | E | 18 | 0 | 3C | 1F | 56 | 14B | 2B | A |
| Octal | 43 | 16 | 30 | 0 | 74 | 37 | 126 | 513 | 53 | 12 |
| Binary | 100011 | 1110 | 11000 | 0 | 111100 | 11111 | 1010110 | 101001011 | 101011 | 1010 |
Color Harmonies of #230E18
Complementary color
Monochromatic Colors of #230E18
Black with #230E18
Text Example
Text Example
White with #230E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230E18; }
p { color: rgb(35,14,24); }
H1.HeaderClassName
{
color: #230E18;
}
.AnyTagClassName
{
color: #230E18;
}
</style>
background-color css
<style>
a { background-color: #230E18; }
a { background-color: rgb(35,14,24); }
div.DivClassName
{
background-color: #230E18;
}
.BgClassName
{
background-color: #230E18;
}
</style>
border-color css
<style>
span { border-color: #230E18; }
span { border-color: rgb(35,14,24); }
td.TdClassName
{
border-color: #230E18;
}
.TagClassName
{
border-color: #230E18;
}
</style>