Shades of Blackcurrant #230530
Tints of Blackcurrant #230530
RGB
CMYK
RGB Variations
Color information
#230530 (or 0x230530) is known color: Blackcurrant. HEX triplet: 23, 05 and 30. RGB value is (35,5,48). Sum of RGB (Red+Green+Blue) = 35+5+48=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 48 (19.14% from 255 or 54.55% from 88); Max value from RGB is 48 - color contains mainly: blue. Hex color #230530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230530 is #DCFACF. Grayscale: #121212. Windows color (decimal): -14482128 or 3147043. OLE color: 3147043.
HSL color Cylindrical-coordinate representation of color #230530: hue angle of 281.86º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #230530 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 5 | 48 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.81 |
| HSL | 281.86º | 0.81% | 0.1% | - |
| HSV(B) | 281.86º | 0.9% | 0.19% | - |
| XYZ | 1.28 | 0.68 | 2.86 | - |
| YUV | 18.87 | 144.44 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 48 | 0.27 | 0.90 | 0 | 0.81 | 281.86 | 0.81 | 0.1 |
| Hex | 23 | 5 | 30 | 1B | 5A | 0 | 51 | 11A | 51 | A |
| Octal | 43 | 5 | 60 | 33 | 132 | 0 | 121 | 432 | 121 | 12 |
| Binary | 100011 | 101 | 110000 | 11011 | 1011010 | 0 | 1010001 | 100011010 | 1010001 | 1010 |
Color Harmonies of #230530
Complementary color
Monochromatic Colors of #230530
Black with #230530
Text Example
Text Example
White with #230530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230530; }
p { color: rgb(35,5,48); }
H1.HeaderClassName
{
color: #230530;
}
.AnyTagClassName
{
color: #230530;
}
</style>
background-color css
<style>
a { background-color: #230530; }
a { background-color: rgb(35,5,48); }
div.DivClassName
{
background-color: #230530;
}
.BgClassName
{
background-color: #230530;
}
</style>
border-color css
<style>
span { border-color: #230530; }
span { border-color: rgb(35,5,48); }
td.TdClassName
{
border-color: #230530;
}
.TagClassName
{
border-color: #230530;
}
</style>