Shades of Blackcurrant #23082C
Tints of Blackcurrant #23082C
RGB
CMYK
RGB Variations
Color information
#23082C (or 0x23082C) is known color: Blackcurrant. HEX triplet: 23, 08 and 2C. RGB value is (35,8,44). Sum of RGB (Red+Green+Blue) = 35+8+44=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 8 (3.52% from 255 or 9.20% from 87); Blue value is 44 (17.58% from 255 or 50.57% from 87); Max value from RGB is 44 - color contains mainly: blue. Hex color #23082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23082C is #DCF7D3. Grayscale: #141414. Windows color (decimal): -14481364 or 2885667. OLE color: 2885667.
HSL color Cylindrical-coordinate representation of color #23082C: hue angle of 285º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23082C is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 8 | 44 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.83 |
| HSL | 285º | 0.69% | 0.1% | - |
| HSV(B) | 285º | 0.82% | 0.17% | - |
| XYZ | 1.23 | 0.71 | 2.46 | - |
| YUV | 20.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 8 | 44 | 0.20 | 0.82 | 0 | 0.83 | 285 | 0.69 | 0.1 |
| Hex | 23 | 8 | 2C | 14 | 52 | 0 | 53 | 11D | 45 | A |
| Octal | 43 | 10 | 54 | 24 | 122 | 0 | 123 | 435 | 105 | 12 |
| Binary | 100011 | 1000 | 101100 | 10100 | 1010010 | 0 | 1010011 | 100011101 | 1000101 | 1010 |
Color Harmonies of #23082C
Complementary color
Monochromatic Colors of #23082C
Black with #23082C
Text Example
Text Example
White with #23082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23082C; }
p { color: rgb(35,8,44); }
H1.HeaderClassName
{
color: #23082C;
}
.AnyTagClassName
{
color: #23082C;
}
</style>
background-color css
<style>
a { background-color: #23082C; }
a { background-color: rgb(35,8,44); }
div.DivClassName
{
background-color: #23082C;
}
.BgClassName
{
background-color: #23082C;
}
</style>
border-color css
<style>
span { border-color: #23082C; }
span { border-color: rgb(35,8,44); }
td.TdClassName
{
border-color: #23082C;
}
.TagClassName
{
border-color: #23082C;
}
</style>