Shades of Blackcurrant #230036
Tints of Blackcurrant #230036
RGB
CMYK
RGB Variations
Color information
#230036 (or 0x230036) is known color: Blackcurrant. HEX triplet: 23, 00 and 36. RGB value is (35,0,54). Sum of RGB (Red+Green+Blue) = 35+0+54=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 54 (21.48% from 255 or 60.67% from 89); Max value from RGB is 54 - color contains mainly: blue. Hex color #230036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230036 is #DCFFC9. Grayscale: #101010. Windows color (decimal): -14483402 or 3538979. OLE color: 3538979.
HSL color Cylindrical-coordinate representation of color #230036: hue angle of 278.89º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230036 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 35 | 0 | 54 | - |
| CMYK | 0.35 | 1 | 0 | 0.79 |
| HSL | 278.89º | 1% | 0.11% | - |
| HSV(B) | 278.89º | 1% | 0.21% | - |
| XYZ | 1.36 | 0.62 | 3.54 | - |
| YUV | 16.62 | 149.1 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 54 | 0.35 | 1 | 0 | 0.79 | 278.89 | 1 | 0.11 |
| Hex | 23 | 0 | 36 | 23 | 64 | 0 | 4F | 117 | 64 | B |
| Octal | 43 | 0 | 66 | 43 | 144 | 0 | 117 | 427 | 144 | 13 |
| Binary | 100011 | 0 | 110110 | 100011 | 1100100 | 0 | 1001111 | 100010111 | 1100100 | 1011 |
Color Harmonies of #230036
Complementary color
Monochromatic Colors of #230036
Black with #230036
Text Example
Text Example
White with #230036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230036; }
p { color: rgb(35,0,54); }
H1.HeaderClassName
{
color: #230036;
}
.AnyTagClassName
{
color: #230036;
}
</style>
background-color css
<style>
a { background-color: #230036; }
a { background-color: rgb(35,0,54); }
div.DivClassName
{
background-color: #230036;
}
.BgClassName
{
background-color: #230036;
}
</style>
border-color css
<style>
span { border-color: #230036; }
span { border-color: rgb(35,0,54); }
td.TdClassName
{
border-color: #230036;
}
.TagClassName
{
border-color: #230036;
}
</style>