Shades of Blackcurrant #23092A
Tints of Blackcurrant #23092A
RGB
CMYK
RGB Variations
Color information
#23092A (or 0x23092A) is known color: Blackcurrant. HEX triplet: 23, 09 and 2A. RGB value is (35,9,42). Sum of RGB (Red+Green+Blue) = 35+9+42=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 42 (16.80% from 255 or 48.84% from 86); Max value from RGB is 42 - color contains mainly: blue. Hex color #23092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23092A is #DCF6D5. Grayscale: #141414. Windows color (decimal): -14481110 or 2754851. OLE color: 2754851.
HSL color Cylindrical-coordinate representation of color #23092A: hue angle of 287.27º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23092A is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 9 | 42 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.84 |
| HSL | 287.27º | 0.65% | 0.1% | - |
| HSV(B) | 287.27º | 0.79% | 0.16% | - |
| XYZ | 1.21 | 0.72 | 2.27 | - |
| YUV | 20.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 42 | 0.17 | 0.79 | 0 | 0.84 | 287.27 | 0.65 | 0.1 |
| Hex | 23 | 9 | 2A | 11 | 4F | 0 | 54 | 11F | 41 | A |
| Octal | 43 | 11 | 52 | 21 | 117 | 0 | 124 | 437 | 101 | 12 |
| Binary | 100011 | 1001 | 101010 | 10001 | 1001111 | 0 | 1010100 | 100011111 | 1000001 | 1010 |
Color Harmonies of #23092A
Complementary color
Monochromatic Colors of #23092A
Black with #23092A
Text Example
Text Example
White with #23092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23092A; }
p { color: rgb(35,9,42); }
H1.HeaderClassName
{
color: #23092A;
}
.AnyTagClassName
{
color: #23092A;
}
</style>
background-color css
<style>
a { background-color: #23092A; }
a { background-color: rgb(35,9,42); }
div.DivClassName
{
background-color: #23092A;
}
.BgClassName
{
background-color: #23092A;
}
</style>
border-color css
<style>
span { border-color: #23092A; }
span { border-color: rgb(35,9,42); }
td.TdClassName
{
border-color: #23092A;
}
.TagClassName
{
border-color: #23092A;
}
</style>