Shades of Blackcurrant #230049
Tints of Blackcurrant #230049
RGB
CMYK
RGB Variations
Color information
#230049 (or 0x230049) is known color: Blackcurrant. HEX triplet: 23, 00 and 49. RGB value is (35,0,73). Sum of RGB (Red+Green+Blue) = 35+0+73=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 73 (28.91% from 255 or 67.59% from 108); Max value from RGB is 73 - color contains mainly: blue. Hex color #230049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230049 is #DCFFB6. Grayscale: #121212. Windows color (decimal): -14483383 or 4784163. OLE color: 4784163.
HSL color Cylindrical-coordinate representation of color #230049: hue angle of 268.77º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230049 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 0 | 73 | - |
| CMYK | 0.52 | 1 | 0 | 0.71 |
| HSL | 268.77º | 1% | 0.14% | - |
| HSV(B) | 268.77º | 1% | 0.29% | - |
| XYZ | 1.9 | 0.84 | 6.37 | - |
| YUV | 18.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 73 | 0.52 | 1 | 0 | 0.71 | 268.77 | 1 | 0.14 |
| Hex | 23 | 0 | 49 | 34 | 64 | 0 | 47 | 10D | 64 | E |
| Octal | 43 | 0 | 111 | 64 | 144 | 0 | 107 | 415 | 144 | 16 |
| Binary | 100011 | 0 | 1001001 | 110100 | 1100100 | 0 | 1000111 | 100001101 | 1100100 | 1110 |
Color Harmonies of #230049
Complementary color
Monochromatic Colors of #230049
Black with #230049
Text Example
Text Example
White with #230049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230049; }
p { color: rgb(35,0,73); }
H1.HeaderClassName
{
color: #230049;
}
.AnyTagClassName
{
color: #230049;
}
</style>
background-color css
<style>
a { background-color: #230049; }
a { background-color: rgb(35,0,73); }
div.DivClassName
{
background-color: #230049;
}
.BgClassName
{
background-color: #230049;
}
</style>
border-color css
<style>
span { border-color: #230049; }
span { border-color: rgb(35,0,73); }
td.TdClassName
{
border-color: #230049;
}
.TagClassName
{
border-color: #230049;
}
</style>