Shades of Blackcurrant #230A3A
Tints of Blackcurrant #230A3A
RGB
CMYK
RGB Variations
Color information
#230A3A (or 0x230A3A) is known color: Blackcurrant. HEX triplet: 23, 0A and 3A. RGB value is (35,10,58). Sum of RGB (Red+Green+Blue) = 35+10+58=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 58 (23.05% from 255 or 56.31% from 103); Max value from RGB is 58 - color contains mainly: blue. Hex color #230A3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230A3A is #DCF5C5. Grayscale: #161616. Windows color (decimal): -14480838 or 3803683. OLE color: 3803683.
HSL color Cylindrical-coordinate representation of color #230A3A: hue angle of 271.25º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #230A3A is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 10 | 58 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.77 |
| HSL | 271.25º | 0.71% | 0.13% | - |
| HSV(B) | 271.25º | 0.83% | 0.23% | - |
| XYZ | 1.57 | 0.88 | 4.09 | - |
| YUV | 22.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 10 | 58 | 0.40 | 0.83 | 0 | 0.77 | 271.25 | 0.71 | 0.13 |
| Hex | 23 | A | 3A | 28 | 53 | 0 | 4D | 10F | 47 | D |
| Octal | 43 | 12 | 72 | 50 | 123 | 0 | 115 | 417 | 107 | 15 |
| Binary | 100011 | 1010 | 111010 | 101000 | 1010011 | 0 | 1001101 | 100001111 | 1000111 | 1101 |
Color Harmonies of #230A3A
Complementary color
Monochromatic Colors of #230A3A
Black with #230A3A
Text Example
Text Example
White with #230A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230A3A; }
p { color: rgb(35,10,58); }
H1.HeaderClassName
{
color: #230A3A;
}
.AnyTagClassName
{
color: #230A3A;
}
</style>
background-color css
<style>
a { background-color: #230A3A; }
a { background-color: rgb(35,10,58); }
div.DivClassName
{
background-color: #230A3A;
}
.BgClassName
{
background-color: #230A3A;
}
</style>
border-color css
<style>
span { border-color: #230A3A; }
span { border-color: rgb(35,10,58); }
td.TdClassName
{
border-color: #230A3A;
}
.TagClassName
{
border-color: #230A3A;
}
</style>