Shades of Blackcurrant #23002A
Tints of Blackcurrant #23002A
RGB
CMYK
RGB Variations
Color information
#23002A (or 0x23002A) is known color: Blackcurrant. HEX triplet: 23, 00 and 2A. RGB value is (35,0,42). Sum of RGB (Red+Green+Blue) = 35+0+42=77 (10% of max value = 765). Red value is 35 (14.06% from 255 or 45.45% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #23002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23002A is #DCFFD5. Grayscale: #0F0F0F. Windows color (decimal): -14483414 or 2752547. OLE color: 2752547.
HSL color Cylindrical-coordinate representation of color #23002A: hue angle of 290º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23002A is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 0 | 42 | - |
| CMYK | 0.17 | 1 | 0 | 0.84 |
| HSL | 290º | 1% | 0.08% | - |
| HSV(B) | 290º | 1% | 0.16% | - |
| XYZ | 1.11 | 0.52 | 2.23 | - |
| YUV | 15.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 42 | 0.17 | 1 | 0 | 0.84 | 290 | 1 | 0.08 |
| Hex | 23 | 0 | 2A | 11 | 64 | 0 | 54 | 122 | 64 | 8 |
| Octal | 43 | 0 | 52 | 21 | 144 | 0 | 124 | 442 | 144 | 10 |
| Binary | 100011 | 0 | 101010 | 10001 | 1100100 | 0 | 1010100 | 100100010 | 1100100 | 1000 |
Color Harmonies of #23002A
Complementary color
Monochromatic Colors of #23002A
Black with #23002A
Text Example
Text Example
White with #23002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23002A; }
p { color: rgb(35,0,42); }
H1.HeaderClassName
{
color: #23002A;
}
.AnyTagClassName
{
color: #23002A;
}
</style>
background-color css
<style>
a { background-color: #23002A; }
a { background-color: rgb(35,0,42); }
div.DivClassName
{
background-color: #23002A;
}
.BgClassName
{
background-color: #23002A;
}
</style>
border-color css
<style>
span { border-color: #23002A; }
span { border-color: rgb(35,0,42); }
td.TdClassName
{
border-color: #23002A;
}
.TagClassName
{
border-color: #23002A;
}
</style>