Shades of Blackcurrant #230239
Tints of Blackcurrant #230239
RGB
CMYK
RGB Variations
Color information
#230239 (or 0x230239) is known color: Blackcurrant. HEX triplet: 23, 02 and 39. RGB value is (35,2,57). Sum of RGB (Red+Green+Blue) = 35+2+57=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 57 (22.66% from 255 or 60.64% from 94); Max value from RGB is 57 - color contains mainly: blue. Hex color #230239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230239 is #DCFDC6. Grayscale: #111111. Windows color (decimal): -14482887 or 3736099. OLE color: 3736099.
HSL color Cylindrical-coordinate representation of color #230239: hue angle of 276º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230239 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 2 | 57 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.78 |
| HSL | 276º | 0.93% | 0.12% | - |
| HSV(B) | 276º | 0.96% | 0.22% | - |
| XYZ | 1.45 | 0.7 | 3.93 | - |
| YUV | 18.14 | 149.93 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 57 | 0.39 | 0.96 | 0 | 0.78 | 276 | 0.93 | 0.12 |
| Hex | 23 | 2 | 39 | 27 | 60 | 0 | 4E | 114 | 5D | C |
| Octal | 43 | 2 | 71 | 47 | 140 | 0 | 116 | 424 | 135 | 14 |
| Binary | 100011 | 10 | 111001 | 100111 | 1100000 | 0 | 1001110 | 100010100 | 1011101 | 1100 |
Color Harmonies of #230239
Complementary color
Monochromatic Colors of #230239
Black with #230239
Text Example
Text Example
White with #230239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230239; }
p { color: rgb(35,2,57); }
H1.HeaderClassName
{
color: #230239;
}
.AnyTagClassName
{
color: #230239;
}
</style>
background-color css
<style>
a { background-color: #230239; }
a { background-color: rgb(35,2,57); }
div.DivClassName
{
background-color: #230239;
}
.BgClassName
{
background-color: #230239;
}
</style>
border-color css
<style>
span { border-color: #230239; }
span { border-color: rgb(35,2,57); }
td.TdClassName
{
border-color: #230239;
}
.TagClassName
{
border-color: #230239;
}
</style>