Shades of Blackcurrant #230747
Tints of Blackcurrant #230747
RGB
CMYK
RGB Variations
Color information
#230747 (or 0x230747) is known color: Blackcurrant. HEX triplet: 23, 07 and 47. RGB value is (35,7,71). Sum of RGB (Red+Green+Blue) = 35+7+71=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 71 (28.12% from 255 or 62.83% from 113); Max value from RGB is 71 - color contains mainly: blue. Hex color #230747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230747 is #DCF8B8. Grayscale: #161616. Windows color (decimal): -14481593 or 4654883. OLE color: 4654883.
HSL color Cylindrical-coordinate representation of color #230747: hue angle of 266.25º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #230747 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 7 | 71 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.72 |
| HSL | 266.25º | 0.82% | 0.15% | - |
| HSV(B) | 266.25º | 0.9% | 0.28% | - |
| XYZ | 1.91 | 0.96 | 6.05 | - |
| YUV | 22.67 | 155.28 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 71 | 0.51 | 0.90 | 0 | 0.72 | 266.25 | 0.82 | 0.15 |
| Hex | 23 | 7 | 47 | 33 | 5A | 0 | 48 | 10A | 52 | F |
| Octal | 43 | 7 | 107 | 63 | 132 | 0 | 110 | 412 | 122 | 17 |
| Binary | 100011 | 111 | 1000111 | 110011 | 1011010 | 0 | 1001000 | 100001010 | 1010010 | 1111 |
Color Harmonies of #230747
Complementary color
Monochromatic Colors of #230747
Black with #230747
Text Example
Text Example
White with #230747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230747; }
p { color: rgb(35,7,71); }
H1.HeaderClassName
{
color: #230747;
}
.AnyTagClassName
{
color: #230747;
}
</style>
background-color css
<style>
a { background-color: #230747; }
a { background-color: rgb(35,7,71); }
div.DivClassName
{
background-color: #230747;
}
.BgClassName
{
background-color: #230747;
}
</style>
border-color css
<style>
span { border-color: #230747; }
span { border-color: rgb(35,7,71); }
td.TdClassName
{
border-color: #230747;
}
.TagClassName
{
border-color: #230747;
}
</style>