Shades of Blackcurrant #230945
Tints of Blackcurrant #230945
RGB
CMYK
RGB Variations
Color information
#230945 (or 0x230945) is known color: Blackcurrant. HEX triplet: 23, 09 and 45. RGB value is (35,9,69). Sum of RGB (Red+Green+Blue) = 35+9+69=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 69 (27.34% from 255 or 61.06% from 113); Max value from RGB is 69 - color contains mainly: blue. Hex color #230945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230945 is #DCF6BA. Grayscale: #171717. Windows color (decimal): -14481083 or 4524323. OLE color: 4524323.
HSL color Cylindrical-coordinate representation of color #230945: hue angle of 266º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #230945 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 9 | 69 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.73 |
| HSL | 266º | 0.77% | 0.15% | - |
| HSV(B) | 266º | 0.87% | 0.27% | - |
| XYZ | 1.87 | 0.98 | 5.72 | - |
| YUV | 23.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 69 | 0.49 | 0.87 | 0 | 0.73 | 266 | 0.77 | 0.15 |
| Hex | 23 | 9 | 45 | 31 | 57 | 0 | 49 | 10A | 4D | F |
| Octal | 43 | 11 | 105 | 61 | 127 | 0 | 111 | 412 | 115 | 17 |
| Binary | 100011 | 1001 | 1000101 | 110001 | 1010111 | 0 | 1001001 | 100001010 | 1001101 | 1111 |
Color Harmonies of #230945
Complementary color
Monochromatic Colors of #230945
Black with #230945
Text Example
Text Example
White with #230945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230945; }
p { color: rgb(35,9,69); }
H1.HeaderClassName
{
color: #230945;
}
.AnyTagClassName
{
color: #230945;
}
</style>
background-color css
<style>
a { background-color: #230945; }
a { background-color: rgb(35,9,69); }
div.DivClassName
{
background-color: #230945;
}
.BgClassName
{
background-color: #230945;
}
</style>
border-color css
<style>
span { border-color: #230945; }
span { border-color: rgb(35,9,69); }
td.TdClassName
{
border-color: #230945;
}
.TagClassName
{
border-color: #230945;
}
</style>