Shades of Blackcurrant #230549
Tints of Blackcurrant #230549
RGB
CMYK
RGB Variations
Color information
#230549 (or 0x230549) is known color: Blackcurrant. HEX triplet: 23, 05 and 49. RGB value is (35,5,73). Sum of RGB (Red+Green+Blue) = 35+5+73=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #230549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230549 is #DCFAB6. Grayscale: #151515. Windows color (decimal): -14482103 or 4785443. OLE color: 4785443.
HSL color Cylindrical-coordinate representation of color #230549: hue angle of 266.47º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230549 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 5 | 73 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.71 |
| HSL | 266.47º | 0.87% | 0.15% | - |
| HSV(B) | 266.47º | 0.93% | 0.29% | - |
| XYZ | 1.95 | 0.95 | 6.38 | - |
| YUV | 21.72 | 156.94 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 73 | 0.52 | 0.93 | 0 | 0.71 | 266.47 | 0.87 | 0.15 |
| Hex | 23 | 5 | 49 | 34 | 5D | 0 | 47 | 10A | 57 | F |
| Octal | 43 | 5 | 111 | 64 | 135 | 0 | 107 | 412 | 127 | 17 |
| Binary | 100011 | 101 | 1001001 | 110100 | 1011101 | 0 | 1000111 | 100001010 | 1010111 | 1111 |
Color Harmonies of #230549
Complementary color
Monochromatic Colors of #230549
Black with #230549
Text Example
Text Example
White with #230549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230549; }
p { color: rgb(35,5,73); }
H1.HeaderClassName
{
color: #230549;
}
.AnyTagClassName
{
color: #230549;
}
</style>
background-color css
<style>
a { background-color: #230549; }
a { background-color: rgb(35,5,73); }
div.DivClassName
{
background-color: #230549;
}
.BgClassName
{
background-color: #230549;
}
</style>
border-color css
<style>
span { border-color: #230549; }
span { border-color: rgb(35,5,73); }
td.TdClassName
{
border-color: #230549;
}
.TagClassName
{
border-color: #230549;
}
</style>