Shades of Blackcurrant #230548
Tints of Blackcurrant #230548
RGB
CMYK
RGB Variations
Color information
#230548 (or 0x230548) is known color: Blackcurrant. HEX triplet: 23, 05 and 48. RGB value is (35,5,72). Sum of RGB (Red+Green+Blue) = 35+5+72=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #230548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230548 is #DCFAB7. Grayscale: #151515. Windows color (decimal): -14482104 or 4719907. OLE color: 4719907.
HSL color Cylindrical-coordinate representation of color #230548: hue angle of 266.87º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230548 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 5 | 72 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.72 |
| HSL | 266.87º | 0.87% | 0.15% | - |
| HSV(B) | 266.87º | 0.93% | 0.28% | - |
| XYZ | 1.92 | 0.93 | 6.21 | - |
| YUV | 21.61 | 156.44 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 72 | 0.51 | 0.93 | 0 | 0.72 | 266.87 | 0.87 | 0.15 |
| Hex | 23 | 5 | 48 | 33 | 5D | 0 | 48 | 10B | 57 | F |
| Octal | 43 | 5 | 110 | 63 | 135 | 0 | 110 | 413 | 127 | 17 |
| Binary | 100011 | 101 | 1001000 | 110011 | 1011101 | 0 | 1001000 | 100001011 | 1010111 | 1111 |
Color Harmonies of #230548
Complementary color
Monochromatic Colors of #230548
Black with #230548
Text Example
Text Example
White with #230548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230548; }
p { color: rgb(35,5,72); }
H1.HeaderClassName
{
color: #230548;
}
.AnyTagClassName
{
color: #230548;
}
</style>
background-color css
<style>
a { background-color: #230548; }
a { background-color: rgb(35,5,72); }
div.DivClassName
{
background-color: #230548;
}
.BgClassName
{
background-color: #230548;
}
</style>
border-color css
<style>
span { border-color: #230548; }
span { border-color: rgb(35,5,72); }
td.TdClassName
{
border-color: #230548;
}
.TagClassName
{
border-color: #230548;
}
</style>