Shades of Blackcurrant #230E33
Tints of Blackcurrant #230E33
RGB
CMYK
RGB Variations
Color information
#230E33 (or 0x230E33) is known color: Blackcurrant. HEX triplet: 23, 0E and 33. RGB value is (35,14,51). Sum of RGB (Red+Green+Blue) = 35+14+51=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 14 (5.86% from 255 or 14% from 100); Blue value is 51 (20.31% from 255 or 51% from 100); Max value from RGB is 51 - color contains mainly: blue. Hex color #230E33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230E33 is #DCF1CC. Grayscale: #181818. Windows color (decimal): -14479821 or 3345955. OLE color: 3345955.
HSL color Cylindrical-coordinate representation of color #230E33: hue angle of 274.05º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #230E33 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 35 | 14 | 51 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.8 |
| HSL | 274.05º | 0.57% | 0.13% | - |
| HSV(B) | 274.05º | 0.73% | 0.2% | - |
| XYZ | 1.45 | 0.91 | 3.23 | - |
| YUV | 24.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 14 | 51 | 0.31 | 0.73 | 0 | 0.8 | 274.05 | 0.57 | 0.13 |
| Hex | 23 | E | 33 | 1F | 49 | 0 | 50 | 112 | 39 | D |
| Octal | 43 | 16 | 63 | 37 | 111 | 0 | 120 | 422 | 71 | 15 |
| Binary | 100011 | 1110 | 110011 | 11111 | 1001001 | 0 | 1010000 | 100010010 | 111001 | 1101 |
Color Harmonies of #230E33
Complementary color
Monochromatic Colors of #230E33
Black with #230E33
Text Example
Text Example
White with #230E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230E33; }
p { color: rgb(35,14,51); }
H1.HeaderClassName
{
color: #230E33;
}
.AnyTagClassName
{
color: #230E33;
}
</style>
background-color css
<style>
a { background-color: #230E33; }
a { background-color: rgb(35,14,51); }
div.DivClassName
{
background-color: #230E33;
}
.BgClassName
{
background-color: #230E33;
}
</style>
border-color css
<style>
span { border-color: #230E33; }
span { border-color: rgb(35,14,51); }
td.TdClassName
{
border-color: #230E33;
}
.TagClassName
{
border-color: #230E33;
}
</style>