Shades of Blackberry #230A1A
Tints of Blackberry #230A1A
RGB
CMYK
RGB Variations
Color information
#230A1A (or 0x230A1A) is known color: Blackberry. HEX triplet: 23, 0A and 1A. RGB value is (35,10,26). Sum of RGB (Red+Green+Blue) = 35+10+26=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 10 (4.30% from 255 or 14.08% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #230A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230A1A is #DCF5E5. Grayscale: #131313. Windows color (decimal): -14480870 or 1706531. OLE color: 1706531.
HSL color Cylindrical-coordinate representation of color #230A1A: hue angle of 321.6º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #230A1A is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 10 | 26 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.86 |
| HSL | 321.6º | 0.56% | 0.09% | - |
| HSV(B) | 321.6º | 0.71% | 0.14% | - |
| XYZ | 0.99 | 0.65 | 1.05 | - |
| YUV | 19.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 10 | 26 | 0 | 0.71 | 0.26 | 0.86 | 321.6 | 0.56 | 0.09 |
| Hex | 23 | A | 1A | 0 | 47 | 1A | 56 | 142 | 38 | 9 |
| Octal | 43 | 12 | 32 | 0 | 107 | 32 | 126 | 502 | 70 | 11 |
| Binary | 100011 | 1010 | 11010 | 0 | 1000111 | 11010 | 1010110 | 101000010 | 111000 | 1001 |
Color Harmonies of #230A1A
Complementary color
Monochromatic Colors of #230A1A
Black with #230A1A
Text Example
Text Example
White with #230A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230A1A; }
p { color: rgb(35,10,26); }
H1.HeaderClassName
{
color: #230A1A;
}
.AnyTagClassName
{
color: #230A1A;
}
</style>
background-color css
<style>
a { background-color: #230A1A; }
a { background-color: rgb(35,10,26); }
div.DivClassName
{
background-color: #230A1A;
}
.BgClassName
{
background-color: #230A1A;
}
</style>
border-color css
<style>
span { border-color: #230A1A; }
span { border-color: rgb(35,10,26); }
td.TdClassName
{
border-color: #230A1A;
}
.TagClassName
{
border-color: #230A1A;
}
</style>