Shades of Blackcurrant #23003D
Tints of Blackcurrant #23003D
RGB
CMYK
RGB Variations
Color information
#23003D (or 0x23003D) is known color: Blackcurrant. HEX triplet: 23, 00 and 3D. RGB value is (35,0,61). Sum of RGB (Red+Green+Blue) = 35+0+61=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 61 (24.22% from 255 or 63.54% from 96); Max value from RGB is 61 - color contains mainly: blue. Hex color #23003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23003D is #DCFFC2. Grayscale: #111111. Windows color (decimal): -14483395 or 3997731. OLE color: 3997731.
HSL color Cylindrical-coordinate representation of color #23003D: hue angle of 274.43º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23003D is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 0 | 61 | - |
| CMYK | 0.43 | 1 | 0 | 0.76 |
| HSL | 274.43º | 1% | 0.12% | - |
| HSV(B) | 274.43º | 1% | 0.24% | - |
| XYZ | 1.54 | 0.69 | 4.47 | - |
| YUV | 17.42 | 152.6 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 61 | 0.43 | 1 | 0 | 0.76 | 274.43 | 1 | 0.12 |
| Hex | 23 | 0 | 3D | 2B | 64 | 0 | 4C | 112 | 64 | C |
| Octal | 43 | 0 | 75 | 53 | 144 | 0 | 114 | 422 | 144 | 14 |
| Binary | 100011 | 0 | 111101 | 101011 | 1100100 | 0 | 1001100 | 100010010 | 1100100 | 1100 |
Color Harmonies of #23003D
Complementary color
Monochromatic Colors of #23003D
Black with #23003D
Text Example
Text Example
White with #23003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23003D; }
p { color: rgb(35,0,61); }
H1.HeaderClassName
{
color: #23003D;
}
.AnyTagClassName
{
color: #23003D;
}
</style>
background-color css
<style>
a { background-color: #23003D; }
a { background-color: rgb(35,0,61); }
div.DivClassName
{
background-color: #23003D;
}
.BgClassName
{
background-color: #23003D;
}
</style>
border-color css
<style>
span { border-color: #23003D; }
span { border-color: rgb(35,0,61); }
td.TdClassName
{
border-color: #23003D;
}
.TagClassName
{
border-color: #23003D;
}
</style>