Shades of Blackcurrant #23033A
Tints of Blackcurrant #23033A
RGB
CMYK
RGB Variations
Color information
#23033A (or 0x23033A) is known color: Blackcurrant. HEX triplet: 23, 03 and 3A. RGB value is (35,3,58). Sum of RGB (Red+Green+Blue) = 35+3+58=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 58 (23.05% from 255 or 60.42% from 96); Max value from RGB is 58 - color contains mainly: blue. Hex color #23033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23033A is #DCFCC5. Grayscale: #121212. Windows color (decimal): -14482630 or 3801891. OLE color: 3801891.
HSL color Cylindrical-coordinate representation of color #23033A: hue angle of 274.91º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #23033A is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 3 | 58 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.77 |
| HSL | 274.91º | 0.9% | 0.12% | - |
| HSV(B) | 274.91º | 0.95% | 0.23% | - |
| XYZ | 1.49 | 0.73 | 4.06 | - |
| YUV | 18.84 | 150.1 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 58 | 0.40 | 0.95 | 0 | 0.77 | 274.91 | 0.9 | 0.12 |
| Hex | 23 | 3 | 3A | 28 | 5F | 0 | 4D | 113 | 5A | C |
| Octal | 43 | 3 | 72 | 50 | 137 | 0 | 115 | 423 | 132 | 14 |
| Binary | 100011 | 11 | 111010 | 101000 | 1011111 | 0 | 1001101 | 100010011 | 1011010 | 1100 |
Color Harmonies of #23033A
Complementary color
Monochromatic Colors of #23033A
Black with #23033A
Text Example
Text Example
White with #23033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23033A; }
p { color: rgb(35,3,58); }
H1.HeaderClassName
{
color: #23033A;
}
.AnyTagClassName
{
color: #23033A;
}
</style>
background-color css
<style>
a { background-color: #23033A; }
a { background-color: rgb(35,3,58); }
div.DivClassName
{
background-color: #23033A;
}
.BgClassName
{
background-color: #23033A;
}
</style>
border-color css
<style>
span { border-color: #23033A; }
span { border-color: rgb(35,3,58); }
td.TdClassName
{
border-color: #23033A;
}
.TagClassName
{
border-color: #23033A;
}
</style>