Shades of Blackcurrant #230449
Tints of Blackcurrant #230449
RGB
CMYK
RGB Variations
Color information
#230449 (or 0x230449) is known color: Blackcurrant. HEX triplet: 23, 04 and 49. RGB value is (35,4,73). Sum of RGB (Red+Green+Blue) = 35+4+73=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #230449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230449 is #DCFBB6. Grayscale: #141414. Windows color (decimal): -14482359 or 4785187. OLE color: 4785187.
HSL color Cylindrical-coordinate representation of color #230449: hue angle of 266.96º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230449 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 4 | 73 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.71 |
| HSL | 266.96º | 0.9% | 0.15% | - |
| HSV(B) | 266.96º | 0.95% | 0.29% | - |
| XYZ | 1.94 | 0.93 | 6.38 | - |
| YUV | 21.14 | 157.27 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 4 | 73 | 0.52 | 0.95 | 0 | 0.71 | 266.96 | 0.9 | 0.15 |
| Hex | 23 | 4 | 49 | 34 | 5F | 0 | 47 | 10B | 5A | F |
| Octal | 43 | 4 | 111 | 64 | 137 | 0 | 107 | 413 | 132 | 17 |
| Binary | 100011 | 100 | 1001001 | 110100 | 1011111 | 0 | 1000111 | 100001011 | 1011010 | 1111 |
Color Harmonies of #230449
Complementary color
Monochromatic Colors of #230449
Black with #230449
Text Example
Text Example
White with #230449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230449; }
p { color: rgb(35,4,73); }
H1.HeaderClassName
{
color: #230449;
}
.AnyTagClassName
{
color: #230449;
}
</style>
background-color css
<style>
a { background-color: #230449; }
a { background-color: rgb(35,4,73); }
div.DivClassName
{
background-color: #230449;
}
.BgClassName
{
background-color: #230449;
}
</style>
border-color css
<style>
span { border-color: #230449; }
span { border-color: rgb(35,4,73); }
td.TdClassName
{
border-color: #230449;
}
.TagClassName
{
border-color: #230449;
}
</style>