Shades of Blackcurrant #230E2E
Tints of Blackcurrant #230E2E
RGB
CMYK
RGB Variations
Color information
#230E2E (or 0x230E2E) is known color: Blackcurrant. HEX triplet: 23, 0E and 2E. RGB value is (35,14,46). Sum of RGB (Red+Green+Blue) = 35+14+46=95 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.84% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 46 (18.36% from 255 or 48.42% from 95); Max value from RGB is 46 - color contains mainly: blue. Hex color #230E2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230E2E is #DCF1D1. Grayscale: #171717. Windows color (decimal): -14479826 or 3018275. OLE color: 3018275.
HSL color Cylindrical-coordinate representation of color #230E2E: hue angle of 279.38º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #230E2E is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 14 | 46 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.82 |
| HSL | 279.38º | 0.53% | 0.12% | - |
| HSV(B) | 279.38º | 0.7% | 0.18% | - |
| XYZ | 1.34 | 0.87 | 2.68 | - |
| YUV | 23.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 14 | 46 | 0.24 | 0.70 | 0 | 0.82 | 279.38 | 0.53 | 0.12 |
| Hex | 23 | E | 2E | 18 | 46 | 0 | 52 | 117 | 35 | C |
| Octal | 43 | 16 | 56 | 30 | 106 | 0 | 122 | 427 | 65 | 14 |
| Binary | 100011 | 1110 | 101110 | 11000 | 1000110 | 0 | 1010010 | 100010111 | 110101 | 1100 |
Color Harmonies of #230E2E
Complementary color
Monochromatic Colors of #230E2E
Black with #230E2E
Text Example
Text Example
White with #230E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230E2E; }
p { color: rgb(35,14,46); }
H1.HeaderClassName
{
color: #230E2E;
}
.AnyTagClassName
{
color: #230E2E;
}
</style>
background-color css
<style>
a { background-color: #230E2E; }
a { background-color: rgb(35,14,46); }
div.DivClassName
{
background-color: #230E2E;
}
.BgClassName
{
background-color: #230E2E;
}
</style>
border-color css
<style>
span { border-color: #230E2E; }
span { border-color: rgb(35,14,46); }
td.TdClassName
{
border-color: #230E2E;
}
.TagClassName
{
border-color: #230E2E;
}
</style>