Shades of Blackcurrant #230234
Tints of Blackcurrant #230234
RGB
CMYK
RGB Variations
Color information
#230234 (or 0x230234) is known color: Blackcurrant. HEX triplet: 23, 02 and 34. RGB value is (35,2,52). Sum of RGB (Red+Green+Blue) = 35+2+52=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 52 (20.70% from 255 or 58.43% from 89); Max value from RGB is 52 - color contains mainly: blue. Hex color #230234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230234 is #DCFDCB. Grayscale: #111111. Windows color (decimal): -14482892 or 3408419. OLE color: 3408419.
HSL color Cylindrical-coordinate representation of color #230234: hue angle of 279.6º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230234 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 2 | 52 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.80 |
| HSL | 279.6º | 0.93% | 0.11% | - |
| HSV(B) | 279.6º | 0.96% | 0.2% | - |
| XYZ | 1.33 | 0.65 | 3.3 | - |
| YUV | 17.57 | 147.43 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 52 | 0.33 | 0.96 | 0 | 0.80 | 279.6 | 0.93 | 0.11 |
| Hex | 23 | 2 | 34 | 21 | 60 | 0 | 50 | 118 | 5D | B |
| Octal | 43 | 2 | 64 | 41 | 140 | 0 | 120 | 430 | 135 | 13 |
| Binary | 100011 | 10 | 110100 | 100001 | 1100000 | 0 | 1010000 | 100011000 | 1011101 | 1011 |
Color Harmonies of #230234
Complementary color
Monochromatic Colors of #230234
Black with #230234
Text Example
Text Example
White with #230234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230234; }
p { color: rgb(35,2,52); }
H1.HeaderClassName
{
color: #230234;
}
.AnyTagClassName
{
color: #230234;
}
</style>
background-color css
<style>
a { background-color: #230234; }
a { background-color: rgb(35,2,52); }
div.DivClassName
{
background-color: #230234;
}
.BgClassName
{
background-color: #230234;
}
</style>
border-color css
<style>
span { border-color: #230234; }
span { border-color: rgb(35,2,52); }
td.TdClassName
{
border-color: #230234;
}
.TagClassName
{
border-color: #230234;
}
</style>