Shades of Blackcurrant #23002C
Tints of Blackcurrant #23002C
RGB
CMYK
RGB Variations
Color information
#23002C (or 0x23002C) is known color: Blackcurrant. HEX triplet: 23, 00 and 2C. RGB value is (35,0,44). Sum of RGB (Red+Green+Blue) = 35+0+44=79 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.30% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 44 (17.58% from 255 or 55.70% from 79); Max value from RGB is 44 - color contains mainly: blue. Hex color #23002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23002C is #DCFFD3. Grayscale: #0F0F0F. Windows color (decimal): -14483412 or 2883619. OLE color: 2883619.
HSL color Cylindrical-coordinate representation of color #23002C: hue angle of 287.73º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23002C is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 0 | 44 | - |
| CMYK | 0.20 | 1 | 0 | 0.83 |
| HSL | 287.73º | 1% | 0.09% | - |
| HSV(B) | 287.73º | 1% | 0.17% | - |
| XYZ | 1.15 | 0.54 | 2.43 | - |
| YUV | 15.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 44 | 0.20 | 1 | 0 | 0.83 | 287.73 | 1 | 0.09 |
| Hex | 23 | 0 | 2C | 14 | 64 | 0 | 53 | 120 | 64 | 9 |
| Octal | 43 | 0 | 54 | 24 | 144 | 0 | 123 | 440 | 144 | 11 |
| Binary | 100011 | 0 | 101100 | 10100 | 1100100 | 0 | 1010011 | 100100000 | 1100100 | 1001 |
Color Harmonies of #23002C
Complementary color
Monochromatic Colors of #23002C
Black with #23002C
Text Example
Text Example
White with #23002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23002C; }
p { color: rgb(35,0,44); }
H1.HeaderClassName
{
color: #23002C;
}
.AnyTagClassName
{
color: #23002C;
}
</style>
background-color css
<style>
a { background-color: #23002C; }
a { background-color: rgb(35,0,44); }
div.DivClassName
{
background-color: #23002C;
}
.BgClassName
{
background-color: #23002C;
}
</style>
border-color css
<style>
span { border-color: #23002C; }
span { border-color: rgb(35,0,44); }
td.TdClassName
{
border-color: #23002C;
}
.TagClassName
{
border-color: #23002C;
}
</style>