Shades of Blackcurrant #230543
Tints of Blackcurrant #230543
RGB
CMYK
RGB Variations
Color information
#230543 (or 0x230543) is known color: Blackcurrant. HEX triplet: 23, 05 and 43. RGB value is (35,5,67). Sum of RGB (Red+Green+Blue) = 35+5+67=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 67 (26.56% from 255 or 62.62% from 107); Max value from RGB is 67 - color contains mainly: blue. Hex color #230543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230543 is #DCFABC. Grayscale: #141414. Windows color (decimal): -14482109 or 4392227. OLE color: 4392227.
HSL color Cylindrical-coordinate representation of color #230543: hue angle of 269.03º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230543 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 35 | 5 | 67 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.74 |
| HSL | 269.03º | 0.86% | 0.14% | - |
| HSV(B) | 269.03º | 0.93% | 0.26% | - |
| XYZ | 1.76 | 0.87 | 5.39 | - |
| YUV | 21.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 67 | 0.48 | 0.93 | 0 | 0.74 | 269.03 | 0.86 | 0.14 |
| Hex | 23 | 5 | 43 | 30 | 5D | 0 | 4A | 10D | 56 | E |
| Octal | 43 | 5 | 103 | 60 | 135 | 0 | 112 | 415 | 126 | 16 |
| Binary | 100011 | 101 | 1000011 | 110000 | 1011101 | 0 | 1001010 | 100001101 | 1010110 | 1110 |
Color Harmonies of #230543
Complementary color
Monochromatic Colors of #230543
Black with #230543
Text Example
Text Example
White with #230543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230543; }
p { color: rgb(35,5,67); }
H1.HeaderClassName
{
color: #230543;
}
.AnyTagClassName
{
color: #230543;
}
</style>
background-color css
<style>
a { background-color: #230543; }
a { background-color: rgb(35,5,67); }
div.DivClassName
{
background-color: #230543;
}
.BgClassName
{
background-color: #230543;
}
</style>
border-color css
<style>
span { border-color: #230543; }
span { border-color: rgb(35,5,67); }
td.TdClassName
{
border-color: #230543;
}
.TagClassName
{
border-color: #230543;
}
</style>