Shades of Blackberry #230E19
Tints of Blackberry #230E19
RGB
CMYK
RGB Variations
Color information
#230E19 (or 0x230E19) is known color: Blackberry. HEX triplet: 23, 0E and 19. RGB value is (35,14,25). Sum of RGB (Red+Green+Blue) = 35+14+25=74 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.30% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 35 - color contains mainly: red. Hex color #230E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230E19 is #DCF1E6. Grayscale: #151515. Windows color (decimal): -14479847 or 1642019. OLE color: 1642019.
HSL color Cylindrical-coordinate representation of color #230E19: hue angle of 328.57º 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 #230E19 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 14 | 25 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.86 |
| HSL | 328.57º | 0.43% | 0.1% | - |
| HSV(B) | 328.57º | 0.6% | 0.14% | - |
| XYZ | 1.03 | 0.74 | 1.01 | - |
| YUV | 21.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 14 | 25 | 0 | 0.60 | 0.29 | 0.86 | 328.57 | 0.43 | 0.1 |
| Hex | 23 | E | 19 | 0 | 3C | 1D | 56 | 149 | 2B | A |
| Octal | 43 | 16 | 31 | 0 | 74 | 35 | 126 | 511 | 53 | 12 |
| Binary | 100011 | 1110 | 11001 | 0 | 111100 | 11101 | 1010110 | 101001001 | 101011 | 1010 |
Color Harmonies of #230E19
Complementary color
Monochromatic Colors of #230E19
Black with #230E19
Text Example
Text Example
White with #230E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230E19; }
p { color: rgb(35,14,25); }
H1.HeaderClassName
{
color: #230E19;
}
.AnyTagClassName
{
color: #230E19;
}
</style>
background-color css
<style>
a { background-color: #230E19; }
a { background-color: rgb(35,14,25); }
div.DivClassName
{
background-color: #230E19;
}
.BgClassName
{
background-color: #230E19;
}
</style>
border-color css
<style>
span { border-color: #230E19; }
span { border-color: rgb(35,14,25); }
td.TdClassName
{
border-color: #230E19;
}
.TagClassName
{
border-color: #230E19;
}
</style>