Shades of Blackberry #230012
Tints of Blackberry #230012
RGB
CMYK
RGB Variations
Color information
#230012 (or 0x230012) is known color: Blackberry. HEX triplet: 23, 00 and 12. RGB value is (35,0,18). Sum of RGB (Red+Green+Blue) = 35+0+18=53 (7% of max value = 765). Red value is 35 (14.06% from 255 or 66.04% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 35 - color contains mainly: red. Hex color #230012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230012 is #DCFFED. Grayscale: #0C0C0C. Windows color (decimal): -14483438 or 1179683. OLE color: 1179683.
HSL color Cylindrical-coordinate representation of color #230012: hue angle of 329.14º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230012 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.49 | 0.86 |
| HSL | 329.14º | 1% | 0.07% | - |
| HSV(B) | 329.14º | 1% | 0.14% | - |
| XYZ | 0.8 | 0.4 | 0.61 | - |
| YUV | 12.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 18 | 0 | 1 | 0.49 | 0.86 | 329.14 | 1 | 0.07 |
| Hex | 23 | 0 | 12 | 0 | 64 | 31 | 56 | 149 | 64 | 7 |
| Octal | 43 | 0 | 22 | 0 | 144 | 61 | 126 | 511 | 144 | 7 |
| Binary | 100011 | 0 | 10010 | 0 | 1100100 | 110001 | 1010110 | 101001001 | 1100100 | 111 |
Color Harmonies of #230012
Complementary color
Monochromatic Colors of #230012
Black with #230012
Text Example
Text Example
White with #230012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230012; }
p { color: rgb(35,0,18); }
H1.HeaderClassName
{
color: #230012;
}
.AnyTagClassName
{
color: #230012;
}
</style>
background-color css
<style>
a { background-color: #230012; }
a { background-color: rgb(35,0,18); }
div.DivClassName
{
background-color: #230012;
}
.BgClassName
{
background-color: #230012;
}
</style>
border-color css
<style>
span { border-color: #230012; }
span { border-color: rgb(35,0,18); }
td.TdClassName
{
border-color: #230012;
}
.TagClassName
{
border-color: #230012;
}
</style>