Shades of Blackcurrant #23073C
Tints of Blackcurrant #23073C
RGB
CMYK
RGB Variations
Color information
#23073C (or 0x23073C) is known color: Blackcurrant. HEX triplet: 23, 07 and 3C. RGB value is (35,7,60). Sum of RGB (Red+Green+Blue) = 35+7+60=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 60 (23.83% from 255 or 58.82% from 102); Max value from RGB is 60 - color contains mainly: blue. Hex color #23073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23073C is #DCF8C3. Grayscale: #151515. Windows color (decimal): -14481604 or 3933987. OLE color: 3933987.
HSL color Cylindrical-coordinate representation of color #23073C: hue angle of 271.7º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #23073C is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 7 | 60 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.76 |
| HSL | 271.7º | 0.79% | 0.13% | - |
| HSV(B) | 271.7º | 0.88% | 0.24% | - |
| XYZ | 1.58 | 0.84 | 4.35 | - |
| YUV | 21.41 | 149.78 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 60 | 0.42 | 0.88 | 0 | 0.76 | 271.7 | 0.79 | 0.13 |
| Hex | 23 | 7 | 3C | 2A | 58 | 0 | 4C | 110 | 4F | D |
| Octal | 43 | 7 | 74 | 52 | 130 | 0 | 114 | 420 | 117 | 15 |
| Binary | 100011 | 111 | 111100 | 101010 | 1011000 | 0 | 1001100 | 100010000 | 1001111 | 1101 |
Color Harmonies of #23073C
Complementary color
Monochromatic Colors of #23073C
Black with #23073C
Text Example
Text Example
White with #23073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23073C; }
p { color: rgb(35,7,60); }
H1.HeaderClassName
{
color: #23073C;
}
.AnyTagClassName
{
color: #23073C;
}
</style>
background-color css
<style>
a { background-color: #23073C; }
a { background-color: rgb(35,7,60); }
div.DivClassName
{
background-color: #23073C;
}
.BgClassName
{
background-color: #23073C;
}
</style>
border-color css
<style>
span { border-color: #23073C; }
span { border-color: rgb(35,7,60); }
td.TdClassName
{
border-color: #23073C;
}
.TagClassName
{
border-color: #23073C;
}
</style>