Shades of Blackberry #230819
Tints of Blackberry #230819
RGB
CMYK
RGB Variations
Color information
#230819 (or 0x230819) is known color: Blackberry. HEX triplet: 23, 08 and 19. RGB value is (35,8,25). Sum of RGB (Red+Green+Blue) = 35+8+25=68 (9% of max value = 765). Red value is 35 (14.06% from 255 or 51.47% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 35 - color contains mainly: red. Hex color #230819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230819 is #DCF7E6. Grayscale: #111111. Windows color (decimal): -14481383 or 1640483. OLE color: 1640483.
HSL color Cylindrical-coordinate representation of color #230819: hue angle of 322.22º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #230819 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 8 | 25 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.86 |
| HSL | 322.22º | 0.63% | 0.08% | - |
| HSV(B) | 322.22º | 0.77% | 0.14% | - |
| XYZ | 0.96 | 0.6 | 0.99 | - |
| YUV | 18.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 8 | 25 | 0 | 0.77 | 0.29 | 0.86 | 322.22 | 0.63 | 0.08 |
| Hex | 23 | 8 | 19 | 0 | 4D | 1D | 56 | 142 | 3F | 8 |
| Octal | 43 | 10 | 31 | 0 | 115 | 35 | 126 | 502 | 77 | 10 |
| Binary | 100011 | 1000 | 11001 | 0 | 1001101 | 11101 | 1010110 | 101000010 | 111111 | 1000 |
Color Harmonies of #230819
Complementary color
Monochromatic Colors of #230819
Black with #230819
Text Example
Text Example
White with #230819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230819; }
p { color: rgb(35,8,25); }
H1.HeaderClassName
{
color: #230819;
}
.AnyTagClassName
{
color: #230819;
}
</style>
background-color css
<style>
a { background-color: #230819; }
a { background-color: rgb(35,8,25); }
div.DivClassName
{
background-color: #230819;
}
.BgClassName
{
background-color: #230819;
}
</style>
border-color css
<style>
span { border-color: #230819; }
span { border-color: rgb(35,8,25); }
td.TdClassName
{
border-color: #230819;
}
.TagClassName
{
border-color: #230819;
}
</style>