Shades of Blackcurrant #23023D
Tints of Blackcurrant #23023D
RGB
CMYK
RGB Variations
Color information
#23023D (or 0x23023D) is known color: Blackcurrant. HEX triplet: 23, 02 and 3D. RGB value is (35,2,61). Sum of RGB (Red+Green+Blue) = 35+2+61=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 61 (24.22% from 255 or 62.24% from 98); Max value from RGB is 61 - color contains mainly: blue. Hex color #23023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23023D is #DCFDC2. Grayscale: #121212. Windows color (decimal): -14482883 or 3998243. OLE color: 3998243.
HSL color Cylindrical-coordinate representation of color #23023D: hue angle of 273.56º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #23023D is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 2 | 61 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.76 |
| HSL | 273.56º | 0.94% | 0.12% | - |
| HSV(B) | 273.56º | 0.97% | 0.24% | - |
| XYZ | 1.56 | 0.74 | 4.48 | - |
| YUV | 18.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 61 | 0.43 | 0.97 | 0 | 0.76 | 273.56 | 0.94 | 0.12 |
| Hex | 23 | 2 | 3D | 2B | 61 | 0 | 4C | 112 | 5E | C |
| Octal | 43 | 2 | 75 | 53 | 141 | 0 | 114 | 422 | 136 | 14 |
| Binary | 100011 | 10 | 111101 | 101011 | 1100001 | 0 | 1001100 | 100010010 | 1011110 | 1100 |
Color Harmonies of #23023D
Complementary color
Monochromatic Colors of #23023D
Black with #23023D
Text Example
Text Example
White with #23023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23023D; }
p { color: rgb(35,2,61); }
H1.HeaderClassName
{
color: #23023D;
}
.AnyTagClassName
{
color: #23023D;
}
</style>
background-color css
<style>
a { background-color: #23023D; }
a { background-color: rgb(35,2,61); }
div.DivClassName
{
background-color: #23023D;
}
.BgClassName
{
background-color: #23023D;
}
</style>
border-color css
<style>
span { border-color: #23023D; }
span { border-color: rgb(35,2,61); }
td.TdClassName
{
border-color: #23023D;
}
.TagClassName
{
border-color: #23023D;
}
</style>