Shades of Blackcurrant #230336
Tints of Blackcurrant #230336
RGB
CMYK
RGB Variations
Color information
#230336 (or 0x230336) is known color: Blackcurrant. HEX triplet: 23, 03 and 36. RGB value is (35,3,54). Sum of RGB (Red+Green+Blue) = 35+3+54=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 54 (21.48% from 255 or 58.70% from 92); Max value from RGB is 54 - color contains mainly: blue. Hex color #230336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230336 is #DCFCC9. Grayscale: #121212. Windows color (decimal): -14482634 or 3539747. OLE color: 3539747.
HSL color Cylindrical-coordinate representation of color #230336: hue angle of 277.65º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230336 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 35 | 3 | 54 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.79 |
| HSL | 277.65º | 0.89% | 0.11% | - |
| HSV(B) | 277.65º | 0.94% | 0.21% | - |
| XYZ | 1.39 | 0.69 | 3.55 | - |
| YUV | 18.38 | 148.1 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 54 | 0.35 | 0.94 | 0 | 0.79 | 277.65 | 0.89 | 0.11 |
| Hex | 23 | 3 | 36 | 23 | 5E | 0 | 4F | 116 | 59 | B |
| Octal | 43 | 3 | 66 | 43 | 136 | 0 | 117 | 426 | 131 | 13 |
| Binary | 100011 | 11 | 110110 | 100011 | 1011110 | 0 | 1001111 | 100010110 | 1011001 | 1011 |
Color Harmonies of #230336
Complementary color
Monochromatic Colors of #230336
Black with #230336
Text Example
Text Example
White with #230336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230336; }
p { color: rgb(35,3,54); }
H1.HeaderClassName
{
color: #230336;
}
.AnyTagClassName
{
color: #230336;
}
</style>
background-color css
<style>
a { background-color: #230336; }
a { background-color: rgb(35,3,54); }
div.DivClassName
{
background-color: #230336;
}
.BgClassName
{
background-color: #230336;
}
</style>
border-color css
<style>
span { border-color: #230336; }
span { border-color: rgb(35,3,54); }
td.TdClassName
{
border-color: #230336;
}
.TagClassName
{
border-color: #230336;
}
</style>