Shades of Blackcurrant #23073E
Tints of Blackcurrant #23073E
RGB
CMYK
RGB Variations
Color information
#23073E (or 0x23073E) is known color: Blackcurrant. HEX triplet: 23, 07 and 3E. RGB value is (35,7,62). Sum of RGB (Red+Green+Blue) = 35+7+62=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 62 (24.61% from 255 or 59.62% from 104); Max value from RGB is 62 - color contains mainly: blue. Hex color #23073E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23073E is #DCF8C1. Grayscale: #151515. Windows color (decimal): -14481602 or 4065059. OLE color: 4065059.
HSL color Cylindrical-coordinate representation of color #23073E: hue angle of 270.55º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #23073E is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 7 | 62 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.76 |
| HSL | 270.55º | 0.8% | 0.14% | - |
| HSV(B) | 270.55º | 0.89% | 0.24% | - |
| XYZ | 1.64 | 0.86 | 4.64 | - |
| YUV | 21.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 7 | 62 | 0.44 | 0.89 | 0 | 0.76 | 270.55 | 0.8 | 0.14 |
| Hex | 23 | 7 | 3E | 2C | 59 | 0 | 4C | 10F | 50 | E |
| Octal | 43 | 7 | 76 | 54 | 131 | 0 | 114 | 417 | 120 | 16 |
| Binary | 100011 | 111 | 111110 | 101100 | 1011001 | 0 | 1001100 | 100001111 | 1010000 | 1110 |
Color Harmonies of #23073E
Complementary color
Monochromatic Colors of #23073E
Black with #23073E
Text Example
Text Example
White with #23073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23073E; }
p { color: rgb(35,7,62); }
H1.HeaderClassName
{
color: #23073E;
}
.AnyTagClassName
{
color: #23073E;
}
</style>
background-color css
<style>
a { background-color: #23073E; }
a { background-color: rgb(35,7,62); }
div.DivClassName
{
background-color: #23073E;
}
.BgClassName
{
background-color: #23073E;
}
</style>
border-color css
<style>
span { border-color: #23073E; }
span { border-color: rgb(35,7,62); }
td.TdClassName
{
border-color: #23073E;
}
.TagClassName
{
border-color: #23073E;
}
</style>