Shades of Blackcurrant #230544
Tints of Blackcurrant #230544
RGB
CMYK
RGB Variations
Color information
#230544 (or 0x230544) is known color: Blackcurrant. HEX triplet: 23, 05 and 44. RGB value is (35,5,68). Sum of RGB (Red+Green+Blue) = 35+5+68=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 68 (26.95% from 255 or 62.96% from 108); Max value from RGB is 68 - color contains mainly: blue. Hex color #230544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230544 is #DCFABB. Grayscale: #141414. Windows color (decimal): -14482108 or 4457763. OLE color: 4457763.
HSL color Cylindrical-coordinate representation of color #230544: hue angle of 268.57º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230544 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 5 | 68 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.73 |
| HSL | 268.57º | 0.86% | 0.14% | - |
| HSV(B) | 268.57º | 0.93% | 0.27% | - |
| XYZ | 1.79 | 0.88 | 5.54 | - |
| YUV | 21.15 | 154.44 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 68 | 0.49 | 0.93 | 0 | 0.73 | 268.57 | 0.86 | 0.14 |
| Hex | 23 | 5 | 44 | 31 | 5D | 0 | 49 | 10D | 56 | E |
| Octal | 43 | 5 | 104 | 61 | 135 | 0 | 111 | 415 | 126 | 16 |
| Binary | 100011 | 101 | 1000100 | 110001 | 1011101 | 0 | 1001001 | 100001101 | 1010110 | 1110 |
Color Harmonies of #230544
Complementary color
Monochromatic Colors of #230544
Black with #230544
Text Example
Text Example
White with #230544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230544; }
p { color: rgb(35,5,68); }
H1.HeaderClassName
{
color: #230544;
}
.AnyTagClassName
{
color: #230544;
}
</style>
background-color css
<style>
a { background-color: #230544; }
a { background-color: rgb(35,5,68); }
div.DivClassName
{
background-color: #230544;
}
.BgClassName
{
background-color: #230544;
}
</style>
border-color css
<style>
span { border-color: #230544; }
span { border-color: rgb(35,5,68); }
td.TdClassName
{
border-color: #230544;
}
.TagClassName
{
border-color: #230544;
}
</style>