Shades of Blackcurrant #23022A
Tints of Blackcurrant #23022A
RGB
CMYK
RGB Variations
Color information
#23022A (or 0x23022A) is known color: Blackcurrant. HEX triplet: 23, 02 and 2A. RGB value is (35,2,42). Sum of RGB (Red+Green+Blue) = 35+2+42=79 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.30% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 42 (16.80% from 255 or 53.16% from 79); Max value from RGB is 42 - color contains mainly: blue. Hex color #23022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23022A is #DCFDD5. Grayscale: #101010. Windows color (decimal): -14482902 or 2753059. OLE color: 2753059.
HSL color Cylindrical-coordinate representation of color #23022A: hue angle of 289.5º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #23022A is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 2 | 42 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.84 |
| HSL | 289.5º | 0.91% | 0.09% | - |
| HSV(B) | 289.5º | 0.95% | 0.16% | - |
| XYZ | 1.13 | 0.57 | 2.24 | - |
| YUV | 16.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 42 | 0.17 | 0.95 | 0 | 0.84 | 289.5 | 0.91 | 0.09 |
| Hex | 23 | 2 | 2A | 11 | 5F | 0 | 54 | 122 | 5B | 9 |
| Octal | 43 | 2 | 52 | 21 | 137 | 0 | 124 | 442 | 133 | 11 |
| Binary | 100011 | 10 | 101010 | 10001 | 1011111 | 0 | 1010100 | 100100010 | 1011011 | 1001 |
Color Harmonies of #23022A
Complementary color
Monochromatic Colors of #23022A
Black with #23022A
Text Example
Text Example
White with #23022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23022A; }
p { color: rgb(35,2,42); }
H1.HeaderClassName
{
color: #23022A;
}
.AnyTagClassName
{
color: #23022A;
}
</style>
background-color css
<style>
a { background-color: #23022A; }
a { background-color: rgb(35,2,42); }
div.DivClassName
{
background-color: #23022A;
}
.BgClassName
{
background-color: #23022A;
}
</style>
border-color css
<style>
span { border-color: #23022A; }
span { border-color: rgb(35,2,42); }
td.TdClassName
{
border-color: #23022A;
}
.TagClassName
{
border-color: #23022A;
}
</style>