Shades of Blackcurrant #230137
Tints of Blackcurrant #230137
RGB
CMYK
RGB Variations
Color information
#230137 (or 0x230137) is known color: Blackcurrant. HEX triplet: 23, 01 and 37. RGB value is (35,1,55). Sum of RGB (Red+Green+Blue) = 35+1+55=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 55 (21.88% from 255 or 60.44% from 91); Max value from RGB is 55 - color contains mainly: blue. Hex color #230137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230137 is #DCFEC8. Grayscale: #111111. Windows color (decimal): -14483145 or 3604771. OLE color: 3604771.
HSL color Cylindrical-coordinate representation of color #230137: hue angle of 277.78º 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 #230137 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 1 | 55 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.78 |
| HSL | 277.78º | 0.96% | 0.11% | - |
| HSV(B) | 277.78º | 0.98% | 0.22% | - |
| XYZ | 1.39 | 0.65 | 3.67 | - |
| YUV | 17.32 | 149.26 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 55 | 0.36 | 0.98 | 0 | 0.78 | 277.78 | 0.96 | 0.11 |
| Hex | 23 | 1 | 37 | 24 | 62 | 0 | 4E | 116 | 60 | B |
| Octal | 43 | 1 | 67 | 44 | 142 | 0 | 116 | 426 | 140 | 13 |
| Binary | 100011 | 1 | 110111 | 100100 | 1100010 | 0 | 1001110 | 100010110 | 1100000 | 1011 |
Color Harmonies of #230137
Complementary color
Monochromatic Colors of #230137
Black with #230137
Text Example
Text Example
White with #230137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230137; }
p { color: rgb(35,1,55); }
H1.HeaderClassName
{
color: #230137;
}
.AnyTagClassName
{
color: #230137;
}
</style>
background-color css
<style>
a { background-color: #230137; }
a { background-color: rgb(35,1,55); }
div.DivClassName
{
background-color: #230137;
}
.BgClassName
{
background-color: #230137;
}
</style>
border-color css
<style>
span { border-color: #230137; }
span { border-color: rgb(35,1,55); }
td.TdClassName
{
border-color: #230137;
}
.TagClassName
{
border-color: #230137;
}
</style>