Shades of Blackcurrant #230043
Tints of Blackcurrant #230043
RGB
CMYK
RGB Variations
Color information
#230043 (or 0x230043) is known color: Blackcurrant. HEX triplet: 23, 00 and 43. RGB value is (35,0,67). Sum of RGB (Red+Green+Blue) = 35+0+67=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 67 (26.56% from 255 or 65.69% from 102); Max value from RGB is 67 - color contains mainly: blue. Hex color #230043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230043 is #DCFFBC. Grayscale: #111111. Windows color (decimal): -14483389 or 4390947. OLE color: 4390947.
HSL color Cylindrical-coordinate representation of color #230043: hue angle of 271.34º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230043 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 35 | 0 | 67 | - |
| CMYK | 0.48 | 1 | 0 | 0.74 |
| HSL | 271.34º | 1% | 0.13% | - |
| HSV(B) | 271.34º | 1% | 0.26% | - |
| XYZ | 1.71 | 0.76 | 5.37 | - |
| YUV | 18.1 | 155.6 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 67 | 0.48 | 1 | 0 | 0.74 | 271.34 | 1 | 0.13 |
| Hex | 23 | 0 | 43 | 30 | 64 | 0 | 4A | 10F | 64 | D |
| Octal | 43 | 0 | 103 | 60 | 144 | 0 | 112 | 417 | 144 | 15 |
| Binary | 100011 | 0 | 1000011 | 110000 | 1100100 | 0 | 1001010 | 100001111 | 1100100 | 1101 |
Color Harmonies of #230043
Complementary color
Monochromatic Colors of #230043
Black with #230043
Text Example
Text Example
White with #230043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230043; }
p { color: rgb(35,0,67); }
H1.HeaderClassName
{
color: #230043;
}
.AnyTagClassName
{
color: #230043;
}
</style>
background-color css
<style>
a { background-color: #230043; }
a { background-color: rgb(35,0,67); }
div.DivClassName
{
background-color: #230043;
}
.BgClassName
{
background-color: #230043;
}
</style>
border-color css
<style>
span { border-color: #230043; }
span { border-color: rgb(35,0,67); }
td.TdClassName
{
border-color: #230043;
}
.TagClassName
{
border-color: #230043;
}
</style>