Shades of Blackcurrant #230528
Tints of Blackcurrant #230528
RGB
CMYK
RGB Variations
Color information
#230528 (or 0x230528) is known color: Blackcurrant. HEX triplet: 23, 05 and 28. RGB value is (35,5,40). Sum of RGB (Red+Green+Blue) = 35+5+40=80 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.75% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #230528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230528 is #DCFAD7. Grayscale: #111111. Windows color (decimal): -14482136 or 2622755. OLE color: 2622755.
HSL color Cylindrical-coordinate representation of color #230528: hue angle of 291.43º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #230528 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 5 | 40 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.84 |
| HSL | 291.43º | 0.78% | 0.09% | - |
| HSV(B) | 291.43º | 0.88% | 0.16% | - |
| XYZ | 1.13 | 0.62 | 2.07 | - |
| YUV | 17.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 40 | 0.12 | 0.88 | 0 | 0.84 | 291.43 | 0.78 | 0.09 |
| Hex | 23 | 5 | 28 | C | 58 | 0 | 54 | 123 | 4E | 9 |
| Octal | 43 | 5 | 50 | 14 | 130 | 0 | 124 | 443 | 116 | 11 |
| Binary | 100011 | 101 | 101000 | 1100 | 1011000 | 0 | 1010100 | 100100011 | 1001110 | 1001 |
Color Harmonies of #230528
Complementary color
Monochromatic Colors of #230528
Black with #230528
Text Example
Text Example
White with #230528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230528; }
p { color: rgb(35,5,40); }
H1.HeaderClassName
{
color: #230528;
}
.AnyTagClassName
{
color: #230528;
}
</style>
background-color css
<style>
a { background-color: #230528; }
a { background-color: rgb(35,5,40); }
div.DivClassName
{
background-color: #230528;
}
.BgClassName
{
background-color: #230528;
}
</style>
border-color css
<style>
span { border-color: #230528; }
span { border-color: rgb(35,5,40); }
td.TdClassName
{
border-color: #230528;
}
.TagClassName
{
border-color: #230528;
}
</style>