Shades of Blackcurrant #230138
Tints of Blackcurrant #230138
RGB
CMYK
RGB Variations
Color information
#230138 (or 0x230138) is known color: Blackcurrant. HEX triplet: 23, 01 and 38. RGB value is (35,1,56). Sum of RGB (Red+Green+Blue) = 35+1+56=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 56 (22.27% from 255 or 60.87% from 92); Max value from RGB is 56 - color contains mainly: blue. Hex color #230138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230138 is #DCFEC7. Grayscale: #111111. Windows color (decimal): -14483144 or 3670307. OLE color: 3670307.
HSL color Cylindrical-coordinate representation of color #230138: hue angle of 277.09º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #230138 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 1 | 56 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.78 |
| HSL | 277.09º | 0.96% | 0.11% | - |
| HSV(B) | 277.09º | 0.98% | 0.22% | - |
| XYZ | 1.42 | 0.66 | 3.79 | - |
| YUV | 17.44 | 149.76 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 56 | 0.37 | 0.98 | 0 | 0.78 | 277.09 | 0.96 | 0.11 |
| Hex | 23 | 1 | 38 | 25 | 62 | 0 | 4E | 115 | 60 | B |
| Octal | 43 | 1 | 70 | 45 | 142 | 0 | 116 | 425 | 140 | 13 |
| Binary | 100011 | 1 | 111000 | 100101 | 1100010 | 0 | 1001110 | 100010101 | 1100000 | 1011 |
Color Harmonies of #230138
Complementary color
Monochromatic Colors of #230138
Black with #230138
Text Example
Text Example
White with #230138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230138; }
p { color: rgb(35,1,56); }
H1.HeaderClassName
{
color: #230138;
}
.AnyTagClassName
{
color: #230138;
}
</style>
background-color css
<style>
a { background-color: #230138; }
a { background-color: rgb(35,1,56); }
div.DivClassName
{
background-color: #230138;
}
.BgClassName
{
background-color: #230138;
}
</style>
border-color css
<style>
span { border-color: #230138; }
span { border-color: rgb(35,1,56); }
td.TdClassName
{
border-color: #230138;
}
.TagClassName
{
border-color: #230138;
}
</style>